• Home
  • Raw
  • Download

Lines Matching defs:context

19 #define ANGLE_VALIDATE_IS_GLES1(context)                                                        \  argument
33 bool ValidateAlphaFuncCommon(const Context *context, AlphaTestFunc func) in ValidateAlphaFuncCommon()
52 bool ValidateClientStateCommon(const Context *context, ClientVertexArrayType arrayType) in ValidateClientStateCommon()
75 bool ValidateBuiltinVertexAttributeCommon(const Context *context, in ValidateBuiltinVertexAttributeCommon()
157 bool ValidateLightCaps(const Context *context, GLenum light) in ValidateLightCaps()
168 bool ValidateLightCommon(const Context *context, in ValidateLightCommon()
222 bool ValidateLightSingleComponent(const Context *context, in ValidateLightSingleComponent()
241 bool ValidateMaterialCommon(const Context *context, in ValidateMaterialCommon()
267 bool ValidateMaterialSetting(const Context *context, in ValidateMaterialSetting()
283 bool ValidateMaterialQuery(const Context *context, GLenum face, MaterialParameter pname) in ValidateMaterialQuery()
298 bool ValidateMaterialSingleComponent(const Context *context, in ValidateMaterialSingleComponent()
317 bool ValidateLightModelCommon(const Context *context, GLenum pname) in ValidateLightModelCommon()
331 bool ValidateLightModelSingleComponent(const Context *context, GLenum pname) in ValidateLightModelSingleComponent()
348 bool ValidateClipPlaneCommon(const Context *context, GLenum plane) in ValidateClipPlaneCommon()
361 bool ValidateFogCommon(const Context *context, GLenum pname, const GLfloat *params) in ValidateFogCommon()
400 bool ValidateTexEnvCommon(const Context *context, in ValidateTexEnvCommon()
544 bool ValidateGetTexEnvCommon(const Context *context, in ValidateGetTexEnvCommon()
586 bool ValidatePointParameterCommon(const Context *context, in ValidatePointParameterCommon()
615 bool ValidatePointSizeCommon(const Context *context, GLfloat size) in ValidatePointSizeCommon()
628 bool ValidateDrawTexCommon(const Context *context, float width, float height) in ValidateDrawTexCommon()
646 bool ValidateAlphaFunc(const Context *context, AlphaTestFunc func, GLfloat ref) in ValidateAlphaFunc()
652 bool ValidateAlphaFuncx(const Context *context, AlphaTestFunc func, GLfixed ref) in ValidateAlphaFuncx()
658 bool ValidateClearColorx(const Context *context, in ValidateClearColorx()
668 bool ValidateClearDepthx(const Context *context, GLfixed depth) in ValidateClearDepthx()
674 bool ValidateClientActiveTexture(const Context *context, GLenum texture) in ValidateClientActiveTexture()
680 bool ValidateClipPlanef(const Context *context, GLenum plane, const GLfloat *eqn) in ValidateClipPlanef()
685 bool ValidateClipPlanex(const Context *context, GLenum plane, const GLfixed *equation) in ValidateClipPlanex()
690 bool ValidateColor4f(const Context *context, in ValidateColor4f()
700 bool ValidateColor4ub(const Context *context, in ValidateColor4ub()
710 bool ValidateColor4x(const Context *context, in ValidateColor4x()
720 bool ValidateColorPointer(const Context *context, in ValidateColorPointer()
730 bool ValidateCullFace(const Context *context, GLenum mode) in ValidateCullFace()
736 bool ValidateDepthRangex(const Context *context, GLfixed n, GLfixed f) in ValidateDepthRangex()
748 bool ValidateDisableClientState(const Context *context, ClientVertexArrayType arrayType) in ValidateDisableClientState()
753 bool ValidateEnableClientState(const Context *context, ClientVertexArrayType arrayType) in ValidateEnableClientState()
758 bool ValidateFogf(const Context *context, GLenum pname, GLfloat param) in ValidateFogf()
763 bool ValidateFogfv(const Context *context, GLenum pname, const GLfloat *params) in ValidateFogfv()
768 bool ValidateFogx(const Context *context, GLenum pname, GLfixed param) in ValidateFogx()
776 bool ValidateFogxv(const Context *context, GLenum pname, const GLfixed *params) in ValidateFogxv()
797 bool ValidateFrustumf(const Context *context, in ValidateFrustumf()
813 bool ValidateFrustumx(const Context *context, in ValidateFrustumx()
829 bool ValidateGetBufferParameteriv(const Context *context, in ValidateGetBufferParameteriv()
838 bool ValidateGetClipPlanef(const Context *context, GLenum plane, const GLfloat *equation) in ValidateGetClipPlanef()
843 bool ValidateGetClipPlanex(const Context *context, GLenum plane, const GLfixed *equation) in ValidateGetClipPlanex()
848 bool ValidateGetFixedv(const Context *context, GLenum pname, const GLfixed *params) in ValidateGetFixedv()
856 bool ValidateGetLightfv(const Context *context, in ValidateGetLightfv()
865 bool ValidateGetLightxv(const Context *context, in ValidateGetLightxv()
874 bool ValidateGetMaterialfv(const Context *context, in ValidateGetMaterialfv()
882 bool ValidateGetMaterialxv(const Context *context, in ValidateGetMaterialxv()
890 bool ValidateGetTexEnvfv(const Context *context, in ValidateGetTexEnvfv()
898 bool ValidateGetTexEnviv(const Context *context, in ValidateGetTexEnviv()
906 bool ValidateGetTexEnvxv(const Context *context, in ValidateGetTexEnvxv()
914 bool ValidateGetTexParameterxv(const Context *context, in ValidateGetTexParameterxv()
929 bool ValidateLightModelf(const Context *context, GLenum pname, GLfloat param) in ValidateLightModelf()
934 bool ValidateLightModelfv(const Context *context, GLenum pname, const GLfloat *params) in ValidateLightModelfv()
939 bool ValidateLightModelx(const Context *context, GLenum pname, GLfixed param) in ValidateLightModelx()
944 bool ValidateLightModelxv(const Context *context, GLenum pname, const GLfixed *param) in ValidateLightModelxv()
949 bool ValidateLightf(const Context *context, GLenum light, LightParameter pname, GLfloat param) in ValidateLightf()
954 bool ValidateLightfv(const Context *context, in ValidateLightfv()
962 bool ValidateLightx(const Context *context, GLenum light, LightParameter pname, GLfixed param) in ValidateLightx()
967 bool ValidateLightxv(const Context *context, in ValidateLightxv()
981 bool ValidateLineWidthx(const Context *context, GLfixed width) in ValidateLineWidthx()
993 bool ValidateLoadIdentity(const Context *context) in ValidateLoadIdentity()
999 bool ValidateLoadMatrixf(const Context *context, const GLfloat *m) in ValidateLoadMatrixf()
1005 bool ValidateLoadMatrixx(const Context *context, const GLfixed *m) in ValidateLoadMatrixx()
1011 bool ValidateLogicOp(const Context *context, LogicalOperation opcode) in ValidateLogicOp()
1039 bool ValidateMaterialf(const Context *context, GLenum face, MaterialParameter pname, GLfloat param) in ValidateMaterialf()
1044 bool ValidateMaterialfv(const Context *context, in ValidateMaterialfv()
1052 bool ValidateMaterialx(const Context *context, GLenum face, MaterialParameter pname, GLfixed param) in ValidateMaterialx()
1057 bool ValidateMaterialxv(const Context *context, in ValidateMaterialxv()
1072 bool ValidateMatrixMode(const Context *context, MatrixType mode) in ValidateMatrixMode()
1087 bool ValidateMultMatrixf(const Context *context, const GLfloat *m) in ValidateMultMatrixf()
1093 bool ValidateMultMatrixx(const Context *context, const GLfixed *m) in ValidateMultMatrixx()
1099 bool ValidateMultiTexCoord4f(const Context *context, in ValidateMultiTexCoord4f()
1110 bool ValidateMultiTexCoord4x(const Context *context, in ValidateMultiTexCoord4x()
1121 bool ValidateNormal3f(const Context *context, GLfloat nx, GLfloat ny, GLfloat nz) in ValidateNormal3f()
1127 bool ValidateNormal3x(const Context *context, GLfixed nx, GLfixed ny, GLfixed nz) in ValidateNormal3x()
1133 bool ValidateNormalPointer(const Context *context, in ValidateNormalPointer()
1142 bool ValidateOrthof(const Context *context, in ValidateOrthof()
1161 bool ValidateOrthox(const Context *context, in ValidateOrthox()
1177 bool ValidatePointParameterf(const Context *context, PointParameter pname, GLfloat param) in ValidatePointParameterf()
1189 bool ValidatePointParameterfv(const Context *context, PointParameter pname, const GLfloat *params) in ValidatePointParameterfv()
1194 bool ValidatePointParameterx(const Context *context, PointParameter pname, GLfixed param) in ValidatePointParameterx()
1207 bool ValidatePointParameterxv(const Context *context, PointParameter pname, const GLfixed *params) in ValidatePointParameterxv()
1217 bool ValidatePointSize(const Context *context, GLfloat size) in ValidatePointSize()
1222 bool ValidatePointSizex(const Context *context, GLfixed size) in ValidatePointSizex()
1227 bool ValidatePolygonOffsetx(const Context *context, GLfixed factor, GLfixed units) in ValidatePolygonOffsetx()
1233 bool ValidatePopMatrix(const Context *context) in ValidatePopMatrix()
1245 bool ValidatePushMatrix(const Context *context) in ValidatePushMatrix()
1257 bool ValidateRotatef(const Context *context, GLfloat angle, GLfloat x, GLfloat y, GLfloat z) in ValidateRotatef()
1263 bool ValidateRotatex(const Context *context, GLfixed angle, GLfixed x, GLfixed y, GLfixed z) in ValidateRotatex()
1269 bool ValidateSampleCoveragex(const Context *context, GLclampx value, GLboolean invert) in ValidateSampleCoveragex()
1275 bool ValidateScalef(const Context *context, GLfloat x, GLfloat y, GLfloat z) in ValidateScalef()
1281 bool ValidateScalex(const Context *context, GLfixed x, GLfixed y, GLfixed z) in ValidateScalex()
1287 bool ValidateShadeModel(const Context *context, ShadingModel mode) in ValidateShadeModel()
1301 bool ValidateTexCoordPointer(const Context *context, in ValidateTexCoordPointer()
1311 bool ValidateTexEnvf(const Context *context, in ValidateTexEnvf()
1319 bool ValidateTexEnvfv(const Context *context, in ValidateTexEnvfv()
1327 bool ValidateTexEnvi(const Context *context, in ValidateTexEnvi()
1336 bool ValidateTexEnviv(const Context *context, in ValidateTexEnviv()
1349 bool ValidateTexEnvx(const Context *context, in ValidateTexEnvx()
1360 bool ValidateTexEnvxv(const Context *context, in ValidateTexEnvxv()
1371 bool ValidateTexParameterBaseForGLfixed(const Context *context, in ValidateTexParameterBaseForGLfixed()
1394 bool ValidateTexParameterx(const Context *context, TextureType target, GLenum pname, GLfixed param) in ValidateTexParameterx()
1400 bool ValidateTexParameterxv(const Context *context, in ValidateTexParameterxv()
1409 bool ValidateTranslatef(const Context *context, GLfloat x, GLfloat y, GLfloat z) in ValidateTranslatef()
1415 bool ValidateTranslatex(const Context *context, GLfixed x, GLfixed y, GLfixed z) in ValidateTranslatex()
1421 bool ValidateVertexPointer(const Context *context, in ValidateVertexPointer()
1431 bool ValidateDrawTexfOES(const Context *context, in ValidateDrawTexfOES()
1441 bool ValidateDrawTexfvOES(const Context *context, const GLfloat *coords) in ValidateDrawTexfvOES()
1446 bool ValidateDrawTexiOES(const Context *context, in ValidateDrawTexiOES()
1457 bool ValidateDrawTexivOES(const Context *context, const GLint *coords) in ValidateDrawTexivOES()
1463 bool ValidateDrawTexsOES(const Context *context, in ValidateDrawTexsOES()
1474 bool ValidateDrawTexsvOES(const Context *context, const GLshort *coords) in ValidateDrawTexsvOES()
1480 bool ValidateDrawTexxOES(const Context *context, in ValidateDrawTexxOES()
1490 bool ValidateDrawTexxvOES(const Context *context, const GLfixed *coords) in ValidateDrawTexxvOES()
1496 bool ValidateCurrentPaletteMatrixOES(const Context *context, GLuint matrixpaletteindex) in ValidateCurrentPaletteMatrixOES()
1502 bool ValidateLoadPaletteFromModelViewMatrixOES(const Context *context) in ValidateLoadPaletteFromModelViewMatrixOES()
1508 bool ValidateMatrixIndexPointerOES(const Context *context, in ValidateMatrixIndexPointerOES()
1518 bool ValidateWeightPointerOES(const Context *context, in ValidateWeightPointerOES()
1528 bool ValidatePointSizePointerOES(const Context *context, in ValidatePointSizePointerOES()
1537 bool ValidateQueryMatrixxOES(const Context *context, const GLfixed *mantissa, const GLint *exponent) in ValidateQueryMatrixxOES()
1543 bool ValidateGenFramebuffersOES(const Context *context, in ValidateGenFramebuffersOES()
1551 bool ValidateDeleteFramebuffersOES(const Context *context, in ValidateDeleteFramebuffersOES()
1559 bool ValidateGenRenderbuffersOES(const Context *context, in ValidateGenRenderbuffersOES()
1567 bool ValidateDeleteRenderbuffersOES(const Context *context, in ValidateDeleteRenderbuffersOES()
1575 bool ValidateBindFramebufferOES(const Context *context, GLenum target, FramebufferID framebuffer) in ValidateBindFramebufferOES()
1581 bool ValidateBindRenderbufferOES(const Context *context, GLenum target, RenderbufferID renderbuffer) in ValidateBindRenderbufferOES()
1587 bool ValidateCheckFramebufferStatusOES(const Context *context, GLenum target) in ValidateCheckFramebufferStatusOES()
1593 bool ValidateFramebufferRenderbufferOES(const Context *context, in ValidateFramebufferRenderbufferOES()
1603 bool ValidateFramebufferTexture2DOES(const Context *context, in ValidateFramebufferTexture2DOES()
1614 bool ValidateGenerateMipmapOES(const Context *context, TextureType target) in ValidateGenerateMipmapOES()
1620 bool ValidateGetFramebufferAttachmentParameterivOES(const Context *context, in ValidateGetFramebufferAttachmentParameterivOES()
1630 bool ValidateGetRenderbufferParameterivOES(const Context *context, in ValidateGetRenderbufferParameterivOES()
1639 bool ValidateIsFramebufferOES(const Context *context, FramebufferID framebuffer) in ValidateIsFramebufferOES()
1645 bool ValidateIsRenderbufferOES(const Context *context, RenderbufferID renderbuffer) in ValidateIsRenderbufferOES()
1651 bool ValidateRenderbufferStorageOES(const Context *context, in ValidateRenderbufferStorageOES()
1663 bool ValidateGetTexGenfvOES(const Context *context, in ValidateGetTexGenfvOES()
1672 bool ValidateGetTexGenivOES(const Context *context, GLenum coord, GLenum pname, const int *params) in ValidateGetTexGenivOES()
1678 bool ValidateGetTexGenxvOES(const Context *context, in ValidateGetTexGenxvOES()
1687 bool ValidateTexGenfvOES(const Context *context, GLenum coord, GLenum pname, const GLfloat *params) in ValidateTexGenfvOES()
1693 bool ValidateTexGenivOES(const Context *context, GLenum coord, GLenum pname, const GLint *param) in ValidateTexGenivOES()
1699 bool ValidateTexGenxvOES(const Context *context, GLenum coord, GLenum pname, const GLint *param) in ValidateTexGenxvOES()
1705 bool ValidateTexGenfOES(const Context *context, GLenum coord, GLenum pname, GLfloat param) in ValidateTexGenfOES()
1711 bool ValidateTexGeniOES(const Context *context, GLenum coord, GLenum pname, GLint param) in ValidateTexGeniOES()
1717 bool ValidateTexGenxOES(const Context *context, GLenum coord, GLenum pname, GLfixed param) in ValidateTexGenxOES()