Home
last modified time | relevance | path

Searched refs:GL_MAX_VIEWPORTS (Results 1 - 13 of 13) sorted by relevance

/third_party/vk-gl-cts/external/openglcts/modules/gl/
H A Dgl4cLimitsTests.cpp85 { "max_viewports", GL_MAX_VIEWPORTS, 16, 0, "gl_MaxViewports" }, in init()
H A Dgl4cShaderViewportLayerArrayTests.cpp276 gl.getIntegerv(GL_MAX_VIEWPORTS, &maxViewports); in createMaxViewports()
/third_party/vk-gl-cts/external/openglcts/modules/common/
H A DglcViewportArrayTests.cpp986 checkGLError(GL_INVALID_VALUE, "depthRangeArray, <first> == GL_MAX_VIEWPORTS", test_result); in depthRangeArrayHelper()
989 checkGLError(GL_NO_ERROR, "depthRangeArray, <first> + <count> == GL_MAX_VIEWPORTS", test_result); in depthRangeArrayHelper()
992 checkGLError(GL_INVALID_VALUE, "depthRangeArray, <first> + <count> > GL_MAX_VIEWPORTS", test_result); in depthRangeArrayHelper()
1002 checkGLError(GL_NO_ERROR, "depthRangeIndexed, <index> == GL_MAX_VIEWPORTS - 1", test_result); in depthRangeIndexedHelper()
1005 checkGLError(GL_INVALID_VALUE, "depthRangeIndexed, <index> == GL_MAX_VIEWPORTS", test_result); in depthRangeIndexedHelper()
1008 checkGLError(GL_INVALID_VALUE, "depthRangeIndexed, <index> > GL_MAX_VIEWPORTS", test_result); in depthRangeIndexedHelper()
1017 checkGLError(GL_NO_ERROR, "getDouble/Floati_v, <index> == GL_MAX_VIEWPORTS - 1", test_result); in getDepthHelper()
1020 checkGLError(GL_INVALID_VALUE, "getDouble/Floati_v, <index> == GL_MAX_VIEWPORTS", test_result); in getDepthHelper()
1043 gl.getIntegerv(GL_MAX_VIEWPORTS, &max_viewports); in iterate()
1094 checkGLError(GL_INVALID_VALUE, "viewportArrayv, <first> == GL_MAX_VIEWPORTS", test_resul in iterate()
[all...]
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/
H A Dfunctionsgl_enums.h935 #define GL_MAX_VIEWPORTS 0x825B macro
H A Drenderergl_utils.cpp1426 // GL_MAX_VIEWPORTS is guaranteed to be at least 16. in GenerateCaps()
1427 const int maxViewports = QuerySingleGLInt(functions, GL_MAX_VIEWPORTS); in GenerateCaps()
/third_party/mesa3d/include/GL/
H A Dglcorearb.h1891 #define GL_MAX_VIEWPORTS 0x825B macro
H A Dglext.h1839 #define GL_MAX_VIEWPORTS 0x825B macro
/third_party/openGLES/api/GL/
H A Dglcorearb.h1872 #define GL_MAX_VIEWPORTS 0x825B macro
H A Dglext.h1820 #define GL_MAX_VIEWPORTS 0x825B macro
/third_party/skia/third_party/externals/swiftshader/include/GL/
H A Dglcorearb.h1928 #define GL_MAX_VIEWPORTS 0x825B macro
H A Dglext.h1875 #define GL_MAX_VIEWPORTS 0x825B macro
/third_party/skia/third_party/externals/opengl-registry/api/GL/
H A Dglcorearb.h1928 #define GL_MAX_VIEWPORTS 0x825B macro
H A Dglext.h1875 #define GL_MAX_VIEWPORTS 0x825B macro

Completed in 252 milliseconds