Home
last modified time | relevance | path

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

/external/swiftshader/third_party/PowerVR_SDK/Builds/Include/GLES/
Dgl.h100 #define GL_CLIP_PLANE4 0x3004 macro
/external/swiftshader/include/GLES/
Dgl.h109 #define GL_CLIP_PLANE4 0x3004 macro
/external/mesa3d/include/GLES/
Dgl.h109 #define GL_CLIP_PLANE4 0x3004 macro
/external/swiftshader/src/OpenGL/libGLES_CM/
DlibGLES_CM.cpp1218 case GL_CLIP_PLANE4: context->setClipPlaneEnabled(4, false); break; in Disable()
1355 case GL_CLIP_PLANE4: context->setClipPlaneEnabled(4, true); break; in Enable()
2522 case GL_CLIP_PLANE4: return context->isClipPlaneEnabled(4); break; in IsEnabled()
/external/angle/src/libANGLE/
DState.cpp1198 case GL_CLIP_PLANE4: in setEnableFeature()
1326 case GL_CLIP_PLANE4: in getEnableFeature()
DvalidationES2.cpp702 case GL_CLIP_PLANE4: in ValidCap()
/external/angle/include/GLES/
Dgl.h113 #define GL_CLIP_PLANE4 0x3004 macro
/external/mesa3d/src/mesa/drivers/dri/radeon/
Dradeon_state.c1485 case GL_CLIP_PLANE4: in radeonEnable()
/external/mesa3d/src/mesa/drivers/dri/r200/
Dr200_state.c1679 case GL_CLIP_PLANE4: in r200Enable()
/external/mesa3d/include/GL/
Dgl.h316 #define GL_CLIP_PLANE4 0x3004 macro
/external/OpenCL-CTS/test_conformance/gl/GLEW/GL/
Dglew.h747 #define GL_CLIP_PLANE4 0x3004 macro
2060 #define GL_CLIP_DISTANCE4 GL_CLIP_PLANE4
/external/crosvm/gpu_renderer/src/generated/
Depoxy_egl.rs1606 pub const GL_CLIP_PLANE4: u32 = 12292; constant