Home
last modified time | relevance | path

Searched defs:genTextures (Results 1 – 9 of 9) sorted by relevance

/aosp_15_r20/frameworks/native/opengl/tests/gl_perf/
H A Dfill_common.cpp239 void genTextures() { in genTextures() function
/aosp_15_r20/frameworks/av/media/libstagefright/renderfright/tests/
H A DRenderEngineThreadedTest.cpp53 TEST_F(RenderEngineThreadedTest, genTextures) { in TEST_F() argument
/aosp_15_r20/frameworks/av/media/libstagefright/renderfright/threaded/
H A DRenderEngineThreaded.cpp148 void RenderEngineThreaded::genTextures(size_t count, uint32_t* names) { in genTextures() function in android::renderengine::threaded::RenderEngineThreaded
/aosp_15_r20/frameworks/av/media/libstagefright/renderfright/gl/
H A DGLESRenderEngine.cpp601 void GLESRenderEngine::genTextures(size_t count, uint32_t* names) { in genTextures() function in android::renderengine::gl::GLESRenderEngine
/aosp_15_r20/external/deqp/framework/opengl/simplereference/
H A DsglrGLContext.cpp176 void GLContext::genTextures(int numTextures, uint32_t *textures) in genTextures() function in sglr::GLContext
H A DsglrReferenceContext.cpp774 void ReferenceContext::genTextures(int numTextures, uint32_t *textures) in genTextures() function in sglr::ReferenceContext
/aosp_15_r20/external/angle/src/libANGLE/renderer/gl/
H A DDispatchTableGL_autogen.h89 PFNGLGENTEXTURESPROC genTextures = nullptr; variable
/aosp_15_r20/external/deqp/framework/opengl/wrapper/
H A DglwFunctions.inl237 glGenTexturesFunc genTextures; variable
/aosp_15_r20/external/angle/src/libANGLE/
H A DContext.cpp6979 void Context::genTextures(GLsizei n, TextureID *textures) in genTextures() function in gl::Context