Searched refs:setupLayerTexturing (Results 1 - 6 of 6) sorted by relevance

/frameworks/native/services/surfaceflinger/RenderEngine/
H A DGLES11RenderEngine.h57 virtual void setupLayerTexturing(const Texture& texture);
H A DGLES20RenderEngine.h72 virtual void setupLayerTexturing(const Texture& texture);
H A DRenderEngine.h98 virtual void setupLayerTexturing(const Texture& texture) = 0;
H A DGLES11RenderEngine.cpp182 void GLES11RenderEngine::setupLayerTexturing(const Texture& texture) { function in class:android::GLES11RenderEngine
H A DGLES20RenderEngine.cpp156 void GLES20RenderEngine::setupLayerTexturing(const Texture& texture) { function in class:android::GLES20RenderEngine
/frameworks/native/services/surfaceflinger/
H A DLayer.cpp670 engine.setupLayerTexturing(mTexture);

Completed in 28 milliseconds