Home
last modified time | relevance | path

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

/device/generic/goldfish/opengl/system/GLESv2_enc/
Dgl2_ftable.h98 {"glIsTexture", (void*)glIsTexture},
Dgl2_client_context.h98 glIsTexture_client_proc_t glIsTexture; member
Dgl2_client_context.cpp100 glIsTexture = (glIsTexture_client_proc_t) getProc("glIsTexture", userData); in initDispatchByName()
Dgl2_entry.cpp96 GLboolean glIsTexture(GLuint texture);
756 GLboolean glIsTexture(GLuint texture) in glIsTexture() function
759 return ctx->glIsTexture(ctx, texture); in glIsTexture()
Dgl2_enc.cpp3013 this->glIsTexture = &glIsTexture_enc; in gl2_encoder_context_t()
/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.h106 glIsTexture_client_proc_t glIsTexture; member
Dgl_client_context.cpp108 glIsTexture = (glIsTexture_client_proc_t) getProc("glIsTexture", userData); in initDispatchByName()
Dgl_entry.cpp104 GLboolean glIsTexture(GLuint texture);
883 GLboolean glIsTexture(GLuint texture) in glIsTexture() function
886 return ctx->glIsTexture(ctx, texture); in glIsTexture()
Dgl_enc.cpp4992 this->glIsTexture = &glIsTexture_enc; in gl_encoder_context_t()