Home
last modified time | relevance | path

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

/external/skia/src/gpu/gl/
DGrGLCreateNullInterface.cpp418 GrGLvoid genTextures(GrGLsizei n, GrGLuint *textures) override { in genTextures() function in __anon78c37bd90111::NullInterface
DGrGLTestInterface.h85 virtual GrGLvoid genTextures(GrGLsizei n, GrGLuint* textures) {} in genTextures() function
/external/skia/tools/gpu/gl/debug/
DDebugGLTestContext.cpp569 GrGLvoid genTextures(GrGLsizei n, GrGLuint* ids) override { in genTextures() function in __anon90b55fab0111::DebugInterface
/external/deqp/framework/opengl/simplereference/
DsglrGLContext.cpp180 void GLContext::genTextures (int numTextures, deUint32* textures) in genTextures() function in sglr::GLContext
DsglrReferenceContext.cpp674 void ReferenceContext::genTextures (int numTextures, deUint32* textures) in genTextures() function in sglr::ReferenceContext
/external/deqp/framework/opengl/wrapper/
DglwFunctions.inl186 glGenTexturesFunc genTextures; variable