Home
last modified time | relevance | path

Searched refs:GL_MAX_CLIP_DISTANCES (Results 1 - 14 of 14) sorted by relevance

/third_party/vk-gl-cts/external/openglcts/modules/gl/
H A Dgl3cClipDistance.cpp44 /* In OpenGL 3.0 specification GL_MAX_CLIP_DISTANCES is named GL_MAX_CLIP_PLANES */
45 #ifndef GL_MAX_CLIP_DISTANCES
46 #define GL_MAX_CLIP_DISTANCES GL_MAX_CLIP_PLANES macro
118 /* @brief glGet GL_MAX_CLIP_DISTANCES limit coverage test.
126 /* Check that calling GetIntegerv with GL_MAX_CLIP_DISTANCES doesn't in MaxClipDistancesValueTest()
132 gl.getIntegerv(GL_MAX_CLIP_DISTANCES, &m_gl_max_clip_distances_value); in MaxClipDistancesValueTest()
138 m_testCtx.getLog() << tcu::TestLog::Message << "glGetIntegerv(" << STR(GL_MAX_CLIP_DISTANCES) in MaxClipDistancesValueTest()
157 m_testCtx.getLog() << tcu::TestLog::Message << "Value of " << STR(GL_MAX_CLIP_DISTANCES) << "is equal to " in MaxClipDistancesValueTest()
234 GL_MAX_CLIP_DISTANCES. Expect that both values are equal. */ in MaxClipDistancesValueInVertexShaderTest()
302 to GL_MAX_CLIP_DISTANCES passe in MaxClipDistancesValueInFragmentShaderTest()
[all...]
H A Dgl4cLimitsTests.cpp77 { "max_clip_distances", GL_MAX_CLIP_DISTANCES, 8, 0, "gl_MaxClipDistances" }, in init()
H A Dgl3cCullDistanceTests.cpp2625 gl.getIntegerv(GL_MAX_CLIP_DISTANCES, &gl_max_clip_distances_value); in iterate()
3040 * is lower than a sum of GL_MAX_CLIP_DISTANCES and GL_MAX_CLIP_CULL_DISTANCES. in iterate()
3051 gl.getIntegerv(GL_MAX_CLIP_DISTANCES, &gl_max_clip_distances_value); in iterate()
3059 "the sum of GL_MAX_CLIP_DISTANCES and GL_MAX_CULL_DISTANCES. Skipping." in iterate()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/
H A Dfunctionsgl_enums.h573 #define GL_MAX_CLIP_DISTANCES 0x0D32 macro
/third_party/vk-gl-cts/framework/opengl/
H A DgluStateReset.cpp684 gl.getIntegerv(GL_MAX_CLIP_DISTANCES, &numUserClipPlanes); in resetStateGLCore()
/third_party/glfw/deps/glad/
H A Dgl.h765 #define GL_MAX_CLIP_DISTANCES 0x0D32 macro
/third_party/mesa3d/include/GL/
H A Dglcorearb.h1011 #define GL_MAX_CLIP_DISTANCES 0x0D32 macro
H A Dglext.h893 #define GL_MAX_CLIP_DISTANCES 0x0D32 macro
/third_party/openGLES/api/GL/
H A Dglcorearb.h992 #define GL_MAX_CLIP_DISTANCES 0x0D32 macro
H A Dglext.h874 #define GL_MAX_CLIP_DISTANCES 0x0D32 macro
/third_party/skia/third_party/externals/swiftshader/include/GL/
H A Dglcorearb.h1011 #define GL_MAX_CLIP_DISTANCES 0x0D32 macro
H A Dglext.h892 #define GL_MAX_CLIP_DISTANCES 0x0D32 macro
/third_party/skia/third_party/externals/opengl-registry/api/GL/
H A Dglcorearb.h1011 #define GL_MAX_CLIP_DISTANCES 0x0D32 macro
H A Dglext.h892 #define GL_MAX_CLIP_DISTANCES 0x0D32 macro

Completed in 266 milliseconds