Searched refs:getProc (Results 1 – 7 of 7) sorted by relevance
/device/generic/goldfish/opengl/system/GLESv1_enc/ |
D | gl_client_context.cpp | 11 int gl_client_context_t::initDispatchByName(void *(*getProc)(const char *, void *userData), void *u… in initDispatchByName() 13 glAlphaFunc = (glAlphaFunc_client_proc_t) getProc("glAlphaFunc", userData); in initDispatchByName() 14 glClearColor = (glClearColor_client_proc_t) getProc("glClearColor", userData); in initDispatchByName() 15 glClearDepthf = (glClearDepthf_client_proc_t) getProc("glClearDepthf", userData); in initDispatchByName() 16 glClipPlanef = (glClipPlanef_client_proc_t) getProc("glClipPlanef", userData); in initDispatchByName() 17 glColor4f = (glColor4f_client_proc_t) getProc("glColor4f", userData); in initDispatchByName() 18 glDepthRangef = (glDepthRangef_client_proc_t) getProc("glDepthRangef", userData); in initDispatchByName() 19 glFogf = (glFogf_client_proc_t) getProc("glFogf", userData); in initDispatchByName() 20 glFogfv = (glFogfv_client_proc_t) getProc("glFogfv", userData); in initDispatchByName() 21 glFrustumf = (glFrustumf_client_proc_t) getProc("glFrustumf", userData); in initDispatchByName() [all …]
|
D | gl_client_context.h | 308 int initDispatchByName( void *(*getProc)(const char *name, void *userData), void *userData);
|
/device/generic/goldfish/opengl/system/GLESv2_enc/ |
D | gl2_client_context.cpp | 11 int gl2_client_context_t::initDispatchByName(void *(*getProc)(const char *, void *userData), void *… in initDispatchByName() 13 glActiveTexture = (glActiveTexture_client_proc_t) getProc("glActiveTexture", userData); in initDispatchByName() 14 glAttachShader = (glAttachShader_client_proc_t) getProc("glAttachShader", userData); in initDispatchByName() 15 …glBindAttribLocation = (glBindAttribLocation_client_proc_t) getProc("glBindAttribLocation", userDa… in initDispatchByName() 16 glBindBuffer = (glBindBuffer_client_proc_t) getProc("glBindBuffer", userData); in initDispatchByName() 17 glBindFramebuffer = (glBindFramebuffer_client_proc_t) getProc("glBindFramebuffer", userData); in initDispatchByName() 18 glBindRenderbuffer = (glBindRenderbuffer_client_proc_t) getProc("glBindRenderbuffer", userData); in initDispatchByName() 19 glBindTexture = (glBindTexture_client_proc_t) getProc("glBindTexture", userData); in initDispatchByName() 20 glBlendColor = (glBlendColor_client_proc_t) getProc("glBlendColor", userData); in initDispatchByName() 21 glBlendEquation = (glBlendEquation_client_proc_t) getProc("glBlendEquation", userData); in initDispatchByName() [all …]
|
D | gl2_client_context.h | 225 int initDispatchByName( void *(*getProc)(const char *name, void *userData), void *userData);
|
/device/generic/goldfish/opengl/system/renderControl_enc/ |
D | renderControl_client_context.cpp | 11 int renderControl_client_context_t::initDispatchByName(void *(*getProc)(const char *, void *userDat… in initDispatchByName() 13 …rcGetRendererVersion = (rcGetRendererVersion_client_proc_t) getProc("rcGetRendererVersion", userDa… in initDispatchByName() 14 rcGetEGLVersion = (rcGetEGLVersion_client_proc_t) getProc("rcGetEGLVersion", userData); in initDispatchByName() 15 rcQueryEGLString = (rcQueryEGLString_client_proc_t) getProc("rcQueryEGLString", userData); in initDispatchByName() 16 rcGetGLString = (rcGetGLString_client_proc_t) getProc("rcGetGLString", userData); in initDispatchByName() 17 rcGetNumConfigs = (rcGetNumConfigs_client_proc_t) getProc("rcGetNumConfigs", userData); in initDispatchByName() 18 rcGetConfigs = (rcGetConfigs_client_proc_t) getProc("rcGetConfigs", userData); in initDispatchByName() 19 rcChooseConfig = (rcChooseConfig_client_proc_t) getProc("rcChooseConfig", userData); in initDispatchByName() 20 rcGetFBParam = (rcGetFBParam_client_proc_t) getProc("rcGetFBParam", userData); in initDispatchByName() 21 rcCreateContext = (rcCreateContext_client_proc_t) getProc("rcCreateContext", userData); in initDispatchByName() [all …]
|
D | renderControl_client_context.h | 46 int initDispatchByName( void *(*getProc)(const char *name, void *userData), void *userData);
|
/device/generic/goldfish/opengl/tests/gles_android_wrapper/ |
D | ApiInitializer.h | 29 return self->getProc(name); in s_getProc() 33 void *getProc(const char *name) { in getProc() function
|