Home
last modified time | relevance | path

Searched refs:GenTextures (Results 1 – 25 of 27) sorted by relevance

12

/external/skia/tests/
DTextureBindingsResetTest.cpp43 GL(GenTextures(claimedIDs.count(), claimedIDs.begin())); in DEF_GPUTEST_FOR_GL_RENDERING_CONTEXTS()
DVkHardwareBufferTest.cpp235 GR_GL_CALL(fGLCtx->gl(), GenTextures(1, &fTexID)); in importHardwareBuffer()
/external/skia/src/gpu/gl/
DGrGLAssembleWebGLInterfaceAutogen.cpp98 GET_PROC(GenTextures); in GrGLMakeAssembledWebGLInterface()
DGrGLAssembleGLESInterfaceAutogen.cpp91 GET_PROC(GenTextures); in GrGLMakeAssembledGLESInterface()
DGrGLAssembleGLInterfaceAutogen.cpp94 GET_PROC(GenTextures); in GrGLMakeAssembledGLInterface()
DGrGLGpu.cpp1615 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/
DCHROMIUM_bind_generates_resource.txt71 returned from a previous call to GenTextures, or if such a name has since
/external/skqp/gm/
Drectangletexture.cpp93 GR_GL_CALL(gl, GenTextures(1, &id)); in createRectangleTextureImg()
/external/skqp/tools/gpu/gl/egl/
DCreatePlatformGLTestContext_egl.cpp271 GR_GL_CALL(this->gl(), GenTextures(1, &texID)); in eglImageToExternalTexture()
/external/angle/src/tests/gles1_conformance_tests/
DCovglTests.cpp412 TEST_P(GLES1CovglTest, GenTextures) in TEST_P() argument
/external/skqp/tools/gpu/gl/angle/
DGLTestContext_angle.cpp307 GR_GL_CALL(this->gl(), GenTextures(1, &texID)); in eglImageToExternalTexture()
/external/skia/tools/gpu/gl/egl/
DCreatePlatformGLTestContext_egl.cpp390 GR_GL_CALL(this->gl(), GenTextures(1, &texID)); in eglImageToExternalTexture()
/external/skqp/src/gpu/gl/
DGrGLAssembleInterface.cpp177 GET_PROC(GenTextures); in GrGLMakeAssembledGLInterface()
531 GET_PROC(GenTextures); in GrGLMakeAssembledGLESInterface()
DGrGLGpu.cpp1655 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/
DGLTestContext.cpp333 GR_GL_CALL(fGL.get(), GenTextures(1, &id)); in createTextureRectangle()
/external/skia/tools/gpu/gl/angle/
DGLTestContext_angle.cpp392 GR_GL_CALL(this->gl(), GenTextures(1, &texID)); in eglImageToExternalTexture()
/external/skqp/tools/gpu/atlastext/
DGLTestAtlasTextRenderer.cpp281 callgl(GenTextures, 1, &id); in createTexture()
/external/swiftshader/src/OpenGL/libGLES_CM/
Dmain.cpp218 void GL_APIENTRY GenTextures(GLsizei n, GLuint* textures);
860 return es1::GenTextures(n, textures); in glGenTextures()
1483 this->glGenTextures = es1::GenTextures; in LibGLES_CMexports()
DlibGLES_CM.cpp1805 void GL_APIENTRY GenTextures(GLsizei n, GLuint* textures) in GenTextures() function
/external/skia/tools/gpu/gl/interface/
Dinterface.json534 "GenTextures", "GetBufferParameteriv", "GetError",
/external/mesa3d/src/mapi/glapi/tests/
Dcheck_table.cpp892 { "glGenTextures", _O(GenTextures) },
/external/skqp/tests/
DVkHardwareBufferTest.cpp233 GR_GL_CALL(fGLCtx->gl(), GenTextures(1, &fTexID)); in importHardwareBuffer()
/external/swiftshader/src/OpenGL/libGLESv2/
Dentry_points.cpp407 return gl::GenTextures(n, textures); in glGenTextures()
1611 this->glGenTextures = gl::GenTextures; in LibGLESv2exports()
Dentry_points.h92 void GL_APIENTRY GenTextures(GLsizei n, GLuint* textures);
DlibGLESv2.cpp2224 void GL_APIENTRY GenTextures(GLsizei n, GLuint* textures) in GenTextures() function
6388 FUNCTION(GenTextures), in es2GetProcAddress()

12