Searched refs:GL_MAX_VIEWPORTS (Results 1 - 13 of 13) sorted by relevance
/third_party/vk-gl-cts/external/openglcts/modules/gl/ |
H A D | gl4cLimitsTests.cpp | 85 { "max_viewports", GL_MAX_VIEWPORTS, 16, 0, "gl_MaxViewports" }, in init()
|
H A D | gl4cShaderViewportLayerArrayTests.cpp | 276 gl.getIntegerv(GL_MAX_VIEWPORTS, &maxViewports); in createMaxViewports()
|
/third_party/vk-gl-cts/external/openglcts/modules/common/ |
H A D | glcViewportArrayTests.cpp | 986 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 D | functionsgl_enums.h | 935 #define GL_MAX_VIEWPORTS 0x825B macro
|
H A D | renderergl_utils.cpp | 1426 // 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 D | glcorearb.h | 1891 #define GL_MAX_VIEWPORTS 0x825B macro
|
H A D | glext.h | 1839 #define GL_MAX_VIEWPORTS 0x825B macro
|
/third_party/openGLES/api/GL/ |
H A D | glcorearb.h | 1872 #define GL_MAX_VIEWPORTS 0x825B macro
|
H A D | glext.h | 1820 #define GL_MAX_VIEWPORTS 0x825B macro
|
/third_party/skia/third_party/externals/swiftshader/include/GL/ |
H A D | glcorearb.h | 1928 #define GL_MAX_VIEWPORTS 0x825B macro
|
H A D | glext.h | 1875 #define GL_MAX_VIEWPORTS 0x825B macro
|
/third_party/skia/third_party/externals/opengl-registry/api/GL/ |
H A D | glcorearb.h | 1928 #define GL_MAX_VIEWPORTS 0x825B macro
|
H A D | glext.h | 1875 #define GL_MAX_VIEWPORTS 0x825B macro
|
Completed in 252 milliseconds