Searched refs:glIsTexture (Results 1 – 21 of 21) sorted by relevance
/device/generic/goldfish-opengl/tests/gles_android_wrapper/ |
D | gles_ftable.h | 116 {"glIsTexture", (void *)glIsTexture},
|
D | gles_dispatch.h | 119 glIsTexture_t glIsTexture; member 391 …ure_t set_glIsTexture(glIsTexture_t f) { glIsTexture_t retval = glIsTexture; glIsTexture = f; retu… in set_glIsTexture()
|
D | gles.cpp | 536 GLboolean glIsTexture(GLuint texture) in glIsTexture() function 538 return getDispatch()->glIsTexture(texture); in glIsTexture()
|
/device/generic/goldfish-opengl/system/GLESv1_enc/ |
D | gl_ftable.h | 106 {"glIsTexture", (void*)glIsTexture},
|
D | gl_client_context.h | 108 glIsTexture_client_proc_t glIsTexture; member
|
D | gl_client_context.cpp | 108 glIsTexture = (glIsTexture_client_proc_t) getProc("glIsTexture", userData); in initDispatchByName()
|
D | gl_entry.cpp | 103 GLboolean glIsTexture(GLuint texture); 883 GLboolean glIsTexture(GLuint texture) in glIsTexture() function 886 return ctx->glIsTexture(ctx, texture); in glIsTexture()
|
D | gl_enc.cpp | 8467 this->glIsTexture = &glIsTexture_enc; in gl_encoder_context_t()
|
/device/generic/goldfish-opengl/system/GLESv2_enc/ |
D | gl2_ftable.h | 98 {"glIsTexture", (void*)glIsTexture},
|
D | gl2_client_context.h | 100 glIsTexture_client_proc_t glIsTexture; member
|
D | gl2_client_context.cpp | 100 glIsTexture = (glIsTexture_client_proc_t) getProc("glIsTexture", userData); in initDispatchByName()
|
D | gl2_entry.cpp | 95 GLboolean glIsTexture(GLuint texture); 979 GLboolean glIsTexture(GLuint texture) in glIsTexture() function 982 return ctx->glIsTexture(ctx, texture); in glIsTexture()
|
D | gl2_enc.cpp | 11660 this->glIsTexture = &glIsTexture_enc; in gl2_encoder_context_t()
|
/device/generic/opengl-transport/host/libs/virglrenderer/OpenGLESDispatch/ |
D | gles2_core.entries | 92 GLboolean glIsTexture(GLuint texture);
|
D | gles1_core.entries | 104 GLboolean glIsTexture(GLuint texture);
|
/device/generic/goldfish-opengl/system/include/GLES2/ |
D | gl2.h | 464 GL_APICALL GLboolean GL_APIENTRY glIsTexture (GLuint texture);
|
/device/generic/goldfish-opengl/system/include/GLES/ |
D | gl.h | 691 GL_API GLboolean GL_APIENTRY glIsTexture (GLuint texture);
|
/device/generic/opengl-transport/host/libs/virglrenderer/GLESv1_dec/ |
D | gles1.in | 96 GL_ENTRY(GLboolean, glIsTexture, GLuint texture)
|
/device/generic/goldfish-opengl/system/include/GLES3/ |
D | gl3.h | 464 GL_APICALL GLboolean GL_APIENTRY glIsTexture (GLuint texture);
|
D | gl31.h | 464 GL_APICALL GLboolean GL_APIENTRY glIsTexture (GLuint texture);
|
/device/generic/opengl-transport/host/libs/virglrenderer/GLESv3_dec/ |
D | gles3.in | 88 GL_ENTRY(GLboolean, glIsTexture, GLuint texture)
|