/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/ |
H A D | RobustClientMemoryTest.cpp | 95 glGetIntegervRobustANGLE(GL_MAX_VIEWPORT_DIMS, 1, nullptr, &resultRobust); in TEST_P() 99 glGetIntegervRobustANGLE(GL_MAX_VIEWPORT_DIMS, 2, nullptr, maxViewportDims); in TEST_P()
|
H A D | DepthStencilFormatsTest.cpp | 858 glGetFloatv(GL_MAX_VIEWPORT_DIMS, viewport); in TEST_P()
|
/third_party/mesa3d/src/glx/apple/ |
H A D | apple_glx_pbuffer.c | 241 glGetIntegerv(GL_MAX_VIEWPORT_DIMS, ar); in get_max_size() 250 glGetIntegerv(GL_MAX_VIEWPORT_DIMS, ar); in get_max_size()
|
/third_party/openGLES/api/GLSC/1.0.1/ |
H A D | gl.h | 198 #define GL_MAX_VIEWPORT_DIMS 0x0D3A macro
|
/third_party/openGLES/api/GLSC/1.0/ |
H A D | gl.h | 202 #define GL_MAX_VIEWPORT_DIMS 0x0D3A macro
|
/third_party/skia/third_party/externals/angle2/src/tests/egl_tests/ |
H A D | EGLPrintEGLinfoTest.cpp | 199 QUERY_AND_LOG_CAPABILITY_ARRAY(GL_MAX_VIEWPORT_DIMS, kMaxViewPortDimsReturnValuesSize, stream); in LogGles2Capabilities()
|
/third_party/skia/third_party/externals/opengl-registry/api/GLSC/1.0/ |
H A D | gl.h | 202 #define GL_MAX_VIEWPORT_DIMS 0x0D3A macro
|
/third_party/skia/third_party/externals/opengl-registry/api/GLSC/1.0.1/ |
H A D | gl.h | 198 #define GL_MAX_VIEWPORT_DIMS 0x0D3A macro
|
/third_party/openGLES/api/GLES/1.0/ |
H A D | gl.h | 228 #define GL_MAX_VIEWPORT_DIMS 0x0D3A macro
|
/third_party/openGLES/api/GLSC2/ |
H A D | glsc2.h | 154 #define GL_MAX_VIEWPORT_DIMS 0x0D3A macro
|
/third_party/skia/third_party/externals/opengl-registry/api/GLES/1.0/ |
H A D | gl.h | 228 #define GL_MAX_VIEWPORT_DIMS 0x0D3A macro
|
/third_party/skia/third_party/externals/opengl-registry/api/GLSC2/ |
H A D | glsc2.h | 175 #define GL_MAX_VIEWPORT_DIMS 0x0D3A macro
|
/third_party/vk-gl-cts/modules/gles2/functional/ |
H A D | es2fIntegerStateQueryTests.cpp | 874 glGetIntegerv(GL_MAX_VIEWPORT_DIMS, maxViewportDimensions); in test() 961 m_verifier->verifyIntegerGreaterOrEqual2(m_testCtx, GL_MAX_VIEWPORT_DIMS, m_context.getRenderTarget().getWidth(), m_context.getRenderTarget().getHeight()); in test()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/ |
H A D | renderergl_utils.cpp | 772 QueryGLIntRange(functions, GL_MAX_VIEWPORT_DIMS, 0); // GL 1.0 / ES 2.0 in GenerateCaps() 774 QueryGLIntRange(functions, GL_MAX_VIEWPORT_DIMS, 1); // GL 1.0 / ES 2.0 in GenerateCaps()
|
H A D | functionsgl_enums.h | 93 #define GL_MAX_VIEWPORT_DIMS 0x0D3A macro
|
/third_party/mesa3d/include/GLES/ |
H A D | gl.h | 204 #define GL_MAX_VIEWPORT_DIMS 0x0D3A macro
|
/third_party/openGLES/api/GLES/ |
H A D | gl.h | 185 #define GL_MAX_VIEWPORT_DIMS 0x0D3A macro
|
/third_party/skia/third_party/externals/swiftshader/include/GLES/ |
H A D | gl.h | 204 #define GL_MAX_VIEWPORT_DIMS 0x0D3A macro
|
/third_party/skia/third_party/externals/opengl-registry/api/GLES/ |
H A D | gl.h | 204 #define GL_MAX_VIEWPORT_DIMS 0x0D3A macro
|
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/libGLESv2/ |
H A D | Context.cpp | 689 mState.viewportWidth = std::min<GLsizei>(width, IMPLEMENTATION_MAX_RENDERBUFFER_SIZE); // GL_MAX_VIEWPORT_DIMS[0] in setViewportParams() 690 mState.viewportHeight = std::min<GLsizei>(height, IMPLEMENTATION_MAX_RENDERBUFFER_SIZE); // GL_MAX_VIEWPORT_DIMS[1] in setViewportParams() 2070 case GL_MAX_VIEWPORT_DIMS: in getIntegerv() 2680 case GL_MAX_VIEWPORT_DIMS: in getQueryParameterInfo()
|
/third_party/vk-gl-cts/modules/gles3/functional/ |
H A D | es3fIntegerStateQueryTests.cpp | 1153 glGetIntegerv(GL_MAX_VIEWPORT_DIMS, maxViewportDimensions); in test() 1241 m_verifier->verifyIntegerGreaterOrEqual2(m_testCtx, GL_MAX_VIEWPORT_DIMS, m_context.getRenderTarget().getWidth(), m_context.getRenderTarget().getHeight()); in test()
|
/third_party/ffmpeg/libavdevice/ |
H A D | opengl_enc.c | 610 glGetIntegerv(GL_MAX_VIEWPORT_DIMS, &opengl->max_viewport_width); in opengl_read_limits()
|
/third_party/glfw/deps/glad/ |
H A D | gles2.h | 309 #define GL_MAX_VIEWPORT_DIMS 0x0D3A macro
|
/third_party/mesa3d/include/GLES2/ |
H A D | gl2.h | 181 #define GL_MAX_VIEWPORT_DIMS 0x0D3A macro
|
/third_party/openGLES/api/GLES2/ |
H A D | gl2.h | 162 #define GL_MAX_VIEWPORT_DIMS 0x0D3A macro
|