Home
last modified time | relevance | path

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

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