Searched refs:genTextures (Results 1 - 7 of 7) sorted by relevance

/frameworks/native/opengl/tests/gl_perf/
H A Dfilltest.cpp37 genTextures();
H A Dfill_common.cpp239 void genTextures() { function
/frameworks/native/opengl/tests/gl_perfapp/jni/
H A Dgl_code.cpp77 genTextures();
/frameworks/native/services/surfaceflinger/tests/unittests/mock/RenderEngine/
H A DMockRenderEngine.h52 MOCK_METHOD2(genTextures, void(size_t, uint32_t*));
/frameworks/native/services/surfaceflinger/RenderEngine/
H A DRenderEngine.h97 virtual void genTextures(size_t count, uint32_t* names) = 0;
223 void genTextures(size_t count, uint32_t* names) override;
H A DRenderEngine.cpp365 void RenderEngine::genTextures(size_t count, uint32_t* names) { function in class:android::RE::impl::RenderEngine
/frameworks/native/services/surfaceflinger/
H A DBufferLayer.cpp66 mFlinger->getRenderEngine().genTextures(1, &mTextureName);

Completed in 93 milliseconds