/third_party/skia/third_party/externals/angle2/src/libANGLE/ |
H A D | Context_gles_1_0_autogen.h | 15 void alphaFuncx(AlphaTestFunc funcPacked, GLfixed ref); \ 16 void clearColorx(GLfixed red, GLfixed green, GLfixed blue, GLfixed alpha); \ 17 void clearDepthx(GLfixed depth); \ 20 void clipPlanex(GLenum plane, const GLfixed *equation); \ 23 void color4x(GLfixed red, GLfixed green, GLfixed blu [all...] |
H A D | validationES1_autogen.h | 28 GLfixed ref); 31 GLfixed red, 32 GLfixed green, 33 GLfixed blue, 34 GLfixed alpha); 35 bool ValidateClearDepthx(const Context *context, angle::EntryPoint entryPoint, GLfixed depth); 46 const GLfixed *equation); 61 GLfixed red, 62 GLfixed green, 63 GLfixed blu [all...] |
H A D | Context_gles_1_0.cpp | 21 angle::Mat4 FixedMatrixToMat4(const GLfixed *m) in FixedMatrixToMat4() 44 void Context::alphaFuncx(AlphaTestFunc func, GLfixed ref) in alphaFuncx() 49 void Context::clearColorx(GLfixed red, GLfixed green, GLfixed blue, GLfixed alpha) in clearColorx() 55 void Context::clearDepthx(GLfixed depth) in clearDepthx() 71 void Context::clipPlanex(GLenum plane, const GLfixed *equation) in clipPlanex() 95 void Context::color4x(GLfixed red, GLfixed gree [all...] |
H A D | validationES1.cpp | 701 GLfixed ref) in ValidateAlphaFuncx() 709 GLfixed red, in ValidateClearColorx() 710 GLfixed green, in ValidateClearColorx() 711 GLfixed blue, in ValidateClearColorx() 712 GLfixed alpha) in ValidateClearColorx() 718 bool ValidateClearDepthx(const Context *context, angle::EntryPoint entryPoint, GLfixed depth) in ValidateClearDepthx() 743 const GLfixed *equation) in ValidateClipPlanex() 772 GLfixed red, in ValidateColor4x() 773 GLfixed green, in ValidateColor4x() 774 GLfixed blu in ValidateColor4x() [all...] |
/third_party/mesa3d/src/mapi/glapi/ |
H A D | glapi_dispatch.c | 112 GL_API void GL_APIENTRY glClipPlanex (GLenum plane, const GLfixed *equation); 113 GL_API void GL_APIENTRY glColor4x (GLfixed red, GLfixed green, GLfixed blue, GLfixed alpha); 115 GL_API void GL_APIENTRY glFogx (GLenum pname, GLfixed param); 116 GL_API void GL_APIENTRY glFogxv (GLenum pname, const GLfixed *params); 117 GL_API void GL_APIENTRY glFrustumx (GLfixed left, GLfixed right, GLfixed botto [all...] |
/third_party/skia/third_party/externals/angle2/src/libGLESv2/ |
H A D | entry_points_gles_1_0_autogen.h | 19 ANGLE_EXPORT void GL_APIENTRY GL_AlphaFuncx(GLenum func, GLfixed ref); 20 ANGLE_EXPORT void GL_APIENTRY GL_ClearColorx(GLfixed red, 21 GLfixed green, 22 GLfixed blue, 23 GLfixed alpha); 24 ANGLE_EXPORT void GL_APIENTRY GL_ClearDepthx(GLfixed depth); 27 ANGLE_EXPORT void GL_APIENTRY GL_ClipPlanex(GLenum plane, const GLfixed *equation); 30 ANGLE_EXPORT void GL_APIENTRY GL_Color4x(GLfixed red, GLfixed green, GLfixed blu [all...] |
H A D | entry_points_gles_1_0_autogen.cpp | 50 void GL_APIENTRY GL_AlphaFuncx(GLenum func, GLfixed ref) in GL_AlphaFuncx() 75 void GL_APIENTRY GL_ClearColorx(GLfixed red, GLfixed green, GLfixed blue, GLfixed alpha) in GL_ClearColorx() 100 void GL_APIENTRY GL_ClearDepthx(GLfixed depth) in GL_ClearDepthx() 169 void GL_APIENTRY GL_ClipPlanex(GLenum plane, const GLfixed *equation) in GL_ClipPlanex() 241 void GL_APIENTRY GL_Color4x(GLfixed red, GLfixed green, GLfixed blu [all...] |
/third_party/skia/third_party/externals/angle2/src/libANGLE/capture/ |
H A D | capture_gles_1_0_autogen.h | 29 GLfixed ref); 32 GLfixed red, 33 GLfixed green, 34 GLfixed blue, 35 GLfixed alpha); 36 angle::CallCapture CaptureClearDepthx(const State &glState, bool isCallValid, GLfixed depth); 47 const GLfixed *equation); 62 GLfixed red, 63 GLfixed green, 64 GLfixed blu [all...] |
H A D | capture_gles_1_0_params.cpp | 29 const GLfixed *equation, in CaptureClipPlanex_equation() 59 const GLfixed *param, in CaptureFogxv_param() 77 GLfixed *equation, in CaptureGetClipPlanex_equation() 86 GLfixed *params, in CaptureGetFixedv_params() 89 CaptureGetParameter(glState, pname, sizeof(GLfixed), paramCapture); in CaptureGetFixedv_params() 107 GLfixed *params, in CaptureGetLightxv_params() 128 GLfixed *params, in CaptureGetMaterialxv_params() 159 GLfixed *params, in CaptureGetTexEnvxv_params() 169 GLfixed *params, in CaptureGetTexParameterxv_params() 189 const GLfixed *para in CaptureLightModelxv_param() [all...] |
H A D | capture_gles_1_0_autogen.cpp | 39 GLfixed ref) in CaptureAlphaFuncx() 51 GLfixed red, in CaptureClearColorx() 52 GLfixed green, in CaptureClearColorx() 53 GLfixed blue, in CaptureClearColorx() 54 GLfixed alpha) in CaptureClearColorx() 66 CallCapture CaptureClearDepthx(const State &glState, bool isCallValid, GLfixed depth) in CaptureClearDepthx() 111 const GLfixed *equation) in CaptureClipPlanex() 127 InitParamValue(ParamType::TGLfixedConstPointer, static_cast<const GLfixed *>(nullptr), in CaptureClipPlanex() 171 GLfixed red, in CaptureColor4x() 172 GLfixed gree in CaptureColor4x() [all...] |
/third_party/mesa3d/include/GLES/ |
H A D | glext.h | 137 typedef void (GL_APIENTRYP PFNGLDRAWTEXXOESPROC) (GLfixed x, GLfixed y, GLfixed z, GLfixed width, GLfixed height); 140 typedef void (GL_APIENTRYP PFNGLDRAWTEXXVOESPROC) (const GLfixed *coords); 146 GL_API void GL_APIENTRY glDrawTexxOES (GLfixed x, GLfixed y, GLfixed z, GLfixed widt [all...] |
H A D | gl.h | 61 typedef khronos_int32_t GLfixed; typedef 443 GL_API void GL_APIENTRY glAlphaFuncx (GLenum func, GLfixed ref); 450 GL_API void GL_APIENTRY glClearColorx (GLfixed red, GLfixed green, GLfixed blue, GLfixed alpha); 451 GL_API void GL_APIENTRY glClearDepthx (GLfixed depth); 454 GL_API void GL_APIENTRY glClipPlanex (GLenum plane, const GLfixed *equation); 456 GL_API void GL_APIENTRY glColor4x (GLfixed red, GLfixed gree [all...] |
/third_party/openGLES/api/GLES/ |
H A D | glext.h | 118 typedef void (GL_APIENTRYP PFNGLDRAWTEXXOESPROC) (GLfixed x, GLfixed y, GLfixed z, GLfixed width, GLfixed height); 121 typedef void (GL_APIENTRYP PFNGLDRAWTEXXVOESPROC) (const GLfixed *coords); 127 GL_API void GL_APIENTRY glDrawTexxOES (GLfixed x, GLfixed y, GLfixed z, GLfixed widt [all...] |
H A D | gl.h | 42 typedef khronos_int32_t GLfixed; typedef 424 GL_API void GL_APIENTRY glAlphaFuncx (GLenum func, GLfixed ref); 431 GL_API void GL_APIENTRY glClearColorx (GLfixed red, GLfixed green, GLfixed blue, GLfixed alpha); 432 GL_API void GL_APIENTRY glClearDepthx (GLfixed depth); 435 GL_API void GL_APIENTRY glClipPlanex (GLenum plane, const GLfixed *equation); 437 GL_API void GL_APIENTRY glColor4x (GLfixed red, GLfixed gree [all...] |
/third_party/skia/third_party/externals/swiftshader/include/GLES/ |
H A D | glext.h | 137 typedef void (GL_APIENTRYP PFNGLDRAWTEXXOESPROC) (GLfixed x, GLfixed y, GLfixed z, GLfixed width, GLfixed height); 140 typedef void (GL_APIENTRYP PFNGLDRAWTEXXVOESPROC) (const GLfixed *coords); 146 GL_API void GL_APIENTRY glDrawTexxOES (GLfixed x, GLfixed y, GLfixed z, GLfixed widt [all...] |
H A D | gl.h | 61 typedef khronos_int32_t GLfixed; typedef 443 GL_API void GL_APIENTRY glAlphaFuncx (GLenum func, GLfixed ref); 450 GL_API void GL_APIENTRY glClearColorx (GLfixed red, GLfixed green, GLfixed blue, GLfixed alpha); 451 GL_API void GL_APIENTRY glClearDepthx (GLfixed depth); 454 GL_API void GL_APIENTRY glClipPlanex (GLenum plane, const GLfixed *equation); 456 GL_API void GL_APIENTRY glColor4x (GLfixed red, GLfixed gree [all...] |
/third_party/skia/third_party/externals/opengl-registry/api/GLES/ |
H A D | glext.h | 137 typedef void (GL_APIENTRYP PFNGLDRAWTEXXOESPROC) (GLfixed x, GLfixed y, GLfixed z, GLfixed width, GLfixed height); 140 typedef void (GL_APIENTRYP PFNGLDRAWTEXXVOESPROC) (const GLfixed *coords); 146 GL_API void GL_APIENTRY glDrawTexxOES (GLfixed x, GLfixed y, GLfixed z, GLfixed widt [all...] |
H A D | gl.h | 61 typedef khronos_int32_t GLfixed; typedef 443 GL_API void GL_APIENTRY glAlphaFuncx (GLenum func, GLfixed ref); 450 GL_API void GL_APIENTRY glClearColorx (GLfixed red, GLfixed green, GLfixed blue, GLfixed alpha); 451 GL_API void GL_APIENTRY glClearDepthx (GLfixed depth); 454 GL_API void GL_APIENTRY glClipPlanex (GLenum plane, const GLfixed *equation); 456 GL_API void GL_APIENTRY glColor4x (GLfixed red, GLfixed gree [all...] |
/third_party/skia/third_party/externals/angle2/include/GLES/ |
H A D | glext.h | 126 typedef void (GL_APIENTRYP PFNGLDRAWTEXXOESPROC) (GLfixed x, GLfixed y, GLfixed z, GLfixed width, GLfixed height); 129 typedef void (GL_APIENTRYP PFNGLDRAWTEXXVOESPROC) (const GLfixed *coords); 135 GL_API void GL_APIENTRY glDrawTexxOES (GLfixed x, GLfixed y, GLfixed z, GLfixed widt [all...] |
H A D | gl.h | 65 typedef khronos_int32_t GLfixed; typedef 447 typedef void (GL_APIENTRYP PFNGLALPHAFUNCXPROC) (GLenum func, GLfixed ref); 454 typedef void (GL_APIENTRYP PFNGLCLEARCOLORXPROC) (GLfixed red, GLfixed green, GLfixed blue, GLfixed alpha); 455 typedef void (GL_APIENTRYP PFNGLCLEARDEPTHXPROC) (GLfixed depth); 458 typedef void (GL_APIENTRYP PFNGLCLIPPLANEXPROC) (GLenum plane, const GLfixed *equation); 460 typedef void (GL_APIENTRYP PFNGLCOLOR4XPROC) (GLfixed red, GLfixed gree [all...] |
/third_party/skia/third_party/externals/angle2/src/libGLESv1_CM/ |
H A D | libGLESv1_CM.cpp | 213 void GL_APIENTRY glAlphaFuncx(GLenum func, GLfixed ref) in glAlphaFuncx() 248 void GL_APIENTRY glClearColorx(GLfixed red, GLfixed green, GLfixed blue, GLfixed alpha) in glClearColorx() 253 void GL_APIENTRY glClearDepthx(GLfixed depth) in glClearDepthx() 268 void GL_APIENTRY glClipPlanex(GLenum plane, const GLfixed *equation) in glClipPlanex() 278 void GL_APIENTRY glColor4x(GLfixed red, GLfixed green, GLfixed blu [all...] |
/third_party/mesa3d/src/mesa/main/ |
H A D | es1_conversion.c | 59 _mesa_ClipPlanex(GLenum plane, const GLfixed *equation) in _mesa_ClipPlanex() 72 _mesa_Color4x(GLfixed red, GLfixed green, GLfixed blue, GLfixed alpha) in _mesa_Color4x() 88 _mesa_DrawTexxOES(GLfixed x, GLfixed y, GLfixed z, GLfixed w, GLfixed [all...] |
/third_party/openGLES/api/GLES/1.0/ |
H A D | gl.h | 69 typedef int GLfixed; typedef 486 GLAPI void APIENTRY glColor4x (GLfixed red, GLfixed green, GLfixed blue, GLfixed alpha); 509 GLAPI void APIENTRY glFogx (GLenum pname, GLfixed param); 510 GLAPI void APIENTRY glFogxv (GLenum pname, const GLfixed *params); 513 GLAPI void APIENTRY glFrustumx (GLfixed left, GLfixed right, GLfixed botto [all...] |
/third_party/skia/third_party/externals/opengl-registry/api/GLES/1.0/ |
H A D | gl.h | 69 typedef int GLfixed; typedef 486 GLAPI void APIENTRY glColor4x (GLfixed red, GLfixed green, GLfixed blue, GLfixed alpha); 509 GLAPI void APIENTRY glFogx (GLenum pname, GLfixed param); 510 GLAPI void APIENTRY glFogxv (GLenum pname, const GLfixed *params); 513 GLAPI void APIENTRY glFrustumx (GLfixed left, GLfixed right, GLfixed botto [all...] |
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/gles1/ |
H A D | BasicDrawTest.cpp | 125 GLfixed depth_range[2]; in TEST_P() 135 GLfixed isSampleCoverage; in TEST_P() 136 GLfixed samplecoveragevalue; in TEST_P() 137 GLfixed samplecoverageinvert; in TEST_P()
|