Searched refs:disableTexture (Results 1 – 3 of 3) sorted by relevance
/frameworks/native/libs/renderengine/include/renderengine/ |
D | RenderEngine.h | 143 virtual void setupLayerBlending(bool premultipliedAlpha, bool opaque, bool disableTexture,
|
/frameworks/native/libs/renderengine/gl/ |
D | GLESRenderEngine.cpp | 1003 bool disableTexture = true; in drawLayers() local 1007 disableTexture = false; in drawLayers() 1036 setupLayerBlending(usePremultipliedAlpha, isOpaque, disableTexture, color, in drawLayers() 1119 void GLESRenderEngine::setupLayerBlending(bool premultipliedAlpha, bool opaque, bool disableTexture, in setupLayerBlending() argument 1126 if (disableTexture) { in setupLayerBlending()
|
D | GLESRenderEngine.h | 117 void setupLayerBlending(bool premultipliedAlpha, bool opaque, bool disableTexture,
|