Home
last modified time | relevance | path

Searched refs:GL_IsTexture (Results 1 – 9 of 9) sorted by relevance

/external/angle/src/libGLESv2/
Dentry_points_gles_2_0_autogen.h198 ANGLE_EXPORT GLboolean GL_APIENTRY GL_IsTexture(GLuint texture);
Dproc_table_egl_autogen.cpp578 {"glIsTexture", P(GL_IsTexture)},
Dentry_points_gles_2_0_autogen.cpp2309 GLboolean GL_APIENTRY GL_IsTexture(GLuint texture) in GL_IsTexture() function
DlibGLESv2_autogen.cpp529 return GL_IsTexture(texture); in glIsTexture()
/external/angle/src/libGLESv1_CM/
DlibGLESv1_CM.cpp531 return GL_IsTexture(texture); in glIsTexture()
/external/angle/src/libGL/
Dproc_table_wgl_autogen.cpp485 {"glIsTexture", P(GL_IsTexture)},
Dentry_points_gl_1_autogen.h466 ANGLE_EXPORT GLboolean GL_APIENTRY GL_IsTexture(GLuint texture);
DlibGL_autogen.cpp1733 return GL_IsTexture(texture); in glIsTexture()
Dentry_points_gl_1_autogen.cpp7529 GLboolean GL_APIENTRY GL_IsTexture(GLuint texture) in GL_IsTexture() function