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

/development/tools/emulator/opengl/system/GLESv2_enc/
H A Dgl2_client_context.cpp73 ptr = getProc("glGetBooleanv", userData); set_glGetBooleanv((glGetBooleanv_client_proc_t)ptr);
H A DGL2Encoder.cpp63 m_glGetBooleanv_enc = set_glGetBooleanv(s_glGetBooleanv);
H A Dgl2_client_context.h278 virtual glGetBooleanv_client_proc_t set_glGetBooleanv(glGetBooleanv_client_proc_t f) { glGetBooleanv_client_proc_t retval = glGetBooleanv; glGetBooleanv = f; return retval;} function in struct:gl2_client_context_t
H A Dgl2_enc.cpp2979 set_glGetBooleanv(glGetBooleanv_enc);
/development/tools/emulator/opengl/system/GLESv1_enc/
H A Dgl_client_context.cpp91 ptr = getProc("glGetBooleanv", userData); set_glGetBooleanv((glGetBooleanv_client_proc_t)ptr);
H A DGLEncoder.cpp940 m_glGetBooleanv_enc = set_glGetBooleanv(s_glGetBooleanv);
H A Dgl_client_context.h379 virtual glGetBooleanv_client_proc_t set_glGetBooleanv(glGetBooleanv_client_proc_t f) { glGetBooleanv_client_proc_t retval = glGetBooleanv; glGetBooleanv = f; return retval;} function in struct:gl_client_context_t
H A Dgl_enc.cpp4968 set_glGetBooleanv(glGetBooleanv_enc);
/development/tools/emulator/opengl/tests/gles_android_wrapper/
H A Dgles_dispatch.cpp102 ptr = dlsym(gles_android,"glGetBooleanv"); disp->set_glGetBooleanv((glGetBooleanv_t)ptr);
H A Dgles_dispatch.h372 glGetBooleanv_t set_glGetBooleanv(glGetBooleanv_t f) { glGetBooleanv_t retval = glGetBooleanv; glGetBooleanv = f; return retval;} function in struct:gles_dispatch

Completed in 61 milliseconds