Searched refs:disableTexture (Results 1 – 3 of 3) sorted by relevance
/frameworks/native/libs/renderengine/include/renderengine/ |
D | RenderEngine.h | 133 virtual void setupLayerBlending(bool premultipliedAlpha, bool opaque, bool disableTexture,
|
/frameworks/native/libs/renderengine/gl/ |
D | GLESRenderEngine.cpp | 938 bool disableTexture = true; in drawLayers() local 942 disableTexture = false; in drawLayers() 971 setupLayerBlending(usePremultipliedAlpha, isOpaque, disableTexture, color, in drawLayers() 1055 void GLESRenderEngine::setupLayerBlending(bool premultipliedAlpha, bool opaque, bool disableTexture, in setupLayerBlending() argument 1062 if (disableTexture) { in setupLayerBlending()
|
D | GLESRenderEngine.h | 109 void setupLayerBlending(bool premultipliedAlpha, bool opaque, bool disableTexture,
|