Searched defs:glIsEnabled (Results 1 - 6 of 6) sorted by relevance

/device/generic/goldfish-opengl/system/GLESv1_enc/
H A Dgl_client_context.h107 glIsEnabled_client_proc_t glIsEnabled; member in struct:gl_client_context_t
H A Dgl_entry.cpp102 GLboolean glIsEnabled(GLenum cap);
875 GLboolean glIsEnabled(GLenum cap) function
878 return ctx->glIsEnabled(ctx, cap);
/device/generic/goldfish-opengl/system/GLESv2_enc/
H A Dgl2_client_context.h95 glIsEnabled_client_proc_t glIsEnabled; member in struct:gl2_client_context_t
H A Dgl2_entry.cpp90 GLboolean glIsEnabled(GLenum cap);
934 GLboolean glIsEnabled(GLenum cap) function
937 return ctx->glIsEnabled(ctx, cap);
/device/generic/goldfish-opengl/tests/gles_android_wrapper/
H A Dgles.cpp531 GLboolean glIsEnabled(GLenum cap) function
533 return getDispatch()->glIsEnabled(cap);
H A Dgles_dispatch.h118 glIsEnabled_t glIsEnabled; member in struct:gles_dispatch
390 glIsEnabled_t set_glIsEnabled(glIsEnabled_t f) { glIsEnabled_t retval = glIsEnabled; glIsEnabled = f; return retval;}

Completed in 39 milliseconds