Searched refs:setupLayerTexturing (Results 1 – 6 of 6) sorted by relevance
55 virtual void setupLayerTexturing(const Texture& texture);
70 virtual void setupLayerTexturing(const Texture& texture);
90 virtual void setupLayerTexturing(const Texture& texture) = 0;
151 void GLES11RenderEngine::setupLayerTexturing(const Texture& texture) { in setupLayerTexturing() function in android::GLES11RenderEngine
122 void GLES20RenderEngine::setupLayerTexturing(const Texture& texture) { in setupLayerTexturing() function in android::GLES20RenderEngine
539 engine.setupLayerTexturing(mTexture); in onDraw()