Home
last modified time | relevance | path

Searched refs:GL_CLIP_PLANE0 (Results 1 – 25 of 26) sorted by relevance

12

/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/gles1/
DClipPlaneTest.cpp46 GLenum plane = GL_CLIP_PLANE0 + i; in TEST_P()
68 glClipPlanef(GL_CLIP_PLANE0 + planeCount, nullptr); in TEST_P()
71 glClipPlanef(GL_CLIP_PLANE0 - 1, nullptr); in TEST_P()
74 glGetClipPlanef(GL_CLIP_PLANE0 + planeCount, nullptr); in TEST_P()
77 glGetClipPlanef(GL_CLIP_PLANE0 - 1, nullptr); in TEST_P()
90 GLenum plane = GL_CLIP_PLANE0 + i; in TEST_P()
/third_party/flutter/skia/third_party/externals/angle2/src/tests/gl_tests/gles1/
DClipPlaneTest.cpp46 GLenum plane = GL_CLIP_PLANE0 + i; in TEST_P()
68 glClipPlanef(GL_CLIP_PLANE0 + planeCount, nullptr); in TEST_P()
71 glClipPlanef(GL_CLIP_PLANE0 - 1, nullptr); in TEST_P()
74 glGetClipPlanef(GL_CLIP_PLANE0 + planeCount, nullptr); in TEST_P()
77 glGetClipPlanef(GL_CLIP_PLANE0 - 1, nullptr); in TEST_P()
90 GLenum plane = GL_CLIP_PLANE0 + i; in TEST_P()
/third_party/mesa3d/src/mesa/main/
Dclip.c61 p = (GLint) plane - (GLint) GL_CLIP_PLANE0; in _mesa_ClipPlane()
106 p = (GLint) (plane - GL_CLIP_PLANE0); in _mesa_GetClipPlane()
Dattrib.c354 enable->ClipPlanes, i, GL_CLIP_PLANE0 + i); in pop_enable_group()
1048 GL_CLIP_PLANE0 + i); in _mesa_PopAttrib()
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/
DContext_gles_1_0.cpp67 mState.gles1().setClipPlane(p - GL_CLIP_PLANE0, eqn); in clipPlanef()
79 mState.gles1().setClipPlane(plane - GL_CLIP_PLANE0, equationf); in clipPlanex()
182 mState.gles1().getClipPlane(plane - GL_CLIP_PLANE0, equation); in getClipPlanef()
189 mState.gles1().getClipPlane(plane - GL_CLIP_PLANE0, equationf); in getClipPlanex()
DState.cpp973 case GL_CLIP_PLANE0: in setEnableFeature()
979 mGLES1State.mClipPlanes[feature - GL_CLIP_PLANE0].enabled = enabled; in setEnableFeature()
1082 case GL_CLIP_PLANE0: in getEnableFeature()
1088 return mGLES1State.mClipPlanes[feature - GL_CLIP_PLANE0].enabled; in getEnableFeature()
DGLES1Renderer.cpp80 uniformBuffers.clipPlaneEnables[i] = glState->getEnableFeature(GL_CLIP_PLANE0 + i); in prepareForDraw()
394 uniformBuffers.clipPlaneEnables[i] = glState->getEnableFeature(GL_CLIP_PLANE0 + i); in prepareForDraw()
DvalidationES1.cpp351 if (plane < GL_CLIP_PLANE0 || plane >= GL_CLIP_PLANE0 + context->getCaps().maxClipPlanes) in ValidateClipPlaneCommon()
DvalidationES2.cpp830 case GL_CLIP_PLANE0: in ValidCap()
/third_party/skia/third_party/externals/angle2/src/libANGLE/
DContext_gles_1_0.cpp68 mState.gles1().setClipPlane(p - GL_CLIP_PLANE0, eqn); in clipPlanef()
80 mState.gles1().setClipPlane(plane - GL_CLIP_PLANE0, equationf); in clipPlanex()
185 mState.gles1().getClipPlane(plane - GL_CLIP_PLANE0, equation); in getClipPlanef()
192 mState.gles1().getClipPlane(plane - GL_CLIP_PLANE0, equationf); in getClipPlanex()
DState.cpp1376 case GL_CLIP_PLANE0: in setEnableFeature()
1382 mGLES1State.mClipPlanes[feature - GL_CLIP_PLANE0].enabled = enabled; in setEnableFeature()
1522 case GL_CLIP_PLANE0: in getEnableFeature()
1528 return mGLES1State.mClipPlanes[feature - GL_CLIP_PLANE0].enabled; in getEnableFeature()
DvalidationES1.cpp377 if (plane < GL_CLIP_PLANE0 || plane >= GL_CLIP_PLANE0 + context->getCaps().maxClipPlanes) in ValidateClipPlaneCommon()
DGLES1Renderer.cpp157 clipPlaneEnables[i] = glState->getEnableFeature(GL_CLIP_PLANE0 + i); in prepareForDraw()
DvalidationES2.cpp656 case GL_CLIP_PLANE0: in ValidCap()
/third_party/openGLES/api/GLES/
Dgl.h86 #define GL_CLIP_PLANE0 0x3000 macro
/third_party/mesa3d/include/GLES/
Dgl.h105 #define GL_CLIP_PLANE0 0x3000 macro
/third_party/skia/third_party/externals/swiftshader/include/GLES/
Dgl.h105 #define GL_CLIP_PLANE0 0x3000 macro
/third_party/skia/third_party/externals/opengl-registry/api/GLES/
Dgl.h105 #define GL_CLIP_PLANE0 0x3000 macro
/third_party/vk-gl-cts/external/openglcts/modules/gl/
Dgl3cClipDistance.cpp41 #define GL_CLIP_DISTANCE0 GL_CLIP_PLANE0
/third_party/skia/third_party/externals/angle2/include/GLES/
Dgl.h109 #define GL_CLIP_PLANE0 0x3000 macro
/third_party/flutter/skia/third_party/externals/angle2/include/GLES/
Dgl.h109 #define GL_CLIP_PLANE0 0x3000 macro
/third_party/mesa3d/include/GL/
Dgl.h310 #define GL_CLIP_PLANE0 0x3000 macro
/third_party/flutter/skia/third_party/externals/sdl/include/
DSDL_opengl.h365 #define GL_CLIP_PLANE0 0x3000 macro
/third_party/flutter/glfw/deps/glad/
Dglad.h661 #define GL_CLIP_PLANE0 0x3000 macro
/third_party/flutter/skia/third_party/externals/opencl-lib/3-0/include/GL/
Dglew.h313 #define GL_CLIP_PLANE0 0x3000 macro
1991 #define GL_CLIP_DISTANCE0 GL_CLIP_PLANE0

12