/external/skia/tests/ |
D | TextureBindingsResetTest.cpp | 39 GL(GenTextures(claimedIDs.count(), claimedIDs.begin())); in DEF_GPUTEST_FOR_GL_RENDERING_CONTEXTS()
|
D | VkHardwareBufferTest.cpp | 232 GR_GL_CALL(fGLCtx->gl(), GenTextures(1, &fTexID)); in importHardwareBuffer()
|
/external/skia/gm/ |
D | rectangletexture.cpp | 87 GR_GL_CALL(gl, GenTextures(1, &id)); in createRectangleTextureImg()
|
/external/skqp/gm/ |
D | rectangletexture.cpp | 93 GR_GL_CALL(gl, GenTextures(1, &id)); in createRectangleTextureImg()
|
/external/skia/tools/gpu/gl/egl/ |
D | CreatePlatformGLTestContext_egl.cpp | 271 GR_GL_CALL(this->gl(), GenTextures(1, &texID)); in eglImageToExternalTexture()
|
/external/skqp/tools/gpu/gl/angle/ |
D | GLTestContext_angle.cpp | 307 GR_GL_CALL(this->gl(), GenTextures(1, &texID)); in eglImageToExternalTexture()
|
/external/skia/tools/gpu/gl/angle/ |
D | GLTestContext_angle.cpp | 307 GR_GL_CALL(this->gl(), GenTextures(1, &texID)); in eglImageToExternalTexture()
|
/external/skqp/tools/gpu/gl/egl/ |
D | CreatePlatformGLTestContext_egl.cpp | 271 GR_GL_CALL(this->gl(), GenTextures(1, &texID)); in eglImageToExternalTexture()
|
/external/skqp/src/gpu/gl/ |
D | GrGLAssembleInterface.cpp | 177 GET_PROC(GenTextures); in GrGLMakeAssembledGLInterface() 531 GET_PROC(GenTextures); in GrGLMakeAssembledGLESInterface()
|
D | GrGLGpu.cpp | 1655 GL_CALL(GenTextures(1, &colorID)); in getCompatibleStencilIndex() 1765 GL_CALL(GenTextures(1, &(info->fID))); in createTextureImpl() 3951 GL_CALL(GenTextures(1, &info.fID)); in createTestingOnlyBackendTexture() 4104 GL_CALL(GenTextures(1, &colorID)); in createTestingOnlyBackendRenderTarget()
|
/external/skia/src/gpu/gl/ |
D | GrGLAssembleInterface.cpp | 177 GET_PROC(GenTextures); in GrGLMakeAssembledGLInterface() 528 GET_PROC(GenTextures); in GrGLMakeAssembledGLESInterface()
|
D | GrGLGpu.cpp | 1690 GL_CALL(GenTextures(1, &colorID)); in getCompatibleStencilIndex() 1799 GL_CALL(GenTextures(1, &(info->fID))); in createTextureImpl() 3994 GL_CALL(GenTextures(1, &info.fID)); in createTestingOnlyBackendTexture() 4145 GL_CALL(GenTextures(1, &colorID)); in createTestingOnlyBackendRenderTarget()
|
/external/skqp/tools/gpu/gl/ |
D | GLTestContext.cpp | 333 GR_GL_CALL(fGL.get(), GenTextures(1, &id)); in createTextureRectangle()
|
/external/skia/tools/gpu/gl/ |
D | GLTestContext.cpp | 333 GR_GL_CALL(fGL.get(), GenTextures(1, &id)); in createTextureRectangle()
|
/external/skia/tools/gpu/atlastext/ |
D | GLTestAtlasTextRenderer.cpp | 281 callgl(GenTextures, 1, &id); in createTexture()
|
/external/skqp/tools/gpu/atlastext/ |
D | GLTestAtlasTextRenderer.cpp | 281 callgl(GenTextures, 1, &id); in createTexture()
|
/external/swiftshader/src/OpenGL/libGLES_CM/ |
D | main.cpp | 218 void GenTextures(GLsizei n, GLuint* textures); 860 return es1::GenTextures(n, textures); in glGenTextures() 1483 this->glGenTextures = es1::GenTextures; in LibGLES_CMexports()
|
D | libGLES_CM.cpp | 1805 void GenTextures(GLsizei n, GLuint* textures) in GenTextures() function
|
/external/mesa3d/src/gallium/state_trackers/wgl/ |
D | stw_icd.h | 378 void (GLAPIENTRY * GenTextures)(GLsizei, GLuint *);
|
/external/swiftshader/src/OpenGL/libGLESv2/ |
D | entry_points.h | 92 void GenTextures(GLsizei n, GLuint* textures);
|
D | entry_points.cpp | 407 return gl::GenTextures(n, textures); in glGenTextures() 1611 this->glGenTextures = gl::GenTextures; in LibGLESv2exports()
|
D | libGLESv2.cpp | 2231 void GenTextures(GLsizei n, GLuint* textures) in GenTextures() function 6423 FUNCTION(GenTextures), in es2GetProcAddress()
|
/external/mesa3d/src/mapi/glapi/tests/ |
D | check_table.cpp | 892 { "glGenTextures", _O(GenTextures) },
|
/external/skqp/tests/ |
D | VkHardwareBufferTest.cpp | 232 GR_GL_CALL(fGLCtx->gl(), GenTextures(1, &fTexID)); in importHardwareBuffer()
|
/external/mesa3d/include/GL/ |
D | gl_mangle.h | 683 #define glGenTextures MANGLE(GenTextures)
|