/external/skia/tests/ |
D | TextureBindingsResetTest.cpp | 43 GL(GenTextures(claimedIDs.count(), claimedIDs.begin())); in DEF_GPUTEST_FOR_GL_RENDERING_CONTEXTS()
|
D | VkHardwareBufferTest.cpp | 235 GR_GL_CALL(fGLCtx->gl(), GenTextures(1, &fTexID)); in importHardwareBuffer()
|
/external/skia/src/gpu/gl/ |
D | GrGLAssembleWebGLInterfaceAutogen.cpp | 98 GET_PROC(GenTextures); in GrGLMakeAssembledWebGLInterface()
|
D | GrGLAssembleGLESInterfaceAutogen.cpp | 91 GET_PROC(GenTextures); in GrGLMakeAssembledGLESInterface()
|
D | GrGLAssembleGLInterfaceAutogen.cpp | 94 GET_PROC(GenTextures); in GrGLMakeAssembledGLInterface()
|
D | GrGLGpu.cpp | 1615 GL_CALL(GenTextures(1, &id)); in createCompressedTexture2D() 1637 GL_CALL(GenTextures(1, &id)); in createTexture() 3784 GL_CALL(GenTextures(1, &colorID)); in createTestingOnlyBackendRenderTarget()
|
/external/angle/extensions/ |
D | CHROMIUM_bind_generates_resource.txt | 71 returned from a previous call to GenTextures, or if such a name has since
|
/external/skqp/gm/ |
D | rectangletexture.cpp | 93 GR_GL_CALL(gl, GenTextures(1, &id)); in createRectangleTextureImg()
|
/external/skqp/tools/gpu/gl/egl/ |
D | CreatePlatformGLTestContext_egl.cpp | 271 GR_GL_CALL(this->gl(), GenTextures(1, &texID)); in eglImageToExternalTexture()
|
/external/angle/src/tests/gles1_conformance_tests/ |
D | CovglTests.cpp | 412 TEST_P(GLES1CovglTest, GenTextures) in TEST_P() argument
|
/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/egl/ |
D | CreatePlatformGLTestContext_egl.cpp | 390 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/skqp/tools/gpu/gl/ |
D | GLTestContext.cpp | 333 GR_GL_CALL(fGL.get(), GenTextures(1, &id)); in createTextureRectangle()
|
/external/skia/tools/gpu/gl/angle/ |
D | GLTestContext_angle.cpp | 392 GR_GL_CALL(this->gl(), GenTextures(1, &texID)); in eglImageToExternalTexture()
|
/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 GL_APIENTRY 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 GL_APIENTRY GenTextures(GLsizei n, GLuint* textures) in GenTextures() function
|
/external/skia/tools/gpu/gl/interface/ |
D | interface.json5 | 34 "GenTextures", "GetBufferParameteriv", "GetError",
|
/external/mesa3d/src/mapi/glapi/tests/ |
D | check_table.cpp | 892 { "glGenTextures", _O(GenTextures) },
|
/external/skqp/tests/ |
D | VkHardwareBufferTest.cpp | 233 GR_GL_CALL(fGLCtx->gl(), GenTextures(1, &fTexID)); in importHardwareBuffer()
|
/external/swiftshader/src/OpenGL/libGLESv2/ |
D | entry_points.cpp | 407 return gl::GenTextures(n, textures); in glGenTextures() 1611 this->glGenTextures = gl::GenTextures; in LibGLESv2exports()
|
D | entry_points.h | 92 void GL_APIENTRY GenTextures(GLsizei n, GLuint* textures);
|
D | libGLESv2.cpp | 2224 void GL_APIENTRY GenTextures(GLsizei n, GLuint* textures) in GenTextures() function 6388 FUNCTION(GenTextures), in es2GetProcAddress()
|