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

/external/deqp/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
132 gl.getIntegerv(GL_MAX_CLIP_DISTANCES, &m_gl_max_clip_distances_value);
138 m_testCtx.getLog() << tcu::TestLog::Message << "glGetIntegerv(" << STR(GL_MAX_CLIP_DISTANCES)
157 m_testCtx.getLog() << tcu::TestLog::Message << "Value of " << STR(GL_MAX_CLIP_DISTANCES) << "is equal to "
234 GL_MAX_CLIP_DISTANCES. Expect that both values are equal. */
302 to GL_MAX_CLIP_DISTANCES passe
[all...]
H A Dgl4cLimitsTests.cpp77 { "max_clip_distances", GL_MAX_CLIP_DISTANCES, 8, 0, "gl_MaxClipDistances" },
H A Dgl3cCullDistanceTests.cpp2606 gl.getIntegerv(GL_MAX_CLIP_DISTANCES, &gl_max_clip_distances_value);
3021 * is lower than a sum of GL_MAX_CLIP_DISTANCES and GL_MAX_CLIP_CULL_DISTANCES.
3032 gl.getIntegerv(GL_MAX_CLIP_DISTANCES, &gl_max_clip_distances_value);
3040 "the sum of GL_MAX_CLIP_DISTANCES and GL_MAX_CULL_DISTANCES. Skipping."
/external/deqp/framework/opengl/
H A DgluStateReset.cpp684 gl.getIntegerv(GL_MAX_CLIP_DISTANCES, &numUserClipPlanes);
/external/deqp/framework/opengl/wrapper/
H A DglwEnums.inl180 #define GL_MAX_CLIP_DISTANCES 0x0D32
/external/mesa3d/include/GL/
H A Dglcorearb.h1011 #define GL_MAX_CLIP_DISTANCES 0x0D32 macro
H A Dglext.h892 #define GL_MAX_CLIP_DISTANCES 0x0D32 macro
/external/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

Completed in 284 milliseconds