Home
last modified time | relevance | path

Searched refs:glGetError (Results 1 – 16 of 16) sorted by relevance

/device/generic/goldfish/opengl/shared/OpenglCodecCommon/
DGLErrorLog.h26 int err = gl.glGetError(); \
/device/generic/goldfish/opengl/system/GLESv2_enc/
Dgl2_ftable.h71 {"glGetError", (void*)glGetError},
Dgl2_client_context.h71 glGetError_client_proc_t glGetError; member
Dgl2_client_context.cpp73 glGetError = (glGetError_client_proc_t) getProc("glGetError", userData); in initDispatchByName()
Dgl2_entry.cpp69 GLenum glGetError();
594 GLenum glGetError() in glGetError() function
597 return ctx->glGetError(ctx); in glGetError()
DGL2Encoder.cpp77 OVERRIDE(glGetError); in GL2Encoder()
Dgl2_enc.cpp2986 this->glGetError = &glGetError_enc; in gl2_encoder_context_t()
/device/generic/goldfish/opengl/tests/gles_android_wrapper/
Dgles_ftable.h102 {"glGetError", (void *)glGetError},
Dgles_dispatch.h105 glGetError_t glGetError; member
377 …glGetError_t set_glGetError(glGetError_t f) { glGetError_t retval = glGetError; glGetError = f; re… in set_glGetError()
Dgles.cpp466 GLenum glGetError() in glGetError() function
468 return getDispatch()->glGetError(); in glGetError()
/device/generic/goldfish/opengl/system/GLESv1_enc/
Dgl_ftable.h92 {"glGetError", (void*)glGetError},
Dgl_client_context.h92 glGetError_client_proc_t glGetError; member
Dgl_client_context.cpp94 glGetError = (glGetError_client_proc_t) getProc("glGetError", userData); in initDispatchByName()
Dgl_entry.cpp90 GLenum glGetError();
799 GLenum glGetError() in glGetError() function
802 return ctx->glGetError(ctx); in glGetError()
DGLEncoder.cpp963 OVERRIDE(glGetError); in GLEncoder()
Dgl_enc.cpp4978 this->glGetError = &glGetError_enc; in gl_encoder_context_t()