Home
last modified time | relevance | path

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

/frameworks/native/opengl/tests/gl_perf/
Dfilltest.cpp41 genTextures(); in doTest()
Dfill_common.cpp239 void genTextures() { in genTextures() function
/frameworks/native/opengl/tests/gl_perfapp/jni/
Dgl_code.cpp74 genTextures(); in Java_com_android_glperf_GLPerfLib_init()
/frameworks/native/services/surfaceflinger/RenderEngine/
DRenderEngine.h78 void genTextures(size_t count, uint32_t* names);
DRenderEngine.cpp241 void RenderEngine::genTextures(size_t count, uint32_t* names) { in genTextures() function in android::RenderEngine
/frameworks/native/services/surfaceflinger/
DLayer.cpp87 mFlinger->getRenderEngine().genTextures(1, &mTextureName); in Layer()