Searched refs:set_glGetError (Results 1 - 10 of 10) sorted by relevance

/development/tools/emulator/opengl/system/GLESv2_enc/
H A Dgl2_client_context.cpp75 ptr = getProc("glGetError", userData); set_glGetError((glGetError_client_proc_t)ptr);
H A DGL2Encoder.cpp72 m_glGetError_enc = set_glGetError(s_glGetError);
H A Dgl2_client_context.h280 virtual glGetError_client_proc_t set_glGetError(glGetError_client_proc_t f) { glGetError_client_proc_t retval = glGetError; glGetError = f; return retval;} function in struct:gl2_client_context_t
H A Dgl2_enc.cpp2981 set_glGetError(glGetError_enc);
/development/tools/emulator/opengl/system/GLESv1_enc/
H A Dgl_client_context.cpp96 ptr = getProc("glGetError", userData); set_glGetError((glGetError_client_proc_t)ptr);
H A DGLEncoder.cpp956 m_glGetError_enc = set_glGetError(s_glGetError);
H A Dgl_client_context.h384 virtual glGetError_client_proc_t set_glGetError(glGetError_client_proc_t f) { glGetError_client_proc_t retval = glGetError; glGetError = f; return retval;} function in struct:gl_client_context_t
H A Dgl_enc.cpp4973 set_glGetError(glGetError_enc);
/development/tools/emulator/opengl/tests/gles_android_wrapper/
H A Dgles_dispatch.cpp107 ptr = dlsym(gles_android,"glGetError"); disp->set_glGetError((glGetError_t)ptr);
H A Dgles_dispatch.h377 glGetError_t set_glGetError(glGetError_t f) { glGetError_t retval = glGetError; glGetError = f; return retval;} function in struct:gles_dispatch

Completed in 73 milliseconds