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

/frameworks/native/services/surfaceflinger/RenderEngine/
H A DGLES11RenderEngine.h65 virtual void setupLayerTexturing(const Texture& texture);
H A DGLES20RenderEngine.h80 virtual void setupLayerTexturing(const Texture& texture);
H A DRenderEngine.h103 virtual void setupLayerTexturing(const Texture& texture) = 0;
H A DGLES11RenderEngine.cpp205 void GLES11RenderEngine::setupLayerTexturing(const Texture& texture) { function in class:android::GLES11RenderEngine
H A DGLES20RenderEngine.cpp173 void GLES20RenderEngine::setupLayerTexturing(const Texture& texture) { function in class:android::GLES20RenderEngine
/frameworks/native/services/surfaceflinger/
H A DLayer.cpp962 engine.setupLayerTexturing(mTexture);

Completed in 52 milliseconds