Searched refs:setupLayerTexturing (Results 1 – 5 of 5) sorted by relevance
80 virtual void setupLayerTexturing(const Texture& texture);
111 virtual void setupLayerTexturing(const Texture& texture) = 0;
244 void GLES20RenderEngine::setupLayerTexturing(const Texture& texture) { in setupLayerTexturing() function in android::RE::impl::GLES20RenderEngine
60 MOCK_METHOD1(setupLayerTexturing, void(const Texture&));
248 engine.setupLayerTexturing(mTexture); in onDraw()