Lines Matching refs:loadProc
895 void LoadUtilGLES(LoadProc loadProc) in LoadUtilGLES() argument
897 l_glAlphaFunc = reinterpret_cast<PFNGLALPHAFUNCPROC>(loadProc("glAlphaFunc")); in LoadUtilGLES()
898 l_glClipPlanef = reinterpret_cast<PFNGLCLIPPLANEFPROC>(loadProc("glClipPlanef")); in LoadUtilGLES()
899 l_glColor4f = reinterpret_cast<PFNGLCOLOR4FPROC>(loadProc("glColor4f")); in LoadUtilGLES()
900 l_glFogf = reinterpret_cast<PFNGLFOGFPROC>(loadProc("glFogf")); in LoadUtilGLES()
901 l_glFogfv = reinterpret_cast<PFNGLFOGFVPROC>(loadProc("glFogfv")); in LoadUtilGLES()
902 l_glFrustumf = reinterpret_cast<PFNGLFRUSTUMFPROC>(loadProc("glFrustumf")); in LoadUtilGLES()
903 l_glGetClipPlanef = reinterpret_cast<PFNGLGETCLIPPLANEFPROC>(loadProc("glGetClipPlanef")); in LoadUtilGLES()
904 l_glGetLightfv = reinterpret_cast<PFNGLGETLIGHTFVPROC>(loadProc("glGetLightfv")); in LoadUtilGLES()
905 l_glGetMaterialfv = reinterpret_cast<PFNGLGETMATERIALFVPROC>(loadProc("glGetMaterialfv")); in LoadUtilGLES()
906 l_glGetTexEnvfv = reinterpret_cast<PFNGLGETTEXENVFVPROC>(loadProc("glGetTexEnvfv")); in LoadUtilGLES()
907 l_glLightModelf = reinterpret_cast<PFNGLLIGHTMODELFPROC>(loadProc("glLightModelf")); in LoadUtilGLES()
908 l_glLightModelfv = reinterpret_cast<PFNGLLIGHTMODELFVPROC>(loadProc("glLightModelfv")); in LoadUtilGLES()
909 l_glLightf = reinterpret_cast<PFNGLLIGHTFPROC>(loadProc("glLightf")); in LoadUtilGLES()
910 l_glLightfv = reinterpret_cast<PFNGLLIGHTFVPROC>(loadProc("glLightfv")); in LoadUtilGLES()
911 l_glLoadMatrixf = reinterpret_cast<PFNGLLOADMATRIXFPROC>(loadProc("glLoadMatrixf")); in LoadUtilGLES()
912 l_glMaterialf = reinterpret_cast<PFNGLMATERIALFPROC>(loadProc("glMaterialf")); in LoadUtilGLES()
913 l_glMaterialfv = reinterpret_cast<PFNGLMATERIALFVPROC>(loadProc("glMaterialfv")); in LoadUtilGLES()
914 l_glMultMatrixf = reinterpret_cast<PFNGLMULTMATRIXFPROC>(loadProc("glMultMatrixf")); in LoadUtilGLES()
915 l_glMultiTexCoord4f = reinterpret_cast<PFNGLMULTITEXCOORD4FPROC>(loadProc("glMultiTexCoord4f")); in LoadUtilGLES()
916 l_glNormal3f = reinterpret_cast<PFNGLNORMAL3FPROC>(loadProc("glNormal3f")); in LoadUtilGLES()
917 l_glOrthof = reinterpret_cast<PFNGLORTHOFPROC>(loadProc("glOrthof")); in LoadUtilGLES()
918 l_glPointParameterf = reinterpret_cast<PFNGLPOINTPARAMETERFPROC>(loadProc("glPointParameterf")); in LoadUtilGLES()
920 reinterpret_cast<PFNGLPOINTPARAMETERFVPROC>(loadProc("glPointParameterfv")); in LoadUtilGLES()
921 l_glPointSize = reinterpret_cast<PFNGLPOINTSIZEPROC>(loadProc("glPointSize")); in LoadUtilGLES()
922 l_glRotatef = reinterpret_cast<PFNGLROTATEFPROC>(loadProc("glRotatef")); in LoadUtilGLES()
923 l_glScalef = reinterpret_cast<PFNGLSCALEFPROC>(loadProc("glScalef")); in LoadUtilGLES()
924 l_glTexEnvf = reinterpret_cast<PFNGLTEXENVFPROC>(loadProc("glTexEnvf")); in LoadUtilGLES()
925 l_glTexEnvfv = reinterpret_cast<PFNGLTEXENVFVPROC>(loadProc("glTexEnvfv")); in LoadUtilGLES()
926 l_glTranslatef = reinterpret_cast<PFNGLTRANSLATEFPROC>(loadProc("glTranslatef")); in LoadUtilGLES()
927 l_glAlphaFuncx = reinterpret_cast<PFNGLALPHAFUNCXPROC>(loadProc("glAlphaFuncx")); in LoadUtilGLES()
928 l_glClearColorx = reinterpret_cast<PFNGLCLEARCOLORXPROC>(loadProc("glClearColorx")); in LoadUtilGLES()
929 l_glClearDepthx = reinterpret_cast<PFNGLCLEARDEPTHXPROC>(loadProc("glClearDepthx")); in LoadUtilGLES()
931 reinterpret_cast<PFNGLCLIENTACTIVETEXTUREPROC>(loadProc("glClientActiveTexture")); in LoadUtilGLES()
932 l_glClipPlanex = reinterpret_cast<PFNGLCLIPPLANEXPROC>(loadProc("glClipPlanex")); in LoadUtilGLES()
933 l_glColor4ub = reinterpret_cast<PFNGLCOLOR4UBPROC>(loadProc("glColor4ub")); in LoadUtilGLES()
934 l_glColor4x = reinterpret_cast<PFNGLCOLOR4XPROC>(loadProc("glColor4x")); in LoadUtilGLES()
935 l_glColorPointer = reinterpret_cast<PFNGLCOLORPOINTERPROC>(loadProc("glColorPointer")); in LoadUtilGLES()
936 l_glDepthRangex = reinterpret_cast<PFNGLDEPTHRANGEXPROC>(loadProc("glDepthRangex")); in LoadUtilGLES()
938 reinterpret_cast<PFNGLDISABLECLIENTSTATEPROC>(loadProc("glDisableClientState")); in LoadUtilGLES()
940 reinterpret_cast<PFNGLENABLECLIENTSTATEPROC>(loadProc("glEnableClientState")); in LoadUtilGLES()
941 l_glFogx = reinterpret_cast<PFNGLFOGXPROC>(loadProc("glFogx")); in LoadUtilGLES()
942 l_glFogxv = reinterpret_cast<PFNGLFOGXVPROC>(loadProc("glFogxv")); in LoadUtilGLES()
943 l_glFrustumx = reinterpret_cast<PFNGLFRUSTUMXPROC>(loadProc("glFrustumx")); in LoadUtilGLES()
944 l_glGetClipPlanex = reinterpret_cast<PFNGLGETCLIPPLANEXPROC>(loadProc("glGetClipPlanex")); in LoadUtilGLES()
945 l_glGetFixedv = reinterpret_cast<PFNGLGETFIXEDVPROC>(loadProc("glGetFixedv")); in LoadUtilGLES()
946 l_glGetLightxv = reinterpret_cast<PFNGLGETLIGHTXVPROC>(loadProc("glGetLightxv")); in LoadUtilGLES()
947 l_glGetMaterialxv = reinterpret_cast<PFNGLGETMATERIALXVPROC>(loadProc("glGetMaterialxv")); in LoadUtilGLES()
948 l_glGetTexEnviv = reinterpret_cast<PFNGLGETTEXENVIVPROC>(loadProc("glGetTexEnviv")); in LoadUtilGLES()
949 l_glGetTexEnvxv = reinterpret_cast<PFNGLGETTEXENVXVPROC>(loadProc("glGetTexEnvxv")); in LoadUtilGLES()
951 reinterpret_cast<PFNGLGETTEXPARAMETERXVPROC>(loadProc("glGetTexParameterxv")); in LoadUtilGLES()
952 l_glLightModelx = reinterpret_cast<PFNGLLIGHTMODELXPROC>(loadProc("glLightModelx")); in LoadUtilGLES()
953 l_glLightModelxv = reinterpret_cast<PFNGLLIGHTMODELXVPROC>(loadProc("glLightModelxv")); in LoadUtilGLES()
954 l_glLightx = reinterpret_cast<PFNGLLIGHTXPROC>(loadProc("glLightx")); in LoadUtilGLES()
955 l_glLightxv = reinterpret_cast<PFNGLLIGHTXVPROC>(loadProc("glLightxv")); in LoadUtilGLES()
956 l_glLineWidthx = reinterpret_cast<PFNGLLINEWIDTHXPROC>(loadProc("glLineWidthx")); in LoadUtilGLES()
957 l_glLoadIdentity = reinterpret_cast<PFNGLLOADIDENTITYPROC>(loadProc("glLoadIdentity")); in LoadUtilGLES()
958 l_glLoadMatrixx = reinterpret_cast<PFNGLLOADMATRIXXPROC>(loadProc("glLoadMatrixx")); in LoadUtilGLES()
959 l_glLogicOp = reinterpret_cast<PFNGLLOGICOPPROC>(loadProc("glLogicOp")); in LoadUtilGLES()
960 l_glMaterialx = reinterpret_cast<PFNGLMATERIALXPROC>(loadProc("glMaterialx")); in LoadUtilGLES()
961 l_glMaterialxv = reinterpret_cast<PFNGLMATERIALXVPROC>(loadProc("glMaterialxv")); in LoadUtilGLES()
962 l_glMatrixMode = reinterpret_cast<PFNGLMATRIXMODEPROC>(loadProc("glMatrixMode")); in LoadUtilGLES()
963 l_glMultMatrixx = reinterpret_cast<PFNGLMULTMATRIXXPROC>(loadProc("glMultMatrixx")); in LoadUtilGLES()
964 l_glMultiTexCoord4x = reinterpret_cast<PFNGLMULTITEXCOORD4XPROC>(loadProc("glMultiTexCoord4x")); in LoadUtilGLES()
965 l_glNormal3x = reinterpret_cast<PFNGLNORMAL3XPROC>(loadProc("glNormal3x")); in LoadUtilGLES()
966 l_glNormalPointer = reinterpret_cast<PFNGLNORMALPOINTERPROC>(loadProc("glNormalPointer")); in LoadUtilGLES()
967 l_glOrthox = reinterpret_cast<PFNGLORTHOXPROC>(loadProc("glOrthox")); in LoadUtilGLES()
968 l_glPointParameterx = reinterpret_cast<PFNGLPOINTPARAMETERXPROC>(loadProc("glPointParameterx")); in LoadUtilGLES()
970 reinterpret_cast<PFNGLPOINTPARAMETERXVPROC>(loadProc("glPointParameterxv")); in LoadUtilGLES()
971 l_glPointSizex = reinterpret_cast<PFNGLPOINTSIZEXPROC>(loadProc("glPointSizex")); in LoadUtilGLES()
972 l_glPolygonOffsetx = reinterpret_cast<PFNGLPOLYGONOFFSETXPROC>(loadProc("glPolygonOffsetx")); in LoadUtilGLES()
973 l_glPopMatrix = reinterpret_cast<PFNGLPOPMATRIXPROC>(loadProc("glPopMatrix")); in LoadUtilGLES()
974 l_glPushMatrix = reinterpret_cast<PFNGLPUSHMATRIXPROC>(loadProc("glPushMatrix")); in LoadUtilGLES()
975 l_glRotatex = reinterpret_cast<PFNGLROTATEXPROC>(loadProc("glRotatex")); in LoadUtilGLES()
976 l_glSampleCoveragex = reinterpret_cast<PFNGLSAMPLECOVERAGEXPROC>(loadProc("glSampleCoveragex")); in LoadUtilGLES()
977 l_glScalex = reinterpret_cast<PFNGLSCALEXPROC>(loadProc("glScalex")); in LoadUtilGLES()
978 l_glShadeModel = reinterpret_cast<PFNGLSHADEMODELPROC>(loadProc("glShadeModel")); in LoadUtilGLES()
979 l_glTexCoordPointer = reinterpret_cast<PFNGLTEXCOORDPOINTERPROC>(loadProc("glTexCoordPointer")); in LoadUtilGLES()
980 l_glTexEnvi = reinterpret_cast<PFNGLTEXENVIPROC>(loadProc("glTexEnvi")); in LoadUtilGLES()
981 l_glTexEnvx = reinterpret_cast<PFNGLTEXENVXPROC>(loadProc("glTexEnvx")); in LoadUtilGLES()
982 l_glTexEnviv = reinterpret_cast<PFNGLTEXENVIVPROC>(loadProc("glTexEnviv")); in LoadUtilGLES()
983 l_glTexEnvxv = reinterpret_cast<PFNGLTEXENVXVPROC>(loadProc("glTexEnvxv")); in LoadUtilGLES()
984 l_glTexParameterx = reinterpret_cast<PFNGLTEXPARAMETERXPROC>(loadProc("glTexParameterx")); in LoadUtilGLES()
985 l_glTexParameterxv = reinterpret_cast<PFNGLTEXPARAMETERXVPROC>(loadProc("glTexParameterxv")); in LoadUtilGLES()
986 l_glTranslatex = reinterpret_cast<PFNGLTRANSLATEXPROC>(loadProc("glTranslatex")); in LoadUtilGLES()
987 l_glVertexPointer = reinterpret_cast<PFNGLVERTEXPOINTERPROC>(loadProc("glVertexPointer")); in LoadUtilGLES()
988 l_glActiveTexture = reinterpret_cast<PFNGLACTIVETEXTUREPROC>(loadProc("glActiveTexture")); in LoadUtilGLES()
989 l_glAttachShader = reinterpret_cast<PFNGLATTACHSHADERPROC>(loadProc("glAttachShader")); in LoadUtilGLES()
991 reinterpret_cast<PFNGLBINDATTRIBLOCATIONPROC>(loadProc("glBindAttribLocation")); in LoadUtilGLES()
992 l_glBindBuffer = reinterpret_cast<PFNGLBINDBUFFERPROC>(loadProc("glBindBuffer")); in LoadUtilGLES()
993 l_glBindFramebuffer = reinterpret_cast<PFNGLBINDFRAMEBUFFERPROC>(loadProc("glBindFramebuffer")); in LoadUtilGLES()
995 reinterpret_cast<PFNGLBINDRENDERBUFFERPROC>(loadProc("glBindRenderbuffer")); in LoadUtilGLES()
996 l_glBindTexture = reinterpret_cast<PFNGLBINDTEXTUREPROC>(loadProc("glBindTexture")); in LoadUtilGLES()
997 l_glBlendColor = reinterpret_cast<PFNGLBLENDCOLORPROC>(loadProc("glBlendColor")); in LoadUtilGLES()
998 l_glBlendEquation = reinterpret_cast<PFNGLBLENDEQUATIONPROC>(loadProc("glBlendEquation")); in LoadUtilGLES()
1000 reinterpret_cast<PFNGLBLENDEQUATIONSEPARATEPROC>(loadProc("glBlendEquationSeparate")); in LoadUtilGLES()
1001 l_glBlendFunc = reinterpret_cast<PFNGLBLENDFUNCPROC>(loadProc("glBlendFunc")); in LoadUtilGLES()
1003 reinterpret_cast<PFNGLBLENDFUNCSEPARATEPROC>(loadProc("glBlendFuncSeparate")); in LoadUtilGLES()
1004 l_glBufferData = reinterpret_cast<PFNGLBUFFERDATAPROC>(loadProc("glBufferData")); in LoadUtilGLES()
1005 l_glBufferSubData = reinterpret_cast<PFNGLBUFFERSUBDATAPROC>(loadProc("glBufferSubData")); in LoadUtilGLES()
1007 reinterpret_cast<PFNGLCHECKFRAMEBUFFERSTATUSPROC>(loadProc("glCheckFramebufferStatus")); in LoadUtilGLES()
1008 l_glClear = reinterpret_cast<PFNGLCLEARPROC>(loadProc("glClear")); in LoadUtilGLES()
1009 l_glClearColor = reinterpret_cast<PFNGLCLEARCOLORPROC>(loadProc("glClearColor")); in LoadUtilGLES()
1010 l_glClearDepthf = reinterpret_cast<PFNGLCLEARDEPTHFPROC>(loadProc("glClearDepthf")); in LoadUtilGLES()
1011 l_glClearStencil = reinterpret_cast<PFNGLCLEARSTENCILPROC>(loadProc("glClearStencil")); in LoadUtilGLES()
1012 l_glColorMask = reinterpret_cast<PFNGLCOLORMASKPROC>(loadProc("glColorMask")); in LoadUtilGLES()
1013 l_glCompileShader = reinterpret_cast<PFNGLCOMPILESHADERPROC>(loadProc("glCompileShader")); in LoadUtilGLES()
1015 reinterpret_cast<PFNGLCOMPRESSEDTEXIMAGE2DPROC>(loadProc("glCompressedTexImage2D")); in LoadUtilGLES()
1017 reinterpret_cast<PFNGLCOMPRESSEDTEXSUBIMAGE2DPROC>(loadProc("glCompressedTexSubImage2D")); in LoadUtilGLES()
1018 l_glCopyTexImage2D = reinterpret_cast<PFNGLCOPYTEXIMAGE2DPROC>(loadProc("glCopyTexImage2D")); in LoadUtilGLES()
1020 reinterpret_cast<PFNGLCOPYTEXSUBIMAGE2DPROC>(loadProc("glCopyTexSubImage2D")); in LoadUtilGLES()
1021 l_glCreateProgram = reinterpret_cast<PFNGLCREATEPROGRAMPROC>(loadProc("glCreateProgram")); in LoadUtilGLES()
1022 l_glCreateShader = reinterpret_cast<PFNGLCREATESHADERPROC>(loadProc("glCreateShader")); in LoadUtilGLES()
1023 l_glCullFace = reinterpret_cast<PFNGLCULLFACEPROC>(loadProc("glCullFace")); in LoadUtilGLES()
1024 l_glDeleteBuffers = reinterpret_cast<PFNGLDELETEBUFFERSPROC>(loadProc("glDeleteBuffers")); in LoadUtilGLES()
1026 reinterpret_cast<PFNGLDELETEFRAMEBUFFERSPROC>(loadProc("glDeleteFramebuffers")); in LoadUtilGLES()
1027 l_glDeleteProgram = reinterpret_cast<PFNGLDELETEPROGRAMPROC>(loadProc("glDeleteProgram")); in LoadUtilGLES()
1029 reinterpret_cast<PFNGLDELETERENDERBUFFERSPROC>(loadProc("glDeleteRenderbuffers")); in LoadUtilGLES()
1030 l_glDeleteShader = reinterpret_cast<PFNGLDELETESHADERPROC>(loadProc("glDeleteShader")); in LoadUtilGLES()
1031 l_glDeleteTextures = reinterpret_cast<PFNGLDELETETEXTURESPROC>(loadProc("glDeleteTextures")); in LoadUtilGLES()
1032 l_glDepthFunc = reinterpret_cast<PFNGLDEPTHFUNCPROC>(loadProc("glDepthFunc")); in LoadUtilGLES()
1033 l_glDepthMask = reinterpret_cast<PFNGLDEPTHMASKPROC>(loadProc("glDepthMask")); in LoadUtilGLES()
1034 l_glDepthRangef = reinterpret_cast<PFNGLDEPTHRANGEFPROC>(loadProc("glDepthRangef")); in LoadUtilGLES()
1035 l_glDetachShader = reinterpret_cast<PFNGLDETACHSHADERPROC>(loadProc("glDetachShader")); in LoadUtilGLES()
1036 l_glDisable = reinterpret_cast<PFNGLDISABLEPROC>(loadProc("glDisable")); in LoadUtilGLES()
1038 reinterpret_cast<PFNGLDISABLEVERTEXATTRIBARRAYPROC>(loadProc("glDisableVertexAttribArray")); in LoadUtilGLES()
1039 l_glDrawArrays = reinterpret_cast<PFNGLDRAWARRAYSPROC>(loadProc("glDrawArrays")); in LoadUtilGLES()
1040 l_glDrawElements = reinterpret_cast<PFNGLDRAWELEMENTSPROC>(loadProc("glDrawElements")); in LoadUtilGLES()
1041 l_glEnable = reinterpret_cast<PFNGLENABLEPROC>(loadProc("glEnable")); in LoadUtilGLES()
1043 reinterpret_cast<PFNGLENABLEVERTEXATTRIBARRAYPROC>(loadProc("glEnableVertexAttribArray")); in LoadUtilGLES()
1044 l_glFinish = reinterpret_cast<PFNGLFINISHPROC>(loadProc("glFinish")); in LoadUtilGLES()
1045 l_glFlush = reinterpret_cast<PFNGLFLUSHPROC>(loadProc("glFlush")); in LoadUtilGLES()
1047 reinterpret_cast<PFNGLFRAMEBUFFERRENDERBUFFERPROC>(loadProc("glFramebufferRenderbuffer")); in LoadUtilGLES()
1049 reinterpret_cast<PFNGLFRAMEBUFFERTEXTURE2DPROC>(loadProc("glFramebufferTexture2D")); in LoadUtilGLES()
1050 l_glFrontFace = reinterpret_cast<PFNGLFRONTFACEPROC>(loadProc("glFrontFace")); in LoadUtilGLES()
1051 l_glGenBuffers = reinterpret_cast<PFNGLGENBUFFERSPROC>(loadProc("glGenBuffers")); in LoadUtilGLES()
1052 l_glGenerateMipmap = reinterpret_cast<PFNGLGENERATEMIPMAPPROC>(loadProc("glGenerateMipmap")); in LoadUtilGLES()
1053 l_glGenFramebuffers = reinterpret_cast<PFNGLGENFRAMEBUFFERSPROC>(loadProc("glGenFramebuffers")); in LoadUtilGLES()
1055 reinterpret_cast<PFNGLGENRENDERBUFFERSPROC>(loadProc("glGenRenderbuffers")); in LoadUtilGLES()
1056 l_glGenTextures = reinterpret_cast<PFNGLGENTEXTURESPROC>(loadProc("glGenTextures")); in LoadUtilGLES()
1057 l_glGetActiveAttrib = reinterpret_cast<PFNGLGETACTIVEATTRIBPROC>(loadProc("glGetActiveAttrib")); in LoadUtilGLES()
1059 reinterpret_cast<PFNGLGETACTIVEUNIFORMPROC>(loadProc("glGetActiveUniform")); in LoadUtilGLES()
1061 reinterpret_cast<PFNGLGETATTACHEDSHADERSPROC>(loadProc("glGetAttachedShaders")); in LoadUtilGLES()
1063 reinterpret_cast<PFNGLGETATTRIBLOCATIONPROC>(loadProc("glGetAttribLocation")); in LoadUtilGLES()
1064 l_glGetBooleanv = reinterpret_cast<PFNGLGETBOOLEANVPROC>(loadProc("glGetBooleanv")); in LoadUtilGLES()
1066 reinterpret_cast<PFNGLGETBUFFERPARAMETERIVPROC>(loadProc("glGetBufferParameteriv")); in LoadUtilGLES()
1067 l_glGetError = reinterpret_cast<PFNGLGETERRORPROC>(loadProc("glGetError")); in LoadUtilGLES()
1068 l_glGetFloatv = reinterpret_cast<PFNGLGETFLOATVPROC>(loadProc("glGetFloatv")); in LoadUtilGLES()
1071 loadProc("glGetFramebufferAttachmentParameteriv")); in LoadUtilGLES()
1072 l_glGetIntegerv = reinterpret_cast<PFNGLGETINTEGERVPROC>(loadProc("glGetIntegerv")); in LoadUtilGLES()
1073 l_glGetProgramiv = reinterpret_cast<PFNGLGETPROGRAMIVPROC>(loadProc("glGetProgramiv")); in LoadUtilGLES()
1075 reinterpret_cast<PFNGLGETPROGRAMINFOLOGPROC>(loadProc("glGetProgramInfoLog")); in LoadUtilGLES()
1077 loadProc("glGetRenderbufferParameteriv")); in LoadUtilGLES()
1078 l_glGetShaderiv = reinterpret_cast<PFNGLGETSHADERIVPROC>(loadProc("glGetShaderiv")); in LoadUtilGLES()
1080 reinterpret_cast<PFNGLGETSHADERINFOLOGPROC>(loadProc("glGetShaderInfoLog")); in LoadUtilGLES()
1082 reinterpret_cast<PFNGLGETSHADERPRECISIONFORMATPROC>(loadProc("glGetShaderPrecisionFormat")); in LoadUtilGLES()
1083 l_glGetShaderSource = reinterpret_cast<PFNGLGETSHADERSOURCEPROC>(loadProc("glGetShaderSource")); in LoadUtilGLES()
1084 l_glGetString = reinterpret_cast<PFNGLGETSTRINGPROC>(loadProc("glGetString")); in LoadUtilGLES()
1086 reinterpret_cast<PFNGLGETTEXPARAMETERFVPROC>(loadProc("glGetTexParameterfv")); in LoadUtilGLES()
1088 reinterpret_cast<PFNGLGETTEXPARAMETERIVPROC>(loadProc("glGetTexParameteriv")); in LoadUtilGLES()
1089 l_glGetUniformfv = reinterpret_cast<PFNGLGETUNIFORMFVPROC>(loadProc("glGetUniformfv")); in LoadUtilGLES()
1090 l_glGetUniformiv = reinterpret_cast<PFNGLGETUNIFORMIVPROC>(loadProc("glGetUniformiv")); in LoadUtilGLES()
1092 reinterpret_cast<PFNGLGETUNIFORMLOCATIONPROC>(loadProc("glGetUniformLocation")); in LoadUtilGLES()
1094 reinterpret_cast<PFNGLGETVERTEXATTRIBFVPROC>(loadProc("glGetVertexAttribfv")); in LoadUtilGLES()
1096 reinterpret_cast<PFNGLGETVERTEXATTRIBIVPROC>(loadProc("glGetVertexAttribiv")); in LoadUtilGLES()
1098 reinterpret_cast<PFNGLGETVERTEXATTRIBPOINTERVPROC>(loadProc("glGetVertexAttribPointerv")); in LoadUtilGLES()
1099 l_glHint = reinterpret_cast<PFNGLHINTPROC>(loadProc("glHint")); in LoadUtilGLES()
1100 l_glIsBuffer = reinterpret_cast<PFNGLISBUFFERPROC>(loadProc("glIsBuffer")); in LoadUtilGLES()
1101 l_glIsEnabled = reinterpret_cast<PFNGLISENABLEDPROC>(loadProc("glIsEnabled")); in LoadUtilGLES()
1102 l_glIsFramebuffer = reinterpret_cast<PFNGLISFRAMEBUFFERPROC>(loadProc("glIsFramebuffer")); in LoadUtilGLES()
1103 l_glIsProgram = reinterpret_cast<PFNGLISPROGRAMPROC>(loadProc("glIsProgram")); in LoadUtilGLES()
1104 l_glIsRenderbuffer = reinterpret_cast<PFNGLISRENDERBUFFERPROC>(loadProc("glIsRenderbuffer")); in LoadUtilGLES()
1105 l_glIsShader = reinterpret_cast<PFNGLISSHADERPROC>(loadProc("glIsShader")); in LoadUtilGLES()
1106 l_glIsTexture = reinterpret_cast<PFNGLISTEXTUREPROC>(loadProc("glIsTexture")); in LoadUtilGLES()
1107 l_glLineWidth = reinterpret_cast<PFNGLLINEWIDTHPROC>(loadProc("glLineWidth")); in LoadUtilGLES()
1108 l_glLinkProgram = reinterpret_cast<PFNGLLINKPROGRAMPROC>(loadProc("glLinkProgram")); in LoadUtilGLES()
1109 l_glPixelStorei = reinterpret_cast<PFNGLPIXELSTOREIPROC>(loadProc("glPixelStorei")); in LoadUtilGLES()
1110 l_glPolygonOffset = reinterpret_cast<PFNGLPOLYGONOFFSETPROC>(loadProc("glPolygonOffset")); in LoadUtilGLES()
1111 l_glReadPixels = reinterpret_cast<PFNGLREADPIXELSPROC>(loadProc("glReadPixels")); in LoadUtilGLES()
1113 reinterpret_cast<PFNGLRELEASESHADERCOMPILERPROC>(loadProc("glReleaseShaderCompiler")); in LoadUtilGLES()
1115 reinterpret_cast<PFNGLRENDERBUFFERSTORAGEPROC>(loadProc("glRenderbufferStorage")); in LoadUtilGLES()
1116 l_glSampleCoverage = reinterpret_cast<PFNGLSAMPLECOVERAGEPROC>(loadProc("glSampleCoverage")); in LoadUtilGLES()
1117 l_glScissor = reinterpret_cast<PFNGLSCISSORPROC>(loadProc("glScissor")); in LoadUtilGLES()
1118 l_glShaderBinary = reinterpret_cast<PFNGLSHADERBINARYPROC>(loadProc("glShaderBinary")); in LoadUtilGLES()
1119 l_glShaderSource = reinterpret_cast<PFNGLSHADERSOURCEPROC>(loadProc("glShaderSource")); in LoadUtilGLES()
1120 l_glStencilFunc = reinterpret_cast<PFNGLSTENCILFUNCPROC>(loadProc("glStencilFunc")); in LoadUtilGLES()
1122 reinterpret_cast<PFNGLSTENCILFUNCSEPARATEPROC>(loadProc("glStencilFuncSeparate")); in LoadUtilGLES()
1123 l_glStencilMask = reinterpret_cast<PFNGLSTENCILMASKPROC>(loadProc("glStencilMask")); in LoadUtilGLES()
1125 reinterpret_cast<PFNGLSTENCILMASKSEPARATEPROC>(loadProc("glStencilMaskSeparate")); in LoadUtilGLES()
1126 l_glStencilOp = reinterpret_cast<PFNGLSTENCILOPPROC>(loadProc("glStencilOp")); in LoadUtilGLES()
1128 reinterpret_cast<PFNGLSTENCILOPSEPARATEPROC>(loadProc("glStencilOpSeparate")); in LoadUtilGLES()
1129 l_glTexImage2D = reinterpret_cast<PFNGLTEXIMAGE2DPROC>(loadProc("glTexImage2D")); in LoadUtilGLES()
1130 l_glTexParameterf = reinterpret_cast<PFNGLTEXPARAMETERFPROC>(loadProc("glTexParameterf")); in LoadUtilGLES()
1131 l_glTexParameterfv = reinterpret_cast<PFNGLTEXPARAMETERFVPROC>(loadProc("glTexParameterfv")); in LoadUtilGLES()
1132 l_glTexParameteri = reinterpret_cast<PFNGLTEXPARAMETERIPROC>(loadProc("glTexParameteri")); in LoadUtilGLES()
1133 l_glTexParameteriv = reinterpret_cast<PFNGLTEXPARAMETERIVPROC>(loadProc("glTexParameteriv")); in LoadUtilGLES()
1134 l_glTexSubImage2D = reinterpret_cast<PFNGLTEXSUBIMAGE2DPROC>(loadProc("glTexSubImage2D")); in LoadUtilGLES()
1135 l_glUniform1f = reinterpret_cast<PFNGLUNIFORM1FPROC>(loadProc("glUniform1f")); in LoadUtilGLES()
1136 l_glUniform1fv = reinterpret_cast<PFNGLUNIFORM1FVPROC>(loadProc("glUniform1fv")); in LoadUtilGLES()
1137 l_glUniform1i = reinterpret_cast<PFNGLUNIFORM1IPROC>(loadProc("glUniform1i")); in LoadUtilGLES()
1138 l_glUniform1iv = reinterpret_cast<PFNGLUNIFORM1IVPROC>(loadProc("glUniform1iv")); in LoadUtilGLES()
1139 l_glUniform2f = reinterpret_cast<PFNGLUNIFORM2FPROC>(loadProc("glUniform2f")); in LoadUtilGLES()
1140 l_glUniform2fv = reinterpret_cast<PFNGLUNIFORM2FVPROC>(loadProc("glUniform2fv")); in LoadUtilGLES()
1141 l_glUniform2i = reinterpret_cast<PFNGLUNIFORM2IPROC>(loadProc("glUniform2i")); in LoadUtilGLES()
1142 l_glUniform2iv = reinterpret_cast<PFNGLUNIFORM2IVPROC>(loadProc("glUniform2iv")); in LoadUtilGLES()
1143 l_glUniform3f = reinterpret_cast<PFNGLUNIFORM3FPROC>(loadProc("glUniform3f")); in LoadUtilGLES()
1144 l_glUniform3fv = reinterpret_cast<PFNGLUNIFORM3FVPROC>(loadProc("glUniform3fv")); in LoadUtilGLES()
1145 l_glUniform3i = reinterpret_cast<PFNGLUNIFORM3IPROC>(loadProc("glUniform3i")); in LoadUtilGLES()
1146 l_glUniform3iv = reinterpret_cast<PFNGLUNIFORM3IVPROC>(loadProc("glUniform3iv")); in LoadUtilGLES()
1147 l_glUniform4f = reinterpret_cast<PFNGLUNIFORM4FPROC>(loadProc("glUniform4f")); in LoadUtilGLES()
1148 l_glUniform4fv = reinterpret_cast<PFNGLUNIFORM4FVPROC>(loadProc("glUniform4fv")); in LoadUtilGLES()
1149 l_glUniform4i = reinterpret_cast<PFNGLUNIFORM4IPROC>(loadProc("glUniform4i")); in LoadUtilGLES()
1150 l_glUniform4iv = reinterpret_cast<PFNGLUNIFORM4IVPROC>(loadProc("glUniform4iv")); in LoadUtilGLES()
1152 reinterpret_cast<PFNGLUNIFORMMATRIX2FVPROC>(loadProc("glUniformMatrix2fv")); in LoadUtilGLES()
1154 reinterpret_cast<PFNGLUNIFORMMATRIX3FVPROC>(loadProc("glUniformMatrix3fv")); in LoadUtilGLES()
1156 reinterpret_cast<PFNGLUNIFORMMATRIX4FVPROC>(loadProc("glUniformMatrix4fv")); in LoadUtilGLES()
1157 l_glUseProgram = reinterpret_cast<PFNGLUSEPROGRAMPROC>(loadProc("glUseProgram")); in LoadUtilGLES()
1158 l_glValidateProgram = reinterpret_cast<PFNGLVALIDATEPROGRAMPROC>(loadProc("glValidateProgram")); in LoadUtilGLES()
1159 l_glVertexAttrib1f = reinterpret_cast<PFNGLVERTEXATTRIB1FPROC>(loadProc("glVertexAttrib1f")); in LoadUtilGLES()
1160 l_glVertexAttrib1fv = reinterpret_cast<PFNGLVERTEXATTRIB1FVPROC>(loadProc("glVertexAttrib1fv")); in LoadUtilGLES()
1161 l_glVertexAttrib2f = reinterpret_cast<PFNGLVERTEXATTRIB2FPROC>(loadProc("glVertexAttrib2f")); in LoadUtilGLES()
1162 l_glVertexAttrib2fv = reinterpret_cast<PFNGLVERTEXATTRIB2FVPROC>(loadProc("glVertexAttrib2fv")); in LoadUtilGLES()
1163 l_glVertexAttrib3f = reinterpret_cast<PFNGLVERTEXATTRIB3FPROC>(loadProc("glVertexAttrib3f")); in LoadUtilGLES()
1164 l_glVertexAttrib3fv = reinterpret_cast<PFNGLVERTEXATTRIB3FVPROC>(loadProc("glVertexAttrib3fv")); in LoadUtilGLES()
1165 l_glVertexAttrib4f = reinterpret_cast<PFNGLVERTEXATTRIB4FPROC>(loadProc("glVertexAttrib4f")); in LoadUtilGLES()
1166 l_glVertexAttrib4fv = reinterpret_cast<PFNGLVERTEXATTRIB4FVPROC>(loadProc("glVertexAttrib4fv")); in LoadUtilGLES()
1168 reinterpret_cast<PFNGLVERTEXATTRIBPOINTERPROC>(loadProc("glVertexAttribPointer")); in LoadUtilGLES()
1169 l_glViewport = reinterpret_cast<PFNGLVIEWPORTPROC>(loadProc("glViewport")); in LoadUtilGLES()
1170 l_glReadBuffer = reinterpret_cast<PFNGLREADBUFFERPROC>(loadProc("glReadBuffer")); in LoadUtilGLES()
1172 reinterpret_cast<PFNGLDRAWRANGEELEMENTSPROC>(loadProc("glDrawRangeElements")); in LoadUtilGLES()
1173 l_glTexImage3D = reinterpret_cast<PFNGLTEXIMAGE3DPROC>(loadProc("glTexImage3D")); in LoadUtilGLES()
1174 l_glTexSubImage3D = reinterpret_cast<PFNGLTEXSUBIMAGE3DPROC>(loadProc("glTexSubImage3D")); in LoadUtilGLES()
1176 reinterpret_cast<PFNGLCOPYTEXSUBIMAGE3DPROC>(loadProc("glCopyTexSubImage3D")); in LoadUtilGLES()
1178 reinterpret_cast<PFNGLCOMPRESSEDTEXIMAGE3DPROC>(loadProc("glCompressedTexImage3D")); in LoadUtilGLES()
1180 reinterpret_cast<PFNGLCOMPRESSEDTEXSUBIMAGE3DPROC>(loadProc("glCompressedTexSubImage3D")); in LoadUtilGLES()
1181 l_glGenQueries = reinterpret_cast<PFNGLGENQUERIESPROC>(loadProc("glGenQueries")); in LoadUtilGLES()
1182 l_glDeleteQueries = reinterpret_cast<PFNGLDELETEQUERIESPROC>(loadProc("glDeleteQueries")); in LoadUtilGLES()
1183 l_glIsQuery = reinterpret_cast<PFNGLISQUERYPROC>(loadProc("glIsQuery")); in LoadUtilGLES()
1184 l_glBeginQuery = reinterpret_cast<PFNGLBEGINQUERYPROC>(loadProc("glBeginQuery")); in LoadUtilGLES()
1185 l_glEndQuery = reinterpret_cast<PFNGLENDQUERYPROC>(loadProc("glEndQuery")); in LoadUtilGLES()
1186 l_glGetQueryiv = reinterpret_cast<PFNGLGETQUERYIVPROC>(loadProc("glGetQueryiv")); in LoadUtilGLES()
1188 reinterpret_cast<PFNGLGETQUERYOBJECTUIVPROC>(loadProc("glGetQueryObjectuiv")); in LoadUtilGLES()
1189 l_glUnmapBuffer = reinterpret_cast<PFNGLUNMAPBUFFERPROC>(loadProc("glUnmapBuffer")); in LoadUtilGLES()
1191 reinterpret_cast<PFNGLGETBUFFERPOINTERVPROC>(loadProc("glGetBufferPointerv")); in LoadUtilGLES()
1192 l_glDrawBuffers = reinterpret_cast<PFNGLDRAWBUFFERSPROC>(loadProc("glDrawBuffers")); in LoadUtilGLES()
1194 reinterpret_cast<PFNGLUNIFORMMATRIX2X3FVPROC>(loadProc("glUniformMatrix2x3fv")); in LoadUtilGLES()
1196 reinterpret_cast<PFNGLUNIFORMMATRIX3X2FVPROC>(loadProc("glUniformMatrix3x2fv")); in LoadUtilGLES()
1198 reinterpret_cast<PFNGLUNIFORMMATRIX2X4FVPROC>(loadProc("glUniformMatrix2x4fv")); in LoadUtilGLES()
1200 reinterpret_cast<PFNGLUNIFORMMATRIX4X2FVPROC>(loadProc("glUniformMatrix4x2fv")); in LoadUtilGLES()
1202 reinterpret_cast<PFNGLUNIFORMMATRIX3X4FVPROC>(loadProc("glUniformMatrix3x4fv")); in LoadUtilGLES()
1204 reinterpret_cast<PFNGLUNIFORMMATRIX4X3FVPROC>(loadProc("glUniformMatrix4x3fv")); in LoadUtilGLES()
1205 l_glBlitFramebuffer = reinterpret_cast<PFNGLBLITFRAMEBUFFERPROC>(loadProc("glBlitFramebuffer")); in LoadUtilGLES()
1207 loadProc("glRenderbufferStorageMultisample")); in LoadUtilGLES()
1209 reinterpret_cast<PFNGLFRAMEBUFFERTEXTURELAYERPROC>(loadProc("glFramebufferTextureLayer")); in LoadUtilGLES()
1210 l_glMapBufferRange = reinterpret_cast<PFNGLMAPBUFFERRANGEPROC>(loadProc("glMapBufferRange")); in LoadUtilGLES()
1212 reinterpret_cast<PFNGLFLUSHMAPPEDBUFFERRANGEPROC>(loadProc("glFlushMappedBufferRange")); in LoadUtilGLES()
1213 l_glBindVertexArray = reinterpret_cast<PFNGLBINDVERTEXARRAYPROC>(loadProc("glBindVertexArray")); in LoadUtilGLES()
1215 reinterpret_cast<PFNGLDELETEVERTEXARRAYSPROC>(loadProc("glDeleteVertexArrays")); in LoadUtilGLES()
1216 l_glGenVertexArrays = reinterpret_cast<PFNGLGENVERTEXARRAYSPROC>(loadProc("glGenVertexArrays")); in LoadUtilGLES()
1217 l_glIsVertexArray = reinterpret_cast<PFNGLISVERTEXARRAYPROC>(loadProc("glIsVertexArray")); in LoadUtilGLES()
1218 l_glGetIntegeri_v = reinterpret_cast<PFNGLGETINTEGERI_VPROC>(loadProc("glGetIntegeri_v")); in LoadUtilGLES()
1220 reinterpret_cast<PFNGLBEGINTRANSFORMFEEDBACKPROC>(loadProc("glBeginTransformFeedback")); in LoadUtilGLES()
1222 reinterpret_cast<PFNGLENDTRANSFORMFEEDBACKPROC>(loadProc("glEndTransformFeedback")); in LoadUtilGLES()
1223 l_glBindBufferRange = reinterpret_cast<PFNGLBINDBUFFERRANGEPROC>(loadProc("glBindBufferRange")); in LoadUtilGLES()
1224 l_glBindBufferBase = reinterpret_cast<PFNGLBINDBUFFERBASEPROC>(loadProc("glBindBufferBase")); in LoadUtilGLES()
1226 loadProc("glTransformFeedbackVaryings")); in LoadUtilGLES()
1228 loadProc("glGetTransformFeedbackVarying")); in LoadUtilGLES()
1230 reinterpret_cast<PFNGLVERTEXATTRIBIPOINTERPROC>(loadProc("glVertexAttribIPointer")); in LoadUtilGLES()
1232 reinterpret_cast<PFNGLGETVERTEXATTRIBIIVPROC>(loadProc("glGetVertexAttribIiv")); in LoadUtilGLES()
1234 reinterpret_cast<PFNGLGETVERTEXATTRIBIUIVPROC>(loadProc("glGetVertexAttribIuiv")); in LoadUtilGLES()
1235 l_glVertexAttribI4i = reinterpret_cast<PFNGLVERTEXATTRIBI4IPROC>(loadProc("glVertexAttribI4i")); in LoadUtilGLES()
1237 reinterpret_cast<PFNGLVERTEXATTRIBI4UIPROC>(loadProc("glVertexAttribI4ui")); in LoadUtilGLES()
1239 reinterpret_cast<PFNGLVERTEXATTRIBI4IVPROC>(loadProc("glVertexAttribI4iv")); in LoadUtilGLES()
1241 reinterpret_cast<PFNGLVERTEXATTRIBI4UIVPROC>(loadProc("glVertexAttribI4uiv")); in LoadUtilGLES()
1242 l_glGetUniformuiv = reinterpret_cast<PFNGLGETUNIFORMUIVPROC>(loadProc("glGetUniformuiv")); in LoadUtilGLES()
1244 reinterpret_cast<PFNGLGETFRAGDATALOCATIONPROC>(loadProc("glGetFragDataLocation")); in LoadUtilGLES()
1245 l_glUniform1ui = reinterpret_cast<PFNGLUNIFORM1UIPROC>(loadProc("glUniform1ui")); in LoadUtilGLES()
1246 l_glUniform2ui = reinterpret_cast<PFNGLUNIFORM2UIPROC>(loadProc("glUniform2ui")); in LoadUtilGLES()
1247 l_glUniform3ui = reinterpret_cast<PFNGLUNIFORM3UIPROC>(loadProc("glUniform3ui")); in LoadUtilGLES()
1248 l_glUniform4ui = reinterpret_cast<PFNGLUNIFORM4UIPROC>(loadProc("glUniform4ui")); in LoadUtilGLES()
1249 l_glUniform1uiv = reinterpret_cast<PFNGLUNIFORM1UIVPROC>(loadProc("glUniform1uiv")); in LoadUtilGLES()
1250 l_glUniform2uiv = reinterpret_cast<PFNGLUNIFORM2UIVPROC>(loadProc("glUniform2uiv")); in LoadUtilGLES()
1251 l_glUniform3uiv = reinterpret_cast<PFNGLUNIFORM3UIVPROC>(loadProc("glUniform3uiv")); in LoadUtilGLES()
1252 l_glUniform4uiv = reinterpret_cast<PFNGLUNIFORM4UIVPROC>(loadProc("glUniform4uiv")); in LoadUtilGLES()
1253 l_glClearBufferiv = reinterpret_cast<PFNGLCLEARBUFFERIVPROC>(loadProc("glClearBufferiv")); in LoadUtilGLES()
1254 l_glClearBufferuiv = reinterpret_cast<PFNGLCLEARBUFFERUIVPROC>(loadProc("glClearBufferuiv")); in LoadUtilGLES()
1255 l_glClearBufferfv = reinterpret_cast<PFNGLCLEARBUFFERFVPROC>(loadProc("glClearBufferfv")); in LoadUtilGLES()
1256 l_glClearBufferfi = reinterpret_cast<PFNGLCLEARBUFFERFIPROC>(loadProc("glClearBufferfi")); in LoadUtilGLES()
1257 l_glGetStringi = reinterpret_cast<PFNGLGETSTRINGIPROC>(loadProc("glGetStringi")); in LoadUtilGLES()
1259 reinterpret_cast<PFNGLCOPYBUFFERSUBDATAPROC>(loadProc("glCopyBufferSubData")); in LoadUtilGLES()
1261 reinterpret_cast<PFNGLGETUNIFORMINDICESPROC>(loadProc("glGetUniformIndices")); in LoadUtilGLES()
1263 reinterpret_cast<PFNGLGETACTIVEUNIFORMSIVPROC>(loadProc("glGetActiveUniformsiv")); in LoadUtilGLES()
1265 reinterpret_cast<PFNGLGETUNIFORMBLOCKINDEXPROC>(loadProc("glGetUniformBlockIndex")); in LoadUtilGLES()
1267 reinterpret_cast<PFNGLGETACTIVEUNIFORMBLOCKIVPROC>(loadProc("glGetActiveUniformBlockiv")); in LoadUtilGLES()
1269 loadProc("glGetActiveUniformBlockName")); in LoadUtilGLES()
1271 reinterpret_cast<PFNGLUNIFORMBLOCKBINDINGPROC>(loadProc("glUniformBlockBinding")); in LoadUtilGLES()
1273 reinterpret_cast<PFNGLDRAWARRAYSINSTANCEDPROC>(loadProc("glDrawArraysInstanced")); in LoadUtilGLES()
1275 reinterpret_cast<PFNGLDRAWELEMENTSINSTANCEDPROC>(loadProc("glDrawElementsInstanced")); in LoadUtilGLES()
1276 l_glFenceSync = reinterpret_cast<PFNGLFENCESYNCPROC>(loadProc("glFenceSync")); in LoadUtilGLES()
1277 l_glIsSync = reinterpret_cast<PFNGLISSYNCPROC>(loadProc("glIsSync")); in LoadUtilGLES()
1278 l_glDeleteSync = reinterpret_cast<PFNGLDELETESYNCPROC>(loadProc("glDeleteSync")); in LoadUtilGLES()
1279 l_glClientWaitSync = reinterpret_cast<PFNGLCLIENTWAITSYNCPROC>(loadProc("glClientWaitSync")); in LoadUtilGLES()
1280 l_glWaitSync = reinterpret_cast<PFNGLWAITSYNCPROC>(loadProc("glWaitSync")); in LoadUtilGLES()
1281 l_glGetInteger64v = reinterpret_cast<PFNGLGETINTEGER64VPROC>(loadProc("glGetInteger64v")); in LoadUtilGLES()
1282 l_glGetSynciv = reinterpret_cast<PFNGLGETSYNCIVPROC>(loadProc("glGetSynciv")); in LoadUtilGLES()
1283 l_glGetInteger64i_v = reinterpret_cast<PFNGLGETINTEGER64I_VPROC>(loadProc("glGetInteger64i_v")); in LoadUtilGLES()
1285 reinterpret_cast<PFNGLGETBUFFERPARAMETERI64VPROC>(loadProc("glGetBufferParameteri64v")); in LoadUtilGLES()
1286 l_glGenSamplers = reinterpret_cast<PFNGLGENSAMPLERSPROC>(loadProc("glGenSamplers")); in LoadUtilGLES()
1287 l_glDeleteSamplers = reinterpret_cast<PFNGLDELETESAMPLERSPROC>(loadProc("glDeleteSamplers")); in LoadUtilGLES()
1288 l_glIsSampler = reinterpret_cast<PFNGLISSAMPLERPROC>(loadProc("glIsSampler")); in LoadUtilGLES()
1289 l_glBindSampler = reinterpret_cast<PFNGLBINDSAMPLERPROC>(loadProc("glBindSampler")); in LoadUtilGLES()
1291 reinterpret_cast<PFNGLSAMPLERPARAMETERIPROC>(loadProc("glSamplerParameteri")); in LoadUtilGLES()
1293 reinterpret_cast<PFNGLSAMPLERPARAMETERIVPROC>(loadProc("glSamplerParameteriv")); in LoadUtilGLES()
1295 reinterpret_cast<PFNGLSAMPLERPARAMETERFPROC>(loadProc("glSamplerParameterf")); in LoadUtilGLES()
1297 reinterpret_cast<PFNGLSAMPLERPARAMETERFVPROC>(loadProc("glSamplerParameterfv")); in LoadUtilGLES()
1299 reinterpret_cast<PFNGLGETSAMPLERPARAMETERIVPROC>(loadProc("glGetSamplerParameteriv")); in LoadUtilGLES()
1301 reinterpret_cast<PFNGLGETSAMPLERPARAMETERFVPROC>(loadProc("glGetSamplerParameterfv")); in LoadUtilGLES()
1303 reinterpret_cast<PFNGLVERTEXATTRIBDIVISORPROC>(loadProc("glVertexAttribDivisor")); in LoadUtilGLES()
1305 reinterpret_cast<PFNGLBINDTRANSFORMFEEDBACKPROC>(loadProc("glBindTransformFeedback")); in LoadUtilGLES()
1307 reinterpret_cast<PFNGLDELETETRANSFORMFEEDBACKSPROC>(loadProc("glDeleteTransformFeedbacks")); in LoadUtilGLES()
1309 reinterpret_cast<PFNGLGENTRANSFORMFEEDBACKSPROC>(loadProc("glGenTransformFeedbacks")); in LoadUtilGLES()
1311 reinterpret_cast<PFNGLISTRANSFORMFEEDBACKPROC>(loadProc("glIsTransformFeedback")); in LoadUtilGLES()
1313 reinterpret_cast<PFNGLPAUSETRANSFORMFEEDBACKPROC>(loadProc("glPauseTransformFeedback")); in LoadUtilGLES()
1315 reinterpret_cast<PFNGLRESUMETRANSFORMFEEDBACKPROC>(loadProc("glResumeTransformFeedback")); in LoadUtilGLES()
1317 reinterpret_cast<PFNGLGETPROGRAMBINARYPROC>(loadProc("glGetProgramBinary")); in LoadUtilGLES()
1318 l_glProgramBinary = reinterpret_cast<PFNGLPROGRAMBINARYPROC>(loadProc("glProgramBinary")); in LoadUtilGLES()
1320 reinterpret_cast<PFNGLPROGRAMPARAMETERIPROC>(loadProc("glProgramParameteri")); in LoadUtilGLES()
1322 reinterpret_cast<PFNGLINVALIDATEFRAMEBUFFERPROC>(loadProc("glInvalidateFramebuffer")); in LoadUtilGLES()
1324 reinterpret_cast<PFNGLINVALIDATESUBFRAMEBUFFERPROC>(loadProc("glInvalidateSubFramebuffer")); in LoadUtilGLES()
1325 l_glTexStorage2D = reinterpret_cast<PFNGLTEXSTORAGE2DPROC>(loadProc("glTexStorage2D")); in LoadUtilGLES()
1326 l_glTexStorage3D = reinterpret_cast<PFNGLTEXSTORAGE3DPROC>(loadProc("glTexStorage3D")); in LoadUtilGLES()
1328 reinterpret_cast<PFNGLGETINTERNALFORMATIVPROC>(loadProc("glGetInternalformativ")); in LoadUtilGLES()
1329 l_glDispatchCompute = reinterpret_cast<PFNGLDISPATCHCOMPUTEPROC>(loadProc("glDispatchCompute")); in LoadUtilGLES()
1331 reinterpret_cast<PFNGLDISPATCHCOMPUTEINDIRECTPROC>(loadProc("glDispatchComputeIndirect")); in LoadUtilGLES()
1333 reinterpret_cast<PFNGLDRAWARRAYSINDIRECTPROC>(loadProc("glDrawArraysIndirect")); in LoadUtilGLES()
1335 reinterpret_cast<PFNGLDRAWELEMENTSINDIRECTPROC>(loadProc("glDrawElementsIndirect")); in LoadUtilGLES()
1337 reinterpret_cast<PFNGLFRAMEBUFFERPARAMETERIPROC>(loadProc("glFramebufferParameteri")); in LoadUtilGLES()
1339 loadProc("glGetFramebufferParameteriv")); in LoadUtilGLES()
1341 reinterpret_cast<PFNGLGETPROGRAMINTERFACEIVPROC>(loadProc("glGetProgramInterfaceiv")); in LoadUtilGLES()
1343 reinterpret_cast<PFNGLGETPROGRAMRESOURCEINDEXPROC>(loadProc("glGetProgramResourceIndex")); in LoadUtilGLES()
1345 reinterpret_cast<PFNGLGETPROGRAMRESOURCENAMEPROC>(loadProc("glGetProgramResourceName")); in LoadUtilGLES()
1347 reinterpret_cast<PFNGLGETPROGRAMRESOURCEIVPROC>(loadProc("glGetProgramResourceiv")); in LoadUtilGLES()
1349 loadProc("glGetProgramResourceLocation")); in LoadUtilGLES()
1351 reinterpret_cast<PFNGLUSEPROGRAMSTAGESPROC>(loadProc("glUseProgramStages")); in LoadUtilGLES()
1353 reinterpret_cast<PFNGLACTIVESHADERPROGRAMPROC>(loadProc("glActiveShaderProgram")); in LoadUtilGLES()
1355 reinterpret_cast<PFNGLCREATESHADERPROGRAMVPROC>(loadProc("glCreateShaderProgramv")); in LoadUtilGLES()
1357 reinterpret_cast<PFNGLBINDPROGRAMPIPELINEPROC>(loadProc("glBindProgramPipeline")); in LoadUtilGLES()
1359 reinterpret_cast<PFNGLDELETEPROGRAMPIPELINESPROC>(loadProc("glDeleteProgramPipelines")); in LoadUtilGLES()
1361 reinterpret_cast<PFNGLGENPROGRAMPIPELINESPROC>(loadProc("glGenProgramPipelines")); in LoadUtilGLES()
1363 reinterpret_cast<PFNGLISPROGRAMPIPELINEPROC>(loadProc("glIsProgramPipeline")); in LoadUtilGLES()
1365 reinterpret_cast<PFNGLGETPROGRAMPIPELINEIVPROC>(loadProc("glGetProgramPipelineiv")); in LoadUtilGLES()
1367 reinterpret_cast<PFNGLPROGRAMUNIFORM1IPROC>(loadProc("glProgramUniform1i")); in LoadUtilGLES()
1369 reinterpret_cast<PFNGLPROGRAMUNIFORM2IPROC>(loadProc("glProgramUniform2i")); in LoadUtilGLES()
1371 reinterpret_cast<PFNGLPROGRAMUNIFORM3IPROC>(loadProc("glProgramUniform3i")); in LoadUtilGLES()
1373 reinterpret_cast<PFNGLPROGRAMUNIFORM4IPROC>(loadProc("glProgramUniform4i")); in LoadUtilGLES()
1375 reinterpret_cast<PFNGLPROGRAMUNIFORM1UIPROC>(loadProc("glProgramUniform1ui")); in LoadUtilGLES()
1377 reinterpret_cast<PFNGLPROGRAMUNIFORM2UIPROC>(loadProc("glProgramUniform2ui")); in LoadUtilGLES()
1379 reinterpret_cast<PFNGLPROGRAMUNIFORM3UIPROC>(loadProc("glProgramUniform3ui")); in LoadUtilGLES()
1381 reinterpret_cast<PFNGLPROGRAMUNIFORM4UIPROC>(loadProc("glProgramUniform4ui")); in LoadUtilGLES()
1383 reinterpret_cast<PFNGLPROGRAMUNIFORM1FPROC>(loadProc("glProgramUniform1f")); in LoadUtilGLES()
1385 reinterpret_cast<PFNGLPROGRAMUNIFORM2FPROC>(loadProc("glProgramUniform2f")); in LoadUtilGLES()
1387 reinterpret_cast<PFNGLPROGRAMUNIFORM3FPROC>(loadProc("glProgramUniform3f")); in LoadUtilGLES()
1389 reinterpret_cast<PFNGLPROGRAMUNIFORM4FPROC>(loadProc("glProgramUniform4f")); in LoadUtilGLES()
1391 reinterpret_cast<PFNGLPROGRAMUNIFORM1IVPROC>(loadProc("glProgramUniform1iv")); in LoadUtilGLES()
1393 reinterpret_cast<PFNGLPROGRAMUNIFORM2IVPROC>(loadProc("glProgramUniform2iv")); in LoadUtilGLES()
1395 reinterpret_cast<PFNGLPROGRAMUNIFORM3IVPROC>(loadProc("glProgramUniform3iv")); in LoadUtilGLES()
1397 reinterpret_cast<PFNGLPROGRAMUNIFORM4IVPROC>(loadProc("glProgramUniform4iv")); in LoadUtilGLES()
1399 reinterpret_cast<PFNGLPROGRAMUNIFORM1UIVPROC>(loadProc("glProgramUniform1uiv")); in LoadUtilGLES()
1401 reinterpret_cast<PFNGLPROGRAMUNIFORM2UIVPROC>(loadProc("glProgramUniform2uiv")); in LoadUtilGLES()
1403 reinterpret_cast<PFNGLPROGRAMUNIFORM3UIVPROC>(loadProc("glProgramUniform3uiv")); in LoadUtilGLES()
1405 reinterpret_cast<PFNGLPROGRAMUNIFORM4UIVPROC>(loadProc("glProgramUniform4uiv")); in LoadUtilGLES()
1407 reinterpret_cast<PFNGLPROGRAMUNIFORM1FVPROC>(loadProc("glProgramUniform1fv")); in LoadUtilGLES()
1409 reinterpret_cast<PFNGLPROGRAMUNIFORM2FVPROC>(loadProc("glProgramUniform2fv")); in LoadUtilGLES()
1411 reinterpret_cast<PFNGLPROGRAMUNIFORM3FVPROC>(loadProc("glProgramUniform3fv")); in LoadUtilGLES()
1413 reinterpret_cast<PFNGLPROGRAMUNIFORM4FVPROC>(loadProc("glProgramUniform4fv")); in LoadUtilGLES()
1415 reinterpret_cast<PFNGLPROGRAMUNIFORMMATRIX2FVPROC>(loadProc("glProgramUniformMatrix2fv")); in LoadUtilGLES()
1417 reinterpret_cast<PFNGLPROGRAMUNIFORMMATRIX3FVPROC>(loadProc("glProgramUniformMatrix3fv")); in LoadUtilGLES()
1419 reinterpret_cast<PFNGLPROGRAMUNIFORMMATRIX4FVPROC>(loadProc("glProgramUniformMatrix4fv")); in LoadUtilGLES()
1421 loadProc("glProgramUniformMatrix2x3fv")); in LoadUtilGLES()
1423 loadProc("glProgramUniformMatrix3x2fv")); in LoadUtilGLES()
1425 loadProc("glProgramUniformMatrix2x4fv")); in LoadUtilGLES()
1427 loadProc("glProgramUniformMatrix4x2fv")); in LoadUtilGLES()
1429 loadProc("glProgramUniformMatrix3x4fv")); in LoadUtilGLES()
1431 loadProc("glProgramUniformMatrix4x3fv")); in LoadUtilGLES()
1433 reinterpret_cast<PFNGLVALIDATEPROGRAMPIPELINEPROC>(loadProc("glValidateProgramPipeline")); in LoadUtilGLES()
1435 loadProc("glGetProgramPipelineInfoLog")); in LoadUtilGLES()
1437 reinterpret_cast<PFNGLBINDIMAGETEXTUREPROC>(loadProc("glBindImageTexture")); in LoadUtilGLES()
1438 l_glGetBooleani_v = reinterpret_cast<PFNGLGETBOOLEANI_VPROC>(loadProc("glGetBooleani_v")); in LoadUtilGLES()
1439 l_glMemoryBarrier = reinterpret_cast<PFNGLMEMORYBARRIERPROC>(loadProc("glMemoryBarrier")); in LoadUtilGLES()
1441 reinterpret_cast<PFNGLMEMORYBARRIERBYREGIONPROC>(loadProc("glMemoryBarrierByRegion")); in LoadUtilGLES()
1443 reinterpret_cast<PFNGLTEXSTORAGE2DMULTISAMPLEPROC>(loadProc("glTexStorage2DMultisample")); in LoadUtilGLES()
1445 reinterpret_cast<PFNGLGETMULTISAMPLEFVPROC>(loadProc("glGetMultisamplefv")); in LoadUtilGLES()
1446 l_glSampleMaski = reinterpret_cast<PFNGLSAMPLEMASKIPROC>(loadProc("glSampleMaski")); in LoadUtilGLES()
1448 reinterpret_cast<PFNGLGETTEXLEVELPARAMETERIVPROC>(loadProc("glGetTexLevelParameteriv")); in LoadUtilGLES()
1450 reinterpret_cast<PFNGLGETTEXLEVELPARAMETERFVPROC>(loadProc("glGetTexLevelParameterfv")); in LoadUtilGLES()
1452 reinterpret_cast<PFNGLBINDVERTEXBUFFERPROC>(loadProc("glBindVertexBuffer")); in LoadUtilGLES()
1454 reinterpret_cast<PFNGLVERTEXATTRIBFORMATPROC>(loadProc("glVertexAttribFormat")); in LoadUtilGLES()
1456 reinterpret_cast<PFNGLVERTEXATTRIBIFORMATPROC>(loadProc("glVertexAttribIFormat")); in LoadUtilGLES()
1458 reinterpret_cast<PFNGLVERTEXATTRIBBINDINGPROC>(loadProc("glVertexAttribBinding")); in LoadUtilGLES()
1460 reinterpret_cast<PFNGLVERTEXBINDINGDIVISORPROC>(loadProc("glVertexBindingDivisor")); in LoadUtilGLES()
1461 l_glBlendBarrier = reinterpret_cast<PFNGLBLENDBARRIERPROC>(loadProc("glBlendBarrier")); in LoadUtilGLES()
1463 reinterpret_cast<PFNGLCOPYIMAGESUBDATAPROC>(loadProc("glCopyImageSubData")); in LoadUtilGLES()
1465 reinterpret_cast<PFNGLDEBUGMESSAGECONTROLPROC>(loadProc("glDebugMessageControl")); in LoadUtilGLES()
1467 reinterpret_cast<PFNGLDEBUGMESSAGEINSERTPROC>(loadProc("glDebugMessageInsert")); in LoadUtilGLES()
1469 reinterpret_cast<PFNGLDEBUGMESSAGECALLBACKPROC>(loadProc("glDebugMessageCallback")); in LoadUtilGLES()
1471 reinterpret_cast<PFNGLGETDEBUGMESSAGELOGPROC>(loadProc("glGetDebugMessageLog")); in LoadUtilGLES()
1472 l_glPushDebugGroup = reinterpret_cast<PFNGLPUSHDEBUGGROUPPROC>(loadProc("glPushDebugGroup")); in LoadUtilGLES()
1473 l_glPopDebugGroup = reinterpret_cast<PFNGLPOPDEBUGGROUPPROC>(loadProc("glPopDebugGroup")); in LoadUtilGLES()
1474 l_glObjectLabel = reinterpret_cast<PFNGLOBJECTLABELPROC>(loadProc("glObjectLabel")); in LoadUtilGLES()
1475 l_glGetObjectLabel = reinterpret_cast<PFNGLGETOBJECTLABELPROC>(loadProc("glGetObjectLabel")); in LoadUtilGLES()
1476 l_glObjectPtrLabel = reinterpret_cast<PFNGLOBJECTPTRLABELPROC>(loadProc("glObjectPtrLabel")); in LoadUtilGLES()
1478 reinterpret_cast<PFNGLGETOBJECTPTRLABELPROC>(loadProc("glGetObjectPtrLabel")); in LoadUtilGLES()
1479 l_glGetPointerv = reinterpret_cast<PFNGLGETPOINTERVPROC>(loadProc("glGetPointerv")); in LoadUtilGLES()
1480 l_glEnablei = reinterpret_cast<PFNGLENABLEIPROC>(loadProc("glEnablei")); in LoadUtilGLES()
1481 l_glDisablei = reinterpret_cast<PFNGLDISABLEIPROC>(loadProc("glDisablei")); in LoadUtilGLES()
1482 l_glBlendEquationi = reinterpret_cast<PFNGLBLENDEQUATIONIPROC>(loadProc("glBlendEquationi")); in LoadUtilGLES()
1484 reinterpret_cast<PFNGLBLENDEQUATIONSEPARATEIPROC>(loadProc("glBlendEquationSeparatei")); in LoadUtilGLES()
1485 l_glBlendFunci = reinterpret_cast<PFNGLBLENDFUNCIPROC>(loadProc("glBlendFunci")); in LoadUtilGLES()
1487 reinterpret_cast<PFNGLBLENDFUNCSEPARATEIPROC>(loadProc("glBlendFuncSeparatei")); in LoadUtilGLES()
1488 l_glColorMaski = reinterpret_cast<PFNGLCOLORMASKIPROC>(loadProc("glColorMaski")); in LoadUtilGLES()
1489 l_glIsEnabledi = reinterpret_cast<PFNGLISENABLEDIPROC>(loadProc("glIsEnabledi")); in LoadUtilGLES()
1491 reinterpret_cast<PFNGLDRAWELEMENTSBASEVERTEXPROC>(loadProc("glDrawElementsBaseVertex")); in LoadUtilGLES()
1493 loadProc("glDrawRangeElementsBaseVertex")); in LoadUtilGLES()
1496 loadProc("glDrawElementsInstancedBaseVertex")); in LoadUtilGLES()
1498 reinterpret_cast<PFNGLFRAMEBUFFERTEXTUREPROC>(loadProc("glFramebufferTexture")); in LoadUtilGLES()
1500 reinterpret_cast<PFNGLPRIMITIVEBOUNDINGBOXPROC>(loadProc("glPrimitiveBoundingBox")); in LoadUtilGLES()
1502 reinterpret_cast<PFNGLGETGRAPHICSRESETSTATUSPROC>(loadProc("glGetGraphicsResetStatus")); in LoadUtilGLES()
1503 l_glReadnPixels = reinterpret_cast<PFNGLREADNPIXELSPROC>(loadProc("glReadnPixels")); in LoadUtilGLES()
1504 l_glGetnUniformfv = reinterpret_cast<PFNGLGETNUNIFORMFVPROC>(loadProc("glGetnUniformfv")); in LoadUtilGLES()
1505 l_glGetnUniformiv = reinterpret_cast<PFNGLGETNUNIFORMIVPROC>(loadProc("glGetnUniformiv")); in LoadUtilGLES()
1506 l_glGetnUniformuiv = reinterpret_cast<PFNGLGETNUNIFORMUIVPROC>(loadProc("glGetnUniformuiv")); in LoadUtilGLES()
1508 reinterpret_cast<PFNGLMINSAMPLESHADINGPROC>(loadProc("glMinSampleShading")); in LoadUtilGLES()
1509 l_glPatchParameteri = reinterpret_cast<PFNGLPATCHPARAMETERIPROC>(loadProc("glPatchParameteri")); in LoadUtilGLES()
1510 l_glTexParameterIiv = reinterpret_cast<PFNGLTEXPARAMETERIIVPROC>(loadProc("glTexParameterIiv")); in LoadUtilGLES()
1512 reinterpret_cast<PFNGLTEXPARAMETERIUIVPROC>(loadProc("glTexParameterIuiv")); in LoadUtilGLES()
1514 reinterpret_cast<PFNGLGETTEXPARAMETERIIVPROC>(loadProc("glGetTexParameterIiv")); in LoadUtilGLES()
1516 reinterpret_cast<PFNGLGETTEXPARAMETERIUIVPROC>(loadProc("glGetTexParameterIuiv")); in LoadUtilGLES()
1518 reinterpret_cast<PFNGLSAMPLERPARAMETERIIVPROC>(loadProc("glSamplerParameterIiv")); in LoadUtilGLES()
1520 reinterpret_cast<PFNGLSAMPLERPARAMETERIUIVPROC>(loadProc("glSamplerParameterIuiv")); in LoadUtilGLES()
1522 reinterpret_cast<PFNGLGETSAMPLERPARAMETERIIVPROC>(loadProc("glGetSamplerParameterIiv")); in LoadUtilGLES()
1524 reinterpret_cast<PFNGLGETSAMPLERPARAMETERIUIVPROC>(loadProc("glGetSamplerParameterIuiv")); in LoadUtilGLES()
1525 l_glTexBuffer = reinterpret_cast<PFNGLTEXBUFFERPROC>(loadProc("glTexBuffer")); in LoadUtilGLES()
1526 l_glTexBufferRange = reinterpret_cast<PFNGLTEXBUFFERRANGEPROC>(loadProc("glTexBufferRange")); in LoadUtilGLES()
1528 reinterpret_cast<PFNGLTEXSTORAGE3DMULTISAMPLEPROC>(loadProc("glTexStorage3DMultisample")); in LoadUtilGLES()
1530 reinterpret_cast<PFNGLBEGINPERFMONITORAMDPROC>(loadProc("glBeginPerfMonitorAMD")); in LoadUtilGLES()
1532 reinterpret_cast<PFNGLDELETEPERFMONITORSAMDPROC>(loadProc("glDeletePerfMonitorsAMD")); in LoadUtilGLES()
1534 reinterpret_cast<PFNGLENDPERFMONITORAMDPROC>(loadProc("glEndPerfMonitorAMD")); in LoadUtilGLES()
1536 reinterpret_cast<PFNGLGENPERFMONITORSAMDPROC>(loadProc("glGenPerfMonitorsAMD")); in LoadUtilGLES()
1538 loadProc("glGetPerfMonitorCounterDataAMD")); in LoadUtilGLES()
1540 loadProc("glGetPerfMonitorCounterInfoAMD")); in LoadUtilGLES()
1542 loadProc("glGetPerfMonitorCounterStringAMD")); in LoadUtilGLES()
1544 loadProc("glGetPerfMonitorCountersAMD")); in LoadUtilGLES()
1546 loadProc("glGetPerfMonitorGroupStringAMD")); in LoadUtilGLES()
1548 reinterpret_cast<PFNGLGETPERFMONITORGROUPSAMDPROC>(loadProc("glGetPerfMonitorGroupsAMD")); in LoadUtilGLES()
1550 loadProc("glSelectPerfMonitorCountersAMD")); in LoadUtilGLES()
1553 loadProc("glDrawArraysInstancedBaseInstanceANGLE")); in LoadUtilGLES()
1556 loadProc("glDrawElementsInstancedBaseVertexBaseInstanceANGLE")); in LoadUtilGLES()
1559 loadProc("glMultiDrawArraysInstancedBaseInstanceANGLE")); in LoadUtilGLES()
1562 loadProc("glMultiDrawElementsInstancedBaseVertexBaseInstanceANGLE")); in LoadUtilGLES()
1564 reinterpret_cast<PFNGLBLOBCACHECALLBACKSANGLEPROC>(loadProc("glBlobCacheCallbacksANGLE")); in LoadUtilGLES()
1566 reinterpret_cast<PFNGLGETPOINTERVANGLEPROC>(loadProc("glGetPointervANGLE")); in LoadUtilGLES()
1568 reinterpret_cast<PFNGLCOPYSUBTEXTURE3DANGLEPROC>(loadProc("glCopySubTexture3DANGLE")); in LoadUtilGLES()
1570 reinterpret_cast<PFNGLCOPYTEXTURE3DANGLEPROC>(loadProc("glCopyTexture3DANGLE")); in LoadUtilGLES()
1572 reinterpret_cast<PFNGLBLITFRAMEBUFFERANGLEPROC>(loadProc("glBlitFramebufferANGLE")); in LoadUtilGLES()
1575 loadProc("glRenderbufferStorageMultisampleANGLE")); in LoadUtilGLES()
1577 loadProc("glGetCompressedTexImageANGLE")); in LoadUtilGLES()
1579 loadProc("glGetRenderbufferImageANGLE")); in LoadUtilGLES()
1581 reinterpret_cast<PFNGLGETTEXIMAGEANGLEPROC>(loadProc("glGetTexImageANGLE")); in LoadUtilGLES()
1583 loadProc("glGetTexLevelParameterfvANGLE")); in LoadUtilGLES()
1585 loadProc("glGetTexLevelParameterivANGLE")); in LoadUtilGLES()
1587 reinterpret_cast<PFNGLDRAWARRAYSINSTANCEDANGLEPROC>(loadProc("glDrawArraysInstancedANGLE")); in LoadUtilGLES()
1589 loadProc("glDrawElementsInstancedANGLE")); in LoadUtilGLES()
1591 reinterpret_cast<PFNGLVERTEXATTRIBDIVISORANGLEPROC>(loadProc("glVertexAttribDivisorANGLE")); in LoadUtilGLES()
1592 l_glLogicOpANGLE = reinterpret_cast<PFNGLLOGICOPANGLEPROC>(loadProc("glLogicOpANGLE")); in LoadUtilGLES()
1594 loadProc("glTexStorageMemFlags2DANGLE")); in LoadUtilGLES()
1597 loadProc("glTexStorageMemFlags2DMultisampleANGLE")); in LoadUtilGLES()
1599 loadProc("glTexStorageMemFlags3DANGLE")); in LoadUtilGLES()
1602 loadProc("glTexStorageMemFlags3DMultisampleANGLE")); in LoadUtilGLES()
1604 loadProc("glImportMemoryZirconHandleANGLE")); in LoadUtilGLES()
1606 reinterpret_cast<PFNGLMULTIDRAWARRAYSANGLEPROC>(loadProc("glMultiDrawArraysANGLE")); in LoadUtilGLES()
1608 loadProc("glMultiDrawArraysInstancedANGLE")); in LoadUtilGLES()
1610 reinterpret_cast<PFNGLMULTIDRAWELEMENTSANGLEPROC>(loadProc("glMultiDrawElementsANGLE")); in LoadUtilGLES()
1613 loadProc("glMultiDrawElementsInstancedANGLE")); in LoadUtilGLES()
1615 reinterpret_cast<PFNGLPOLYGONMODEANGLEPROC>(loadProc("glPolygonModeANGLE")); in LoadUtilGLES()
1617 reinterpret_cast<PFNGLPROVOKINGVERTEXANGLEPROC>(loadProc("glProvokingVertexANGLE")); in LoadUtilGLES()
1619 reinterpret_cast<PFNGLDISABLEEXTENSIONANGLEPROC>(loadProc("glDisableExtensionANGLE")); in LoadUtilGLES()
1621 reinterpret_cast<PFNGLREQUESTEXTENSIONANGLEPROC>(loadProc("glRequestExtensionANGLE")); in LoadUtilGLES()
1624 loadProc("glCompressedTexImage2DRobustANGLE")); in LoadUtilGLES()
1627 loadProc("glCompressedTexImage3DRobustANGLE")); in LoadUtilGLES()
1630 loadProc("glCompressedTexSubImage2DRobustANGLE")); in LoadUtilGLES()
1633 loadProc("glCompressedTexSubImage3DRobustANGLE")); in LoadUtilGLES()
1636 loadProc("glGetActiveUniformBlockivRobustANGLE")); in LoadUtilGLES()
1638 reinterpret_cast<PFNGLGETBOOLEANI_VROBUSTANGLEPROC>(loadProc("glGetBooleani_vRobustANGLE")); in LoadUtilGLES()
1640 reinterpret_cast<PFNGLGETBOOLEANVROBUSTANGLEPROC>(loadProc("glGetBooleanvRobustANGLE")); in LoadUtilGLES()
1643 loadProc("glGetBufferParameteri64vRobustANGLE")); in LoadUtilGLES()
1646 loadProc("glGetBufferParameterivRobustANGLE")); in LoadUtilGLES()
1648 loadProc("glGetBufferPointervRobustANGLE")); in LoadUtilGLES()
1650 reinterpret_cast<PFNGLGETFLOATVROBUSTANGLEPROC>(loadProc("glGetFloatvRobustANGLE")); in LoadUtilGLES()
1653 loadProc("glGetFramebufferAttachmentParameterivRobustANGLE")); in LoadUtilGLES()
1656 loadProc("glGetFramebufferParameterivRobustANGLE")); in LoadUtilGLES()
1658 loadProc("glGetInteger64i_vRobustANGLE")); in LoadUtilGLES()
1660 reinterpret_cast<PFNGLGETINTEGER64VROBUSTANGLEPROC>(loadProc("glGetInteger64vRobustANGLE")); in LoadUtilGLES()
1662 reinterpret_cast<PFNGLGETINTEGERI_VROBUSTANGLEPROC>(loadProc("glGetIntegeri_vRobustANGLE")); in LoadUtilGLES()
1664 reinterpret_cast<PFNGLGETINTEGERVROBUSTANGLEPROC>(loadProc("glGetIntegervRobustANGLE")); in LoadUtilGLES()
1666 loadProc("glGetInternalformativRobustANGLE")); in LoadUtilGLES()
1668 loadProc("glGetMultisamplefvRobustANGLE")); in LoadUtilGLES()
1671 loadProc("glGetPointervRobustANGLERobustANGLE")); in LoadUtilGLES()
1674 loadProc("glGetProgramInterfaceivRobustANGLE")); in LoadUtilGLES()
1676 reinterpret_cast<PFNGLGETPROGRAMIVROBUSTANGLEPROC>(loadProc("glGetProgramivRobustANGLE")); in LoadUtilGLES()
1678 loadProc("glGetQueryObjecti64vRobustANGLE")); in LoadUtilGLES()
1680 loadProc("glGetQueryObjectivRobustANGLE")); in LoadUtilGLES()
1682 loadProc("glGetQueryObjectui64vRobustANGLE")); in LoadUtilGLES()
1684 loadProc("glGetQueryObjectuivRobustANGLE")); in LoadUtilGLES()
1686 reinterpret_cast<PFNGLGETQUERYIVROBUSTANGLEPROC>(loadProc("glGetQueryivRobustANGLE")); in LoadUtilGLES()
1689 loadProc("glGetRenderbufferParameterivRobustANGLE")); in LoadUtilGLES()
1692 loadProc("glGetSamplerParameterIivRobustANGLE")); in LoadUtilGLES()
1695 loadProc("glGetSamplerParameterIuivRobustANGLE")); in LoadUtilGLES()
1698 loadProc("glGetSamplerParameterfvRobustANGLE")); in LoadUtilGLES()
1701 loadProc("glGetSamplerParameterivRobustANGLE")); in LoadUtilGLES()
1703 reinterpret_cast<PFNGLGETSHADERIVROBUSTANGLEPROC>(loadProc("glGetShaderivRobustANGLE")); in LoadUtilGLES()
1706 loadProc("glGetTexLevelParameterfvRobustANGLE")); in LoadUtilGLES()
1709 loadProc("glGetTexLevelParameterivRobustANGLE")); in LoadUtilGLES()
1711 loadProc("glGetTexParameterIivRobustANGLE")); in LoadUtilGLES()
1713 loadProc("glGetTexParameterIuivRobustANGLE")); in LoadUtilGLES()
1715 loadProc("glGetTexParameterfvRobustANGLE")); in LoadUtilGLES()
1717 loadProc("glGetTexParameterivRobustANGLE")); in LoadUtilGLES()
1719 reinterpret_cast<PFNGLGETUNIFORMFVROBUSTANGLEPROC>(loadProc("glGetUniformfvRobustANGLE")); in LoadUtilGLES()
1721 reinterpret_cast<PFNGLGETUNIFORMIVROBUSTANGLEPROC>(loadProc("glGetUniformivRobustANGLE")); in LoadUtilGLES()
1723 reinterpret_cast<PFNGLGETUNIFORMUIVROBUSTANGLEPROC>(loadProc("glGetUniformuivRobustANGLE")); in LoadUtilGLES()
1725 loadProc("glGetVertexAttribIivRobustANGLE")); in LoadUtilGLES()
1727 loadProc("glGetVertexAttribIuivRobustANGLE")); in LoadUtilGLES()
1730 loadProc("glGetVertexAttribPointervRobustANGLE")); in LoadUtilGLES()
1732 loadProc("glGetVertexAttribfvRobustANGLE")); in LoadUtilGLES()
1734 loadProc("glGetVertexAttribivRobustANGLE")); in LoadUtilGLES()
1736 reinterpret_cast<PFNGLGETNUNIFORMFVROBUSTANGLEPROC>(loadProc("glGetnUniformfvRobustANGLE")); in LoadUtilGLES()
1738 reinterpret_cast<PFNGLGETNUNIFORMIVROBUSTANGLEPROC>(loadProc("glGetnUniformivRobustANGLE")); in LoadUtilGLES()
1740 loadProc("glGetnUniformuivRobustANGLE")); in LoadUtilGLES()
1742 reinterpret_cast<PFNGLREADPIXELSROBUSTANGLEPROC>(loadProc("glReadPixelsRobustANGLE")); in LoadUtilGLES()
1744 reinterpret_cast<PFNGLREADNPIXELSROBUSTANGLEPROC>(loadProc("glReadnPixelsRobustANGLE")); in LoadUtilGLES()
1746 loadProc("glSamplerParameterIivRobustANGLE")); in LoadUtilGLES()
1749 loadProc("glSamplerParameterIuivRobustANGLE")); in LoadUtilGLES()
1751 loadProc("glSamplerParameterfvRobustANGLE")); in LoadUtilGLES()
1753 loadProc("glSamplerParameterivRobustANGLE")); in LoadUtilGLES()
1755 reinterpret_cast<PFNGLTEXIMAGE2DROBUSTANGLEPROC>(loadProc("glTexImage2DRobustANGLE")); in LoadUtilGLES()
1757 reinterpret_cast<PFNGLTEXIMAGE3DROBUSTANGLEPROC>(loadProc("glTexImage3DRobustANGLE")); in LoadUtilGLES()
1759 loadProc("glTexParameterIivRobustANGLE")); in LoadUtilGLES()
1761 loadProc("glTexParameterIuivRobustANGLE")); in LoadUtilGLES()
1763 loadProc("glTexParameterfvRobustANGLE")); in LoadUtilGLES()
1765 loadProc("glTexParameterivRobustANGLE")); in LoadUtilGLES()
1767 reinterpret_cast<PFNGLTEXSUBIMAGE2DROBUSTANGLEPROC>(loadProc("glTexSubImage2DRobustANGLE")); in LoadUtilGLES()
1769 reinterpret_cast<PFNGLTEXSUBIMAGE3DROBUSTANGLEPROC>(loadProc("glTexSubImage3DRobustANGLE")); in LoadUtilGLES()
1772 loadProc("glImportSemaphoreZirconHandleANGLE")); in LoadUtilGLES()
1774 loadProc("glBeginPixelLocalStorageANGLE")); in LoadUtilGLES()
1776 loadProc("glEndPixelLocalStorageANGLE")); in LoadUtilGLES()
1779 loadProc("glFramebufferMemorylessPixelLocalStorageANGLE")); in LoadUtilGLES()
1782 loadProc("glFramebufferPixelLocalClearValuefvANGLE")); in LoadUtilGLES()
1785 loadProc("glFramebufferPixelLocalClearValueivANGLE")); in LoadUtilGLES()
1788 loadProc("glFramebufferPixelLocalClearValueuivANGLE")); in LoadUtilGLES()
1791 loadProc("glFramebufferPixelLocalStorageInterruptANGLE")); in LoadUtilGLES()
1794 loadProc("glFramebufferPixelLocalStorageRestoreANGLE")); in LoadUtilGLES()
1797 loadProc("glFramebufferTexturePixelLocalStorageANGLE")); in LoadUtilGLES()
1800 loadProc("glGetFramebufferPixelLocalStorageParameterfvANGLE")); in LoadUtilGLES()
1803 loadProc("glGetFramebufferPixelLocalStorageParameterfvRobustANGLE")); in LoadUtilGLES()
1806 loadProc("glGetFramebufferPixelLocalStorageParameterivANGLE")); in LoadUtilGLES()
1809 loadProc("glGetFramebufferPixelLocalStorageParameterivRobustANGLE")); in LoadUtilGLES()
1811 loadProc("glPixelLocalStorageBarrierANGLE")); in LoadUtilGLES()
1813 reinterpret_cast<PFNGLINVALIDATETEXTUREANGLEPROC>(loadProc("glInvalidateTextureANGLE")); in LoadUtilGLES()
1815 reinterpret_cast<PFNGLTEXIMAGE2DEXTERNALANGLEPROC>(loadProc("glTexImage2DExternalANGLE")); in LoadUtilGLES()
1817 reinterpret_cast<PFNGLGETMULTISAMPLEFVANGLEPROC>(loadProc("glGetMultisamplefvANGLE")); in LoadUtilGLES()
1819 reinterpret_cast<PFNGLSAMPLEMASKIANGLEPROC>(loadProc("glSampleMaskiANGLE")); in LoadUtilGLES()
1821 loadProc("glTexStorage2DMultisampleANGLE")); in LoadUtilGLES()
1823 loadProc("glGetTranslatedShaderSourceANGLE")); in LoadUtilGLES()
1825 reinterpret_cast<PFNGLACQUIRETEXTURESANGLEPROC>(loadProc("glAcquireTexturesANGLE")); in LoadUtilGLES()
1827 reinterpret_cast<PFNGLRELEASETEXTURESANGLEPROC>(loadProc("glReleaseTexturesANGLE")); in LoadUtilGLES()
1829 loadProc("glBindUniformLocationCHROMIUM")); in LoadUtilGLES()
1831 loadProc("glCompressedCopyTextureCHROMIUM")); in LoadUtilGLES()
1833 reinterpret_cast<PFNGLCOPYSUBTEXTURECHROMIUMPROC>(loadProc("glCopySubTextureCHROMIUM")); in LoadUtilGLES()
1835 reinterpret_cast<PFNGLCOPYTEXTURECHROMIUMPROC>(loadProc("glCopyTextureCHROMIUM")); in LoadUtilGLES()
1837 loadProc("glCoverageModulationCHROMIUM")); in LoadUtilGLES()
1839 reinterpret_cast<PFNGLLOSECONTEXTCHROMIUMPROC>(loadProc("glLoseContextCHROMIUM")); in LoadUtilGLES()
1841 loadProc("glEGLImageTargetTexStorageEXT")); in LoadUtilGLES()
1844 loadProc("glEGLImageTargetTextureStorageEXT")); in LoadUtilGLES()
1847 loadProc("glDrawArraysInstancedBaseInstanceEXT")); in LoadUtilGLES()
1850 loadProc("glDrawElementsInstancedBaseInstanceEXT")); in LoadUtilGLES()
1853 loadProc("glDrawElementsInstancedBaseVertexBaseInstanceEXT")); in LoadUtilGLES()
1855 reinterpret_cast<PFNGLBINDFRAGDATALOCATIONEXTPROC>(loadProc("glBindFragDataLocationEXT")); in LoadUtilGLES()
1857 loadProc("glBindFragDataLocationIndexedEXT")); in LoadUtilGLES()
1859 reinterpret_cast<PFNGLGETFRAGDATAINDEXEXTPROC>(loadProc("glGetFragDataIndexEXT")); in LoadUtilGLES()
1862 loadProc("glGetProgramResourceLocationIndexEXT")); in LoadUtilGLES()
1864 reinterpret_cast<PFNGLBUFFERSTORAGEEXTPROC>(loadProc("glBufferStorageEXT")); in LoadUtilGLES()
1866 reinterpret_cast<PFNGLCLEARTEXIMAGEEXTPROC>(loadProc("glClearTexImageEXT")); in LoadUtilGLES()
1868 reinterpret_cast<PFNGLCLEARTEXSUBIMAGEEXTPROC>(loadProc("glClearTexSubImageEXT")); in LoadUtilGLES()
1869 l_glClipControlEXT = reinterpret_cast<PFNGLCLIPCONTROLEXTPROC>(loadProc("glClipControlEXT")); in LoadUtilGLES()
1871 reinterpret_cast<PFNGLCOPYIMAGESUBDATAEXTPROC>(loadProc("glCopyImageSubDataEXT")); in LoadUtilGLES()
1873 reinterpret_cast<PFNGLGETOBJECTLABELEXTPROC>(loadProc("glGetObjectLabelEXT")); in LoadUtilGLES()
1874 l_glLabelObjectEXT = reinterpret_cast<PFNGLLABELOBJECTEXTPROC>(loadProc("glLabelObjectEXT")); in LoadUtilGLES()
1876 reinterpret_cast<PFNGLINSERTEVENTMARKEREXTPROC>(loadProc("glInsertEventMarkerEXT")); in LoadUtilGLES()
1878 reinterpret_cast<PFNGLPOPGROUPMARKEREXTPROC>(loadProc("glPopGroupMarkerEXT")); in LoadUtilGLES()
1880 reinterpret_cast<PFNGLPUSHGROUPMARKEREXTPROC>(loadProc("glPushGroupMarkerEXT")); in LoadUtilGLES()
1882 reinterpret_cast<PFNGLDISCARDFRAMEBUFFEREXTPROC>(loadProc("glDiscardFramebufferEXT")); in LoadUtilGLES()
1883 l_glBeginQueryEXT = reinterpret_cast<PFNGLBEGINQUERYEXTPROC>(loadProc("glBeginQueryEXT")); in LoadUtilGLES()
1885 reinterpret_cast<PFNGLDELETEQUERIESEXTPROC>(loadProc("glDeleteQueriesEXT")); in LoadUtilGLES()
1886 l_glEndQueryEXT = reinterpret_cast<PFNGLENDQUERYEXTPROC>(loadProc("glEndQueryEXT")); in LoadUtilGLES()
1887 l_glGenQueriesEXT = reinterpret_cast<PFNGLGENQUERIESEXTPROC>(loadProc("glGenQueriesEXT")); in LoadUtilGLES()
1889 reinterpret_cast<PFNGLGETINTEGER64VEXTPROC>(loadProc("glGetInteger64vEXT")); in LoadUtilGLES()
1891 reinterpret_cast<PFNGLGETQUERYOBJECTI64VEXTPROC>(loadProc("glGetQueryObjecti64vEXT")); in LoadUtilGLES()
1893 reinterpret_cast<PFNGLGETQUERYOBJECTIVEXTPROC>(loadProc("glGetQueryObjectivEXT")); in LoadUtilGLES()
1895 reinterpret_cast<PFNGLGETQUERYOBJECTUI64VEXTPROC>(loadProc("glGetQueryObjectui64vEXT")); in LoadUtilGLES()
1897 reinterpret_cast<PFNGLGETQUERYOBJECTUIVEXTPROC>(loadProc("glGetQueryObjectuivEXT")); in LoadUtilGLES()
1898 l_glGetQueryivEXT = reinterpret_cast<PFNGLGETQUERYIVEXTPROC>(loadProc("glGetQueryivEXT")); in LoadUtilGLES()
1899 l_glIsQueryEXT = reinterpret_cast<PFNGLISQUERYEXTPROC>(loadProc("glIsQueryEXT")); in LoadUtilGLES()
1900 l_glQueryCounterEXT = reinterpret_cast<PFNGLQUERYCOUNTEREXTPROC>(loadProc("glQueryCounterEXT")); in LoadUtilGLES()
1901 l_glDrawBuffersEXT = reinterpret_cast<PFNGLDRAWBUFFERSEXTPROC>(loadProc("glDrawBuffersEXT")); in LoadUtilGLES()
1903 loadProc("glBlendEquationSeparateiEXT")); in LoadUtilGLES()
1905 reinterpret_cast<PFNGLBLENDEQUATIONIEXTPROC>(loadProc("glBlendEquationiEXT")); in LoadUtilGLES()
1907 reinterpret_cast<PFNGLBLENDFUNCSEPARATEIEXTPROC>(loadProc("glBlendFuncSeparateiEXT")); in LoadUtilGLES()
1908 l_glBlendFunciEXT = reinterpret_cast<PFNGLBLENDFUNCIEXTPROC>(loadProc("glBlendFunciEXT")); in LoadUtilGLES()
1909 l_glColorMaskiEXT = reinterpret_cast<PFNGLCOLORMASKIEXTPROC>(loadProc("glColorMaskiEXT")); in LoadUtilGLES()
1910 l_glDisableiEXT = reinterpret_cast<PFNGLDISABLEIEXTPROC>(loadProc("glDisableiEXT")); in LoadUtilGLES()
1911 l_glEnableiEXT = reinterpret_cast<PFNGLENABLEIEXTPROC>(loadProc("glEnableiEXT")); in LoadUtilGLES()
1912 l_glIsEnablediEXT = reinterpret_cast<PFNGLISENABLEDIEXTPROC>(loadProc("glIsEnablediEXT")); in LoadUtilGLES()
1914 loadProc("glDrawElementsBaseVertexEXT")); in LoadUtilGLES()
1917 loadProc("glDrawElementsInstancedBaseVertexEXT")); in LoadUtilGLES()
1919 loadProc("glDrawRangeElementsBaseVertexEXT")); in LoadUtilGLES()
1921 loadProc("glMultiDrawElementsBaseVertexEXT")); in LoadUtilGLES()
1923 reinterpret_cast<PFNGLBUFFERSTORAGEEXTERNALEXTPROC>(loadProc("glBufferStorageExternalEXT")); in LoadUtilGLES()
1925 loadProc("glNamedBufferStorageExternalEXT")); in LoadUtilGLES()
1927 reinterpret_cast<PFNGLFRAMEBUFFERTEXTUREEXTPROC>(loadProc("glFramebufferTextureEXT")); in LoadUtilGLES()
1929 reinterpret_cast<PFNGLDRAWARRAYSINSTANCEDEXTPROC>(loadProc("glDrawArraysInstancedEXT")); in LoadUtilGLES()
1931 reinterpret_cast<PFNGLDRAWELEMENTSINSTANCEDEXTPROC>(loadProc("glDrawElementsInstancedEXT")); in LoadUtilGLES()
1933 reinterpret_cast<PFNGLVERTEXATTRIBDIVISOREXTPROC>(loadProc("glVertexAttribDivisorEXT")); in LoadUtilGLES()
1935 loadProc("glFlushMappedBufferRangeEXT")); in LoadUtilGLES()
1937 reinterpret_cast<PFNGLMAPBUFFERRANGEEXTPROC>(loadProc("glMapBufferRangeEXT")); in LoadUtilGLES()
1939 reinterpret_cast<PFNGLBUFFERSTORAGEMEMEXTPROC>(loadProc("glBufferStorageMemEXT")); in LoadUtilGLES()
1941 reinterpret_cast<PFNGLCREATEMEMORYOBJECTSEXTPROC>(loadProc("glCreateMemoryObjectsEXT")); in LoadUtilGLES()
1943 reinterpret_cast<PFNGLDELETEMEMORYOBJECTSEXTPROC>(loadProc("glDeleteMemoryObjectsEXT")); in LoadUtilGLES()
1945 loadProc("glGetMemoryObjectParameterivEXT")); in LoadUtilGLES()
1947 reinterpret_cast<PFNGLGETUNSIGNEDBYTEI_VEXTPROC>(loadProc("glGetUnsignedBytei_vEXT")); in LoadUtilGLES()
1949 reinterpret_cast<PFNGLGETUNSIGNEDBYTEVEXTPROC>(loadProc("glGetUnsignedBytevEXT")); in LoadUtilGLES()
1951 reinterpret_cast<PFNGLISMEMORYOBJECTEXTPROC>(loadProc("glIsMemoryObjectEXT")); in LoadUtilGLES()
1953 loadProc("glMemoryObjectParameterivEXT")); in LoadUtilGLES()
1955 reinterpret_cast<PFNGLTEXSTORAGEMEM2DEXTPROC>(loadProc("glTexStorageMem2DEXT")); in LoadUtilGLES()
1957 loadProc("glTexStorageMem2DMultisampleEXT")); in LoadUtilGLES()
1959 reinterpret_cast<PFNGLTEXSTORAGEMEM3DEXTPROC>(loadProc("glTexStorageMem3DEXT")); in LoadUtilGLES()
1961 loadProc("glTexStorageMem3DMultisampleEXT")); in LoadUtilGLES()
1963 reinterpret_cast<PFNGLIMPORTMEMORYFDEXTPROC>(loadProc("glImportMemoryFdEXT")); in LoadUtilGLES()
1965 loadProc("glMultiDrawArraysIndirectEXT")); in LoadUtilGLES()
1967 loadProc("glMultiDrawElementsIndirectEXT")); in LoadUtilGLES()
1970 loadProc("glFramebufferTexture2DMultisampleEXT")); in LoadUtilGLES()
1973 loadProc("glRenderbufferStorageMultisampleEXT")); in LoadUtilGLES()
1975 reinterpret_cast<PFNGLPOLYGONOFFSETCLAMPEXTPROC>(loadProc("glPolygonOffsetClampEXT")); in LoadUtilGLES()
1977 reinterpret_cast<PFNGLPRIMITIVEBOUNDINGBOXEXTPROC>(loadProc("glPrimitiveBoundingBoxEXT")); in LoadUtilGLES()
1979 loadProc("glGetGraphicsResetStatusEXT")); in LoadUtilGLES()
1981 reinterpret_cast<PFNGLGETNUNIFORMFVEXTPROC>(loadProc("glGetnUniformfvEXT")); in LoadUtilGLES()
1983 reinterpret_cast<PFNGLGETNUNIFORMIVEXTPROC>(loadProc("glGetnUniformivEXT")); in LoadUtilGLES()
1984 l_glReadnPixelsEXT = reinterpret_cast<PFNGLREADNPIXELSEXTPROC>(loadProc("glReadnPixelsEXT")); in LoadUtilGLES()
1986 reinterpret_cast<PFNGLDELETESEMAPHORESEXTPROC>(loadProc("glDeleteSemaphoresEXT")); in LoadUtilGLES()
1988 reinterpret_cast<PFNGLGENSEMAPHORESEXTPROC>(loadProc("glGenSemaphoresEXT")); in LoadUtilGLES()
1990 loadProc("glGetSemaphoreParameterui64vEXT")); in LoadUtilGLES()
1991 l_glIsSemaphoreEXT = reinterpret_cast<PFNGLISSEMAPHOREEXTPROC>(loadProc("glIsSemaphoreEXT")); in LoadUtilGLES()
1993 loadProc("glSemaphoreParameterui64vEXT")); in LoadUtilGLES()
1995 reinterpret_cast<PFNGLSIGNALSEMAPHOREEXTPROC>(loadProc("glSignalSemaphoreEXT")); in LoadUtilGLES()
1997 reinterpret_cast<PFNGLWAITSEMAPHOREEXTPROC>(loadProc("glWaitSemaphoreEXT")); in LoadUtilGLES()
1999 reinterpret_cast<PFNGLIMPORTSEMAPHOREFDEXTPROC>(loadProc("glImportSemaphoreFdEXT")); in LoadUtilGLES()
2001 reinterpret_cast<PFNGLACTIVESHADERPROGRAMEXTPROC>(loadProc("glActiveShaderProgramEXT")); in LoadUtilGLES()
2003 reinterpret_cast<PFNGLBINDPROGRAMPIPELINEEXTPROC>(loadProc("glBindProgramPipelineEXT")); in LoadUtilGLES()
2005 reinterpret_cast<PFNGLCREATESHADERPROGRAMVEXTPROC>(loadProc("glCreateShaderProgramvEXT")); in LoadUtilGLES()
2007 loadProc("glDeleteProgramPipelinesEXT")); in LoadUtilGLES()
2009 reinterpret_cast<PFNGLGENPROGRAMPIPELINESEXTPROC>(loadProc("glGenProgramPipelinesEXT")); in LoadUtilGLES()
2011 loadProc("glGetProgramPipelineInfoLogEXT")); in LoadUtilGLES()
2013 reinterpret_cast<PFNGLGETPROGRAMPIPELINEIVEXTPROC>(loadProc("glGetProgramPipelineivEXT")); in LoadUtilGLES()
2015 reinterpret_cast<PFNGLISPROGRAMPIPELINEEXTPROC>(loadProc("glIsProgramPipelineEXT")); in LoadUtilGLES()
2017 reinterpret_cast<PFNGLPROGRAMPARAMETERIEXTPROC>(loadProc("glProgramParameteriEXT")); in LoadUtilGLES()
2019 reinterpret_cast<PFNGLPROGRAMUNIFORM1FEXTPROC>(loadProc("glProgramUniform1fEXT")); in LoadUtilGLES()
2021 reinterpret_cast<PFNGLPROGRAMUNIFORM1FVEXTPROC>(loadProc("glProgramUniform1fvEXT")); in LoadUtilGLES()
2023 reinterpret_cast<PFNGLPROGRAMUNIFORM1IEXTPROC>(loadProc("glProgramUniform1iEXT")); in LoadUtilGLES()
2025 reinterpret_cast<PFNGLPROGRAMUNIFORM1IVEXTPROC>(loadProc("glProgramUniform1ivEXT")); in LoadUtilGLES()
2027 reinterpret_cast<PFNGLPROGRAMUNIFORM1UIEXTPROC>(loadProc("glProgramUniform1uiEXT")); in LoadUtilGLES()
2029 reinterpret_cast<PFNGLPROGRAMUNIFORM1UIVEXTPROC>(loadProc("glProgramUniform1uivEXT")); in LoadUtilGLES()
2031 reinterpret_cast<PFNGLPROGRAMUNIFORM2FEXTPROC>(loadProc("glProgramUniform2fEXT")); in LoadUtilGLES()
2033 reinterpret_cast<PFNGLPROGRAMUNIFORM2FVEXTPROC>(loadProc("glProgramUniform2fvEXT")); in LoadUtilGLES()
2035 reinterpret_cast<PFNGLPROGRAMUNIFORM2IEXTPROC>(loadProc("glProgramUniform2iEXT")); in LoadUtilGLES()
2037 reinterpret_cast<PFNGLPROGRAMUNIFORM2IVEXTPROC>(loadProc("glProgramUniform2ivEXT")); in LoadUtilGLES()
2039 reinterpret_cast<PFNGLPROGRAMUNIFORM2UIEXTPROC>(loadProc("glProgramUniform2uiEXT")); in LoadUtilGLES()
2041 reinterpret_cast<PFNGLPROGRAMUNIFORM2UIVEXTPROC>(loadProc("glProgramUniform2uivEXT")); in LoadUtilGLES()
2043 reinterpret_cast<PFNGLPROGRAMUNIFORM3FEXTPROC>(loadProc("glProgramUniform3fEXT")); in LoadUtilGLES()
2045 reinterpret_cast<PFNGLPROGRAMUNIFORM3FVEXTPROC>(loadProc("glProgramUniform3fvEXT")); in LoadUtilGLES()
2047 reinterpret_cast<PFNGLPROGRAMUNIFORM3IEXTPROC>(loadProc("glProgramUniform3iEXT")); in LoadUtilGLES()
2049 reinterpret_cast<PFNGLPROGRAMUNIFORM3IVEXTPROC>(loadProc("glProgramUniform3ivEXT")); in LoadUtilGLES()
2051 reinterpret_cast<PFNGLPROGRAMUNIFORM3UIEXTPROC>(loadProc("glProgramUniform3uiEXT")); in LoadUtilGLES()
2053 reinterpret_cast<PFNGLPROGRAMUNIFORM3UIVEXTPROC>(loadProc("glProgramUniform3uivEXT")); in LoadUtilGLES()
2055 reinterpret_cast<PFNGLPROGRAMUNIFORM4FEXTPROC>(loadProc("glProgramUniform4fEXT")); in LoadUtilGLES()
2057 reinterpret_cast<PFNGLPROGRAMUNIFORM4FVEXTPROC>(loadProc("glProgramUniform4fvEXT")); in LoadUtilGLES()
2059 reinterpret_cast<PFNGLPROGRAMUNIFORM4IEXTPROC>(loadProc("glProgramUniform4iEXT")); in LoadUtilGLES()
2061 reinterpret_cast<PFNGLPROGRAMUNIFORM4IVEXTPROC>(loadProc("glProgramUniform4ivEXT")); in LoadUtilGLES()
2063 reinterpret_cast<PFNGLPROGRAMUNIFORM4UIEXTPROC>(loadProc("glProgramUniform4uiEXT")); in LoadUtilGLES()
2065 reinterpret_cast<PFNGLPROGRAMUNIFORM4UIVEXTPROC>(loadProc("glProgramUniform4uivEXT")); in LoadUtilGLES()
2067 loadProc("glProgramUniformMatrix2fvEXT")); in LoadUtilGLES()
2069 loadProc("glProgramUniformMatrix2x3fvEXT")); in LoadUtilGLES()
2071 loadProc("glProgramUniformMatrix2x4fvEXT")); in LoadUtilGLES()
2073 loadProc("glProgramUniformMatrix3fvEXT")); in LoadUtilGLES()
2075 loadProc("glProgramUniformMatrix3x2fvEXT")); in LoadUtilGLES()
2077 loadProc("glProgramUniformMatrix3x4fvEXT")); in LoadUtilGLES()
2079 loadProc("glProgramUniformMatrix4fvEXT")); in LoadUtilGLES()
2081 loadProc("glProgramUniformMatrix4x2fvEXT")); in LoadUtilGLES()
2083 loadProc("glProgramUniformMatrix4x3fvEXT")); in LoadUtilGLES()
2085 reinterpret_cast<PFNGLUSEPROGRAMSTAGESEXTPROC>(loadProc("glUseProgramStagesEXT")); in LoadUtilGLES()
2087 loadProc("glValidateProgramPipelineEXT")); in LoadUtilGLES()
2089 loadProc("glFramebufferFetchBarrierEXT")); in LoadUtilGLES()
2091 reinterpret_cast<PFNGLPATCHPARAMETERIEXTPROC>(loadProc("glPatchParameteriEXT")); in LoadUtilGLES()
2093 loadProc("glGetSamplerParameterIivEXT")); in LoadUtilGLES()
2095 loadProc("glGetSamplerParameterIuivEXT")); in LoadUtilGLES()
2097 reinterpret_cast<PFNGLGETTEXPARAMETERIIVEXTPROC>(loadProc("glGetTexParameterIivEXT")); in LoadUtilGLES()
2099 reinterpret_cast<PFNGLGETTEXPARAMETERIUIVEXTPROC>(loadProc("glGetTexParameterIuivEXT")); in LoadUtilGLES()
2101 reinterpret_cast<PFNGLSAMPLERPARAMETERIIVEXTPROC>(loadProc("glSamplerParameterIivEXT")); in LoadUtilGLES()
2103 reinterpret_cast<PFNGLSAMPLERPARAMETERIUIVEXTPROC>(loadProc("glSamplerParameterIuivEXT")); in LoadUtilGLES()
2105 reinterpret_cast<PFNGLTEXPARAMETERIIVEXTPROC>(loadProc("glTexParameterIivEXT")); in LoadUtilGLES()
2107 reinterpret_cast<PFNGLTEXPARAMETERIUIVEXTPROC>(loadProc("glTexParameterIuivEXT")); in LoadUtilGLES()
2108 l_glTexBufferEXT = reinterpret_cast<PFNGLTEXBUFFEREXTPROC>(loadProc("glTexBufferEXT")); in LoadUtilGLES()
2110 reinterpret_cast<PFNGLTEXBUFFERRANGEEXTPROC>(loadProc("glTexBufferRangeEXT")); in LoadUtilGLES()
2111 l_glTexStorage1DEXT = reinterpret_cast<PFNGLTEXSTORAGE1DEXTPROC>(loadProc("glTexStorage1DEXT")); in LoadUtilGLES()
2112 l_glTexStorage2DEXT = reinterpret_cast<PFNGLTEXSTORAGE2DEXTPROC>(loadProc("glTexStorage2DEXT")); in LoadUtilGLES()
2113 l_glTexStorage3DEXT = reinterpret_cast<PFNGLTEXSTORAGE3DEXTPROC>(loadProc("glTexStorage3DEXT")); in LoadUtilGLES()
2115 reinterpret_cast<PFNGLTEXSTORAGEATTRIBS2DEXTPROC>(loadProc("glTexStorageAttribs2DEXT")); in LoadUtilGLES()
2117 reinterpret_cast<PFNGLTEXSTORAGEATTRIBS3DEXTPROC>(loadProc("glTexStorageAttribs3DEXT")); in LoadUtilGLES()
2118 l_glBlendBarrierKHR = reinterpret_cast<PFNGLBLENDBARRIERKHRPROC>(loadProc("glBlendBarrierKHR")); in LoadUtilGLES()
2120 reinterpret_cast<PFNGLDEBUGMESSAGECALLBACKKHRPROC>(loadProc("glDebugMessageCallbackKHR")); in LoadUtilGLES()
2122 reinterpret_cast<PFNGLDEBUGMESSAGECONTROLKHRPROC>(loadProc("glDebugMessageControlKHR")); in LoadUtilGLES()
2124 reinterpret_cast<PFNGLDEBUGMESSAGEINSERTKHRPROC>(loadProc("glDebugMessageInsertKHR")); in LoadUtilGLES()
2126 reinterpret_cast<PFNGLGETDEBUGMESSAGELOGKHRPROC>(loadProc("glGetDebugMessageLogKHR")); in LoadUtilGLES()
2128 reinterpret_cast<PFNGLGETOBJECTLABELKHRPROC>(loadProc("glGetObjectLabelKHR")); in LoadUtilGLES()
2130 reinterpret_cast<PFNGLGETOBJECTPTRLABELKHRPROC>(loadProc("glGetObjectPtrLabelKHR")); in LoadUtilGLES()
2131 l_glGetPointervKHR = reinterpret_cast<PFNGLGETPOINTERVKHRPROC>(loadProc("glGetPointervKHR")); in LoadUtilGLES()
2132 l_glObjectLabelKHR = reinterpret_cast<PFNGLOBJECTLABELKHRPROC>(loadProc("glObjectLabelKHR")); in LoadUtilGLES()
2134 reinterpret_cast<PFNGLOBJECTPTRLABELKHRPROC>(loadProc("glObjectPtrLabelKHR")); in LoadUtilGLES()
2136 reinterpret_cast<PFNGLPOPDEBUGGROUPKHRPROC>(loadProc("glPopDebugGroupKHR")); in LoadUtilGLES()
2138 reinterpret_cast<PFNGLPUSHDEBUGGROUPKHRPROC>(loadProc("glPushDebugGroupKHR")); in LoadUtilGLES()
2140 loadProc("glMaxShaderCompilerThreadsKHR")); in LoadUtilGLES()
2142 loadProc("glGetGraphicsResetStatusKHR")); in LoadUtilGLES()
2144 reinterpret_cast<PFNGLGETNUNIFORMFVKHRPROC>(loadProc("glGetnUniformfvKHR")); in LoadUtilGLES()
2146 reinterpret_cast<PFNGLGETNUNIFORMIVKHRPROC>(loadProc("glGetnUniformivKHR")); in LoadUtilGLES()
2148 reinterpret_cast<PFNGLGETNUNIFORMUIVKHRPROC>(loadProc("glGetnUniformuivKHR")); in LoadUtilGLES()
2149 l_glReadnPixelsKHR = reinterpret_cast<PFNGLREADNPIXELSKHRPROC>(loadProc("glReadnPixelsKHR")); in LoadUtilGLES()
2151 loadProc("glFramebufferParameteriMESA")); in LoadUtilGLES()
2153 loadProc("glGetFramebufferParameterivMESA")); in LoadUtilGLES()
2154 l_glDeleteFencesNV = reinterpret_cast<PFNGLDELETEFENCESNVPROC>(loadProc("glDeleteFencesNV")); in LoadUtilGLES()
2155 l_glFinishFenceNV = reinterpret_cast<PFNGLFINISHFENCENVPROC>(loadProc("glFinishFenceNV")); in LoadUtilGLES()
2156 l_glGenFencesNV = reinterpret_cast<PFNGLGENFENCESNVPROC>(loadProc("glGenFencesNV")); in LoadUtilGLES()
2157 l_glGetFenceivNV = reinterpret_cast<PFNGLGETFENCEIVNVPROC>(loadProc("glGetFenceivNV")); in LoadUtilGLES()
2158 l_glIsFenceNV = reinterpret_cast<PFNGLISFENCENVPROC>(loadProc("glIsFenceNV")); in LoadUtilGLES()
2159 l_glSetFenceNV = reinterpret_cast<PFNGLSETFENCENVPROC>(loadProc("glSetFenceNV")); in LoadUtilGLES()
2160 l_glTestFenceNV = reinterpret_cast<PFNGLTESTFENCENVPROC>(loadProc("glTestFenceNV")); in LoadUtilGLES()
2162 reinterpret_cast<PFNGLBLITFRAMEBUFFERNVPROC>(loadProc("glBlitFramebufferNV")); in LoadUtilGLES()
2163 l_glPolygonModeNV = reinterpret_cast<PFNGLPOLYGONMODENVPROC>(loadProc("glPolygonModeNV")); in LoadUtilGLES()
2166 loadProc("glEGLImageTargetRenderbufferStorageOES")); in LoadUtilGLES()
2168 loadProc("glEGLImageTargetTexture2DOES")); in LoadUtilGLES()
2170 reinterpret_cast<PFNGLCOPYIMAGESUBDATAOESPROC>(loadProc("glCopyImageSubDataOES")); in LoadUtilGLES()
2172 loadProc("glBlendEquationSeparateiOES")); in LoadUtilGLES()
2174 reinterpret_cast<PFNGLBLENDEQUATIONIOESPROC>(loadProc("glBlendEquationiOES")); in LoadUtilGLES()
2176 reinterpret_cast<PFNGLBLENDFUNCSEPARATEIOESPROC>(loadProc("glBlendFuncSeparateiOES")); in LoadUtilGLES()
2177 l_glBlendFunciOES = reinterpret_cast<PFNGLBLENDFUNCIOESPROC>(loadProc("glBlendFunciOES")); in LoadUtilGLES()
2178 l_glColorMaskiOES = reinterpret_cast<PFNGLCOLORMASKIOESPROC>(loadProc("glColorMaskiOES")); in LoadUtilGLES()
2179 l_glDisableiOES = reinterpret_cast<PFNGLDISABLEIOESPROC>(loadProc("glDisableiOES")); in LoadUtilGLES()
2180 l_glEnableiOES = reinterpret_cast<PFNGLENABLEIOESPROC>(loadProc("glEnableiOES")); in LoadUtilGLES()
2181 l_glIsEnablediOES = reinterpret_cast<PFNGLISENABLEDIOESPROC>(loadProc("glIsEnablediOES")); in LoadUtilGLES()
2183 loadProc("glDrawElementsBaseVertexOES")); in LoadUtilGLES()
2186 loadProc("glDrawElementsInstancedBaseVertexOES")); in LoadUtilGLES()
2188 loadProc("glDrawRangeElementsBaseVertexOES")); in LoadUtilGLES()
2190 reinterpret_cast<PFNGLFRAMEBUFFERTEXTUREOESPROC>(loadProc("glFramebufferTextureOES")); in LoadUtilGLES()
2192 reinterpret_cast<PFNGLGETPROGRAMBINARYOESPROC>(loadProc("glGetProgramBinaryOES")); in LoadUtilGLES()
2194 reinterpret_cast<PFNGLPROGRAMBINARYOESPROC>(loadProc("glProgramBinaryOES")); in LoadUtilGLES()
2196 reinterpret_cast<PFNGLGETBUFFERPOINTERVOESPROC>(loadProc("glGetBufferPointervOES")); in LoadUtilGLES()
2197 l_glMapBufferOES = reinterpret_cast<PFNGLMAPBUFFEROESPROC>(loadProc("glMapBufferOES")); in LoadUtilGLES()
2198 l_glUnmapBufferOES = reinterpret_cast<PFNGLUNMAPBUFFEROESPROC>(loadProc("glUnmapBufferOES")); in LoadUtilGLES()
2200 reinterpret_cast<PFNGLPRIMITIVEBOUNDINGBOXOESPROC>(loadProc("glPrimitiveBoundingBoxOES")); in LoadUtilGLES()
2202 reinterpret_cast<PFNGLMINSAMPLESHADINGOESPROC>(loadProc("glMinSampleShadingOES")); in LoadUtilGLES()
2204 reinterpret_cast<PFNGLPATCHPARAMETERIOESPROC>(loadProc("glPatchParameteriOES")); in LoadUtilGLES()
2206 reinterpret_cast<PFNGLCOMPRESSEDTEXIMAGE3DOESPROC>(loadProc("glCompressedTexImage3DOES")); in LoadUtilGLES()
2208 loadProc("glCompressedTexSubImage3DOES")); in LoadUtilGLES()
2210 reinterpret_cast<PFNGLCOPYTEXSUBIMAGE3DOESPROC>(loadProc("glCopyTexSubImage3DOES")); in LoadUtilGLES()
2212 reinterpret_cast<PFNGLFRAMEBUFFERTEXTURE3DOESPROC>(loadProc("glFramebufferTexture3DOES")); in LoadUtilGLES()
2213 l_glTexImage3DOES = reinterpret_cast<PFNGLTEXIMAGE3DOESPROC>(loadProc("glTexImage3DOES")); in LoadUtilGLES()
2215 reinterpret_cast<PFNGLTEXSUBIMAGE3DOESPROC>(loadProc("glTexSubImage3DOES")); in LoadUtilGLES()
2217 loadProc("glGetSamplerParameterIivOES")); in LoadUtilGLES()
2219 loadProc("glGetSamplerParameterIuivOES")); in LoadUtilGLES()
2221 reinterpret_cast<PFNGLGETTEXPARAMETERIIVOESPROC>(loadProc("glGetTexParameterIivOES")); in LoadUtilGLES()
2223 reinterpret_cast<PFNGLGETTEXPARAMETERIUIVOESPROC>(loadProc("glGetTexParameterIuivOES")); in LoadUtilGLES()
2225 reinterpret_cast<PFNGLSAMPLERPARAMETERIIVOESPROC>(loadProc("glSamplerParameterIivOES")); in LoadUtilGLES()
2227 reinterpret_cast<PFNGLSAMPLERPARAMETERIUIVOESPROC>(loadProc("glSamplerParameterIuivOES")); in LoadUtilGLES()
2229 reinterpret_cast<PFNGLTEXPARAMETERIIVOESPROC>(loadProc("glTexParameterIivOES")); in LoadUtilGLES()
2231 reinterpret_cast<PFNGLTEXPARAMETERIUIVOESPROC>(loadProc("glTexParameterIuivOES")); in LoadUtilGLES()
2232 l_glTexBufferOES = reinterpret_cast<PFNGLTEXBUFFEROESPROC>(loadProc("glTexBufferOES")); in LoadUtilGLES()
2234 reinterpret_cast<PFNGLTEXBUFFERRANGEOESPROC>(loadProc("glTexBufferRangeOES")); in LoadUtilGLES()
2236 loadProc("glTexStorage3DMultisampleOES")); in LoadUtilGLES()
2238 reinterpret_cast<PFNGLBINDVERTEXARRAYOESPROC>(loadProc("glBindVertexArrayOES")); in LoadUtilGLES()
2240 reinterpret_cast<PFNGLDELETEVERTEXARRAYSOESPROC>(loadProc("glDeleteVertexArraysOES")); in LoadUtilGLES()
2242 reinterpret_cast<PFNGLGENVERTEXARRAYSOESPROC>(loadProc("glGenVertexArraysOES")); in LoadUtilGLES()
2244 reinterpret_cast<PFNGLISVERTEXARRAYOESPROC>(loadProc("glIsVertexArrayOES")); in LoadUtilGLES()
2246 loadProc("glFramebufferTextureMultiviewOVR")); in LoadUtilGLES()
2248 loadProc("glFramebufferFoveationConfigQCOM")); in LoadUtilGLES()
2251 loadProc("glFramebufferFoveationParametersQCOM")); in LoadUtilGLES()
2252 l_glShadingRateQCOM = reinterpret_cast<PFNGLSHADINGRATEQCOMPROC>(loadProc("glShadingRateQCOM")); in LoadUtilGLES()
2254 loadProc("glTextureFoveationParametersQCOM")); in LoadUtilGLES()
2255 l_glEndTilingQCOM = reinterpret_cast<PFNGLENDTILINGQCOMPROC>(loadProc("glEndTilingQCOM")); in LoadUtilGLES()
2256 l_glStartTilingQCOM = reinterpret_cast<PFNGLSTARTTILINGQCOMPROC>(loadProc("glStartTilingQCOM")); in LoadUtilGLES()
2258 reinterpret_cast<PFNGLBLENDEQUATIONOESPROC>(loadProc("glBlendEquationOES")); in LoadUtilGLES()
2259 l_glDrawTexfOES = reinterpret_cast<PFNGLDRAWTEXFOESPROC>(loadProc("glDrawTexfOES")); in LoadUtilGLES()
2260 l_glDrawTexfvOES = reinterpret_cast<PFNGLDRAWTEXFVOESPROC>(loadProc("glDrawTexfvOES")); in LoadUtilGLES()
2261 l_glDrawTexiOES = reinterpret_cast<PFNGLDRAWTEXIOESPROC>(loadProc("glDrawTexiOES")); in LoadUtilGLES()
2262 l_glDrawTexivOES = reinterpret_cast<PFNGLDRAWTEXIVOESPROC>(loadProc("glDrawTexivOES")); in LoadUtilGLES()
2263 l_glDrawTexsOES = reinterpret_cast<PFNGLDRAWTEXSOESPROC>(loadProc("glDrawTexsOES")); in LoadUtilGLES()
2264 l_glDrawTexsvOES = reinterpret_cast<PFNGLDRAWTEXSVOESPROC>(loadProc("glDrawTexsvOES")); in LoadUtilGLES()
2265 l_glDrawTexxOES = reinterpret_cast<PFNGLDRAWTEXXOESPROC>(loadProc("glDrawTexxOES")); in LoadUtilGLES()
2266 l_glDrawTexxvOES = reinterpret_cast<PFNGLDRAWTEXXVOESPROC>(loadProc("glDrawTexxvOES")); in LoadUtilGLES()
2268 reinterpret_cast<PFNGLBINDFRAMEBUFFEROESPROC>(loadProc("glBindFramebufferOES")); in LoadUtilGLES()
2270 reinterpret_cast<PFNGLBINDRENDERBUFFEROESPROC>(loadProc("glBindRenderbufferOES")); in LoadUtilGLES()
2272 loadProc("glCheckFramebufferStatusOES")); in LoadUtilGLES()
2274 reinterpret_cast<PFNGLDELETEFRAMEBUFFERSOESPROC>(loadProc("glDeleteFramebuffersOES")); in LoadUtilGLES()
2276 reinterpret_cast<PFNGLDELETERENDERBUFFERSOESPROC>(loadProc("glDeleteRenderbuffersOES")); in LoadUtilGLES()
2278 loadProc("glFramebufferRenderbufferOES")); in LoadUtilGLES()
2280 reinterpret_cast<PFNGLFRAMEBUFFERTEXTURE2DOESPROC>(loadProc("glFramebufferTexture2DOES")); in LoadUtilGLES()
2282 reinterpret_cast<PFNGLGENFRAMEBUFFERSOESPROC>(loadProc("glGenFramebuffersOES")); in LoadUtilGLES()
2284 reinterpret_cast<PFNGLGENRENDERBUFFERSOESPROC>(loadProc("glGenRenderbuffersOES")); in LoadUtilGLES()
2286 reinterpret_cast<PFNGLGENERATEMIPMAPOESPROC>(loadProc("glGenerateMipmapOES")); in LoadUtilGLES()
2289 loadProc("glGetFramebufferAttachmentParameterivOES")); in LoadUtilGLES()
2291 loadProc("glGetRenderbufferParameterivOES")); in LoadUtilGLES()
2293 reinterpret_cast<PFNGLISFRAMEBUFFEROESPROC>(loadProc("glIsFramebufferOES")); in LoadUtilGLES()
2295 reinterpret_cast<PFNGLISRENDERBUFFEROESPROC>(loadProc("glIsRenderbufferOES")); in LoadUtilGLES()
2297 reinterpret_cast<PFNGLRENDERBUFFERSTORAGEOESPROC>(loadProc("glRenderbufferStorageOES")); in LoadUtilGLES()
2299 reinterpret_cast<PFNGLCURRENTPALETTEMATRIXOESPROC>(loadProc("glCurrentPaletteMatrixOES")); in LoadUtilGLES()
2302 loadProc("glLoadPaletteFromModelViewMatrixOES")); in LoadUtilGLES()
2304 reinterpret_cast<PFNGLMATRIXINDEXPOINTEROESPROC>(loadProc("glMatrixIndexPointerOES")); in LoadUtilGLES()
2306 reinterpret_cast<PFNGLWEIGHTPOINTEROESPROC>(loadProc("glWeightPointerOES")); in LoadUtilGLES()
2308 reinterpret_cast<PFNGLPOINTSIZEPOINTEROESPROC>(loadProc("glPointSizePointerOES")); in LoadUtilGLES()
2309 l_glQueryMatrixxOES = reinterpret_cast<PFNGLQUERYMATRIXXOESPROC>(loadProc("glQueryMatrixxOES")); in LoadUtilGLES()
2310 l_glGetTexGenfvOES = reinterpret_cast<PFNGLGETTEXGENFVOESPROC>(loadProc("glGetTexGenfvOES")); in LoadUtilGLES()
2311 l_glGetTexGenivOES = reinterpret_cast<PFNGLGETTEXGENIVOESPROC>(loadProc("glGetTexGenivOES")); in LoadUtilGLES()
2312 l_glGetTexGenxvOES = reinterpret_cast<PFNGLGETTEXGENXVOESPROC>(loadProc("glGetTexGenxvOES")); in LoadUtilGLES()
2313 l_glTexGenfOES = reinterpret_cast<PFNGLTEXGENFOESPROC>(loadProc("glTexGenfOES")); in LoadUtilGLES()
2314 l_glTexGenfvOES = reinterpret_cast<PFNGLTEXGENFVOESPROC>(loadProc("glTexGenfvOES")); in LoadUtilGLES()
2315 l_glTexGeniOES = reinterpret_cast<PFNGLTEXGENIOESPROC>(loadProc("glTexGeniOES")); in LoadUtilGLES()
2316 l_glTexGenivOES = reinterpret_cast<PFNGLTEXGENIVOESPROC>(loadProc("glTexGenivOES")); in LoadUtilGLES()
2317 l_glTexGenxOES = reinterpret_cast<PFNGLTEXGENXOESPROC>(loadProc("glTexGenxOES")); in LoadUtilGLES()
2318 l_glTexGenxvOES = reinterpret_cast<PFNGLTEXGENXVOESPROC>(loadProc("glTexGenxvOES")); in LoadUtilGLES()