Home
last modified time | relevance | path

Searched refs:glIsTexture (Results 1 – 21 of 21) sorted by relevance

/device/generic/goldfish-opengl/tests/gles_android_wrapper/
Dgles_ftable.h116 {"glIsTexture", (void *)glIsTexture},
Dgles_dispatch.h119 glIsTexture_t glIsTexture; member
391 …ure_t set_glIsTexture(glIsTexture_t f) { glIsTexture_t retval = glIsTexture; glIsTexture = f; retu… in set_glIsTexture()
Dgles.cpp536 GLboolean glIsTexture(GLuint texture) in glIsTexture() function
538 return getDispatch()->glIsTexture(texture); in glIsTexture()
/device/generic/goldfish-opengl/system/GLESv1_enc/
Dgl_ftable.h106 {"glIsTexture", (void*)glIsTexture},
Dgl_client_context.h108 glIsTexture_client_proc_t glIsTexture; member
Dgl_client_context.cpp108 glIsTexture = (glIsTexture_client_proc_t) getProc("glIsTexture", userData); in initDispatchByName()
Dgl_entry.cpp103 GLboolean glIsTexture(GLuint texture);
883 GLboolean glIsTexture(GLuint texture) in glIsTexture() function
886 return ctx->glIsTexture(ctx, texture); in glIsTexture()
Dgl_enc.cpp8467 this->glIsTexture = &glIsTexture_enc; in gl_encoder_context_t()
/device/generic/goldfish-opengl/system/GLESv2_enc/
Dgl2_ftable.h98 {"glIsTexture", (void*)glIsTexture},
Dgl2_client_context.h100 glIsTexture_client_proc_t glIsTexture; member
Dgl2_client_context.cpp100 glIsTexture = (glIsTexture_client_proc_t) getProc("glIsTexture", userData); in initDispatchByName()
Dgl2_entry.cpp95 GLboolean glIsTexture(GLuint texture);
979 GLboolean glIsTexture(GLuint texture) in glIsTexture() function
982 return ctx->glIsTexture(ctx, texture); in glIsTexture()
Dgl2_enc.cpp11660 this->glIsTexture = &glIsTexture_enc; in gl2_encoder_context_t()
/device/generic/opengl-transport/host/libs/virglrenderer/OpenGLESDispatch/
Dgles2_core.entries92 GLboolean glIsTexture(GLuint texture);
Dgles1_core.entries104 GLboolean glIsTexture(GLuint texture);
/device/generic/goldfish-opengl/system/include/GLES2/
Dgl2.h464 GL_APICALL GLboolean GL_APIENTRY glIsTexture (GLuint texture);
/device/generic/goldfish-opengl/system/include/GLES/
Dgl.h691 GL_API GLboolean GL_APIENTRY glIsTexture (GLuint texture);
/device/generic/opengl-transport/host/libs/virglrenderer/GLESv1_dec/
Dgles1.in96 GL_ENTRY(GLboolean, glIsTexture, GLuint texture)
/device/generic/goldfish-opengl/system/include/GLES3/
Dgl3.h464 GL_APICALL GLboolean GL_APIENTRY glIsTexture (GLuint texture);
Dgl31.h464 GL_APICALL GLboolean GL_APIENTRY glIsTexture (GLuint texture);
/device/generic/opengl-transport/host/libs/virglrenderer/GLESv3_dec/
Dgles3.in88 GL_ENTRY(GLboolean, glIsTexture, GLuint texture)