Searched refs:glIsTexture (Results 1 – 13 of 13) sorted by relevance
/device/generic/goldfish/opengl/system/GLESv2_enc/ |
D | gl2_ftable.h | 98 {"glIsTexture", (void*)glIsTexture},
|
D | gl2_client_context.h | 98 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 | 96 GLboolean glIsTexture(GLuint texture); 756 GLboolean glIsTexture(GLuint texture) in glIsTexture() function 759 return ctx->glIsTexture(ctx, texture); in glIsTexture()
|
D | gl2_enc.cpp | 3013 this->glIsTexture = &glIsTexture_enc; in gl2_encoder_context_t()
|
/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 | 106 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 | 104 GLboolean glIsTexture(GLuint texture); 883 GLboolean glIsTexture(GLuint texture) in glIsTexture() function 886 return ctx->glIsTexture(ctx, texture); in glIsTexture()
|
D | gl_enc.cpp | 4992 this->glIsTexture = &glIsTexture_enc; in gl_encoder_context_t()
|