Home
last modified time | relevance | path

Searched refs:IsTexture (Results 1 – 13 of 13) sorted by relevance

/external/skqp/src/gpu/gl/
DGrGLAssembleInterface.cpp179 GET_PROC(IsTexture); in GrGLMakeAssembledGLInterface()
551 GET_PROC(IsTexture); in GrGLMakeAssembledGLESInterface()
DGrGLGpu.cpp4049 GL_CALL_RET(result, IsTexture(info.fID)); in isTestingOnlyBackendTexture()
/external/skia/src/gpu/gl/
DGrGLAssembleInterface.cpp179 GET_PROC(IsTexture); in GrGLMakeAssembledGLInterface()
548 GET_PROC(IsTexture); in GrGLMakeAssembledGLESInterface()
DGrGLGpu.cpp4090 GL_CALL_RET(result, IsTexture(info.fID)); in isTestingOnlyBackendTexture()
/external/swiftshader/src/OpenGL/libGLES_CM/
Dmain.cpp245 GLboolean IsTexture(GLuint texture);
995 return es1::IsTexture(texture); in glIsTexture()
1510 this->glIsTexture = es1::IsTexture; in LibGLES_CMexports()
DlibGLES_CM.cpp2552 GLboolean IsTexture(GLuint texture) in IsTexture() function
/external/mesa3d/src/gallium/state_trackers/wgl/
Dstw_icd.h380 GLboolean (GLAPIENTRY * IsTexture)(GLuint);
/external/swiftshader/src/OpenGL/libGLESv2/
Dentry_points.h134 GLboolean IsTexture(GLuint texture);
Dentry_points.cpp637 return gl::IsTexture(texture); in glIsTexture()
1653 this->glIsTexture = gl::IsTexture; in LibGLESv2exports()
DlibGLESv2.cpp3984 GLboolean IsTexture(GLuint texture) in IsTexture() function
6502 FUNCTION(IsTexture), in es2GetProcAddress()
/external/mesa3d/src/mapi/glapi/tests/
Dcheck_table.cpp894 { "glIsTexture", _O(IsTexture) },
/external/mesa3d/src/mesa/main/
Dcontext.c1107 COPY_DISPATCH(IsTexture); in create_beginend_table()
/external/mesa3d/include/GL/
Dgl_mangle.h1208 #define glIsTexture MANGLE(IsTexture)