Home
last modified time | relevance | path

Searched refs:GL_CLIP_PLANE3 (Results 1 – 12 of 12) sorted by relevance

/external/swiftshader/third_party/PowerVR_SDK/Builds/Include/GLES/
Dgl.h99 #define GL_CLIP_PLANE3 0x3003 macro
/external/swiftshader/include/GLES/
Dgl.h108 #define GL_CLIP_PLANE3 0x3003 macro
/external/mesa3d/include/GLES/
Dgl.h108 #define GL_CLIP_PLANE3 0x3003 macro
/external/swiftshader/src/OpenGL/libGLES_CM/
DlibGLES_CM.cpp1217 case GL_CLIP_PLANE3: context->setClipPlaneEnabled(3, false); break; in Disable()
1354 case GL_CLIP_PLANE3: context->setClipPlaneEnabled(3, true); break; in Enable()
2521 case GL_CLIP_PLANE3: return context->isClipPlaneEnabled(3); break; in IsEnabled()
/external/angle/src/libANGLE/
DState.cpp1197 case GL_CLIP_PLANE3: in setEnableFeature()
1325 case GL_CLIP_PLANE3: in getEnableFeature()
DvalidationES2.cpp701 case GL_CLIP_PLANE3: in ValidCap()
/external/angle/include/GLES/
Dgl.h112 #define GL_CLIP_PLANE3 0x3003 macro
/external/mesa3d/src/mesa/drivers/dri/radeon/
Dradeon_state.c1484 case GL_CLIP_PLANE3: in radeonEnable()
/external/mesa3d/src/mesa/drivers/dri/r200/
Dr200_state.c1678 case GL_CLIP_PLANE3: in r200Enable()
/external/mesa3d/include/GL/
Dgl.h315 #define GL_CLIP_PLANE3 0x3003 macro
/external/OpenCL-CTS/test_conformance/gl/GLEW/GL/
Dglew.h746 #define GL_CLIP_PLANE3 0x3003 macro
2059 #define GL_CLIP_DISTANCE3 GL_CLIP_PLANE3
/external/crosvm/gpu_renderer/src/generated/
Depoxy_egl.rs1601 pub const GL_CLIP_PLANE3: u32 = 12291; constant