Home
last modified time | relevance | path

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

/external/skia/tests/
DTextureBindingsResetTest.cpp39 GL(GenTextures(claimedIDs.count(), claimedIDs.begin())); in DEF_GPUTEST_FOR_GL_RENDERING_CONTEXTS()
DVkHardwareBufferTest.cpp232 GR_GL_CALL(fGLCtx->gl(), GenTextures(1, &fTexID)); in importHardwareBuffer()
/external/skia/gm/
Drectangletexture.cpp87 GR_GL_CALL(gl, GenTextures(1, &id)); in createRectangleTextureImg()
/external/skqp/gm/
Drectangletexture.cpp93 GR_GL_CALL(gl, GenTextures(1, &id)); in createRectangleTextureImg()
/external/skia/tools/gpu/gl/egl/
DCreatePlatformGLTestContext_egl.cpp271 GR_GL_CALL(this->gl(), GenTextures(1, &texID)); in eglImageToExternalTexture()
/external/skqp/tools/gpu/gl/angle/
DGLTestContext_angle.cpp307 GR_GL_CALL(this->gl(), GenTextures(1, &texID)); in eglImageToExternalTexture()
/external/skia/tools/gpu/gl/angle/
DGLTestContext_angle.cpp307 GR_GL_CALL(this->gl(), GenTextures(1, &texID)); in eglImageToExternalTexture()
/external/skqp/tools/gpu/gl/egl/
DCreatePlatformGLTestContext_egl.cpp271 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/skia/src/gpu/gl/
DGrGLAssembleInterface.cpp177 GET_PROC(GenTextures); in GrGLMakeAssembledGLInterface()
528 GET_PROC(GenTextures); in GrGLMakeAssembledGLESInterface()
DGrGLGpu.cpp1690 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/
DGLTestContext.cpp333 GR_GL_CALL(fGL.get(), GenTextures(1, &id)); in createTextureRectangle()
/external/skia/tools/gpu/gl/
DGLTestContext.cpp333 GR_GL_CALL(fGL.get(), GenTextures(1, &id)); in createTextureRectangle()
/external/skia/tools/gpu/atlastext/
DGLTestAtlasTextRenderer.cpp281 callgl(GenTextures, 1, &id); in createTexture()
/external/skqp/tools/gpu/atlastext/
DGLTestAtlasTextRenderer.cpp281 callgl(GenTextures, 1, &id); in createTexture()
/external/swiftshader/src/OpenGL/libGLES_CM/
Dmain.cpp218 void 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 GenTextures(GLsizei n, GLuint* textures) in GenTextures() function
/external/mesa3d/src/gallium/state_trackers/wgl/
Dstw_icd.h378 void (GLAPIENTRY * GenTextures)(GLsizei, GLuint *);
/external/swiftshader/src/OpenGL/libGLESv2/
Dentry_points.h92 void GenTextures(GLsizei n, GLuint* textures);
Dentry_points.cpp407 return gl::GenTextures(n, textures); in glGenTextures()
1611 this->glGenTextures = gl::GenTextures; in LibGLESv2exports()
DlibGLESv2.cpp2231 void GenTextures(GLsizei n, GLuint* textures) in GenTextures() function
6423 FUNCTION(GenTextures), in es2GetProcAddress()
/external/mesa3d/src/mapi/glapi/tests/
Dcheck_table.cpp892 { "glGenTextures", _O(GenTextures) },
/external/skqp/tests/
DVkHardwareBufferTest.cpp232 GR_GL_CALL(fGLCtx->gl(), GenTextures(1, &fTexID)); in importHardwareBuffer()
/external/mesa3d/include/GL/
Dgl_mangle.h683 #define glGenTextures MANGLE(GenTextures)