Home
last modified time | relevance | path

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

/external/skia/src/gpu/gl/
DGrGLAssembleInterface.cpp179 GET_PROC(IsTexture); in GrGLAssembleGLInterface()
664 GET_PROC(IsTexture); in GrGLAssembleGLESInterface()
DGrGLGpu.cpp4252 GL_CALL_RET(result, IsTexture(texID)); in isTestingOnlyBackendTexture()
/external/swiftshader/src/OpenGL/libGLES_CM/
Dmain.cpp245 GLboolean IsTexture(GLuint texture);
995 return es1::IsTexture(texture); in glIsTexture()
1515 this->glIsTexture = es1::IsTexture; in LibGLES_CMexports()
DlibGLES_CM.cpp2570 GLboolean IsTexture(GLuint texture) in IsTexture() function
/external/swiftshader/src/OpenGL/libGLESv2/
Dmain.cpp263 GLboolean IsTexture(GLuint texture);
972 return es2::IsTexture(texture); in glIsTexture()
1457 this->glIsTexture = es2::IsTexture; in LibGLESv2exports()
DlibGLESv2.cpp4439 GLboolean IsTexture(GLuint texture) in IsTexture() function
/external/mesa3d/src/gallium/state_trackers/wgl/
Dstw_icd.h380 GLboolean (GLAPIENTRY * IsTexture)(GLuint);
/external/mesa3d/src/mesa/main/
Dcontext.c1097 COPY_DISPATCH(IsTexture); in create_beginend_table()
/external/mesa3d/src/mapi/glapi/tests/
Dcheck_table.cpp896 { "glIsTexture", _O(IsTexture) },
/external/libmojo/mojo/gpu/
Dmojo_gles2_impl_autogen.h349 GLboolean IsTexture(GLuint texture) override;
Dmojo_gles2_impl_autogen.cc720 GLboolean MojoGLES2Impl::IsTexture(GLuint texture) { in IsTexture() function in mojo::MojoGLES2Impl
/external/mesa3d/include/GL/
Dgl_mangle.h1208 #define glIsTexture MANGLE(IsTexture)