Searched refs:setupLayerTexturing (Results 1 – 4 of 4) sorted by relevance
62 MOCK_METHOD1(setupLayerTexturing, void(const Texture&));
135 virtual void setupLayerTexturing(const Texture& texture) = 0;
111 void setupLayerTexturing(const Texture& texture) override;
964 setupLayerTexturing(texture); in drawLayers()1090 void GLESRenderEngine::setupLayerTexturing(const Texture& texture) { in setupLayerTexturing() function in android::renderengine::gl::GLESRenderEngine