/third_party/vk-gl-cts/modules/gles2/ |
H A D | tes2CapabilityTests.cpp | 94 { "renderbuffer_size", "Maximum renderbuffer size", GL_MAX_RENDERBUFFER_SIZE }, in init()
|
/third_party/vk-gl-cts/external/openglcts/modules/gl/ |
H A D | gl4cLimitsTests.cpp | 84 { "max_renderbuffer_size", GL_MAX_RENDERBUFFER_SIZE, 16384, 0, "" }, in init()
|
/third_party/vk-gl-cts/modules/gles2/functional/ |
H A D | es2fImplementationLimitTests.cpp | 213 LIMIT_CASE(max_renderbuffer_size, GL_MAX_RENDERBUFFER_SIZE, GLint, 1); in init()
|
H A D | es2fNegativeBufferApiTests.cpp | 410 m_log << TestLog::Section("", "GL_INVALID_VALUE is generated if width or height is greater than GL_MAX_RENDERBUFFER_SIZE."); in init() 412 glGetIntegerv(GL_MAX_RENDERBUFFER_SIZE, &maxSize); in init()
|
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/ |
H A D | MaxTextureSizeTest.cpp | 63 glGetIntegerv(GL_MAX_RENDERBUFFER_SIZE, &mMaxRenderbufferSize);
|
/third_party/vk-gl-cts/framework/opengl/ |
H A D | gluFboRenderContext.cpp | 232 gl.getIntegerv(GL_MAX_RENDERBUFFER_SIZE, &maxSize); in createFramebuffer()
|
/third_party/vk-gl-cts/modules/gles3/functional/ |
H A D | es3fImplementationLimitTests.cpp | 445 LIMIT_CASE(max_renderbuffer_size, GL_MAX_RENDERBUFFER_SIZE, GLint, 2048); in init()
|
H A D | es3fNegativeBufferApiTests.cpp | 1088 m_log << TestLog::Section("", "GL_INVALID_VALUE is generated if width or height is greater than GL_MAX_RENDERBUFFER_SIZE."); in init() 1090 glGetIntegerv (GL_MAX_RENDERBUFFER_SIZE, &maxSize); in init() 1433 m_log << TestLog::Section("", "GL_INVALID_VALUE is generated if width or height is greater than GL_MAX_RENDERBUFFER_SIZE."); in init() 1435 glGetIntegerv (GL_MAX_RENDERBUFFER_SIZE, &maxSize); in init()
|
/third_party/skia/third_party/externals/angle2/src/tests/egl_tests/ |
H A D | EGLPrintEGLinfoTest.cpp | 191 QUERY_AND_LOG_CAPABILITY(GL_MAX_RENDERBUFFER_SIZE, stream); in LogGles2Capabilities()
|
/third_party/vk-gl-cts/framework/platform/null/ |
H A D | tcuNullRenderContext.cpp | 366 case GL_MAX_RENDERBUFFER_SIZE: in glGetIntegerv()
|
/third_party/openGLES/api/GLSC2/ |
H A D | glsc2.h | 319 #define GL_MAX_RENDERBUFFER_SIZE 0x84E8 macro
|
/third_party/mesa3d/src/mesa/main/ |
H A D | formatquery.c | 793 return GL_MAX_RENDERBUFFER_SIZE; in _equivalent_size_pname()
|
/third_party/skia/third_party/externals/opengl-registry/api/GLSC2/ |
H A D | glsc2.h | 340 #define GL_MAX_RENDERBUFFER_SIZE 0x84E8 macro
|
/third_party/vk-gl-cts/modules/gles31/functional/ |
H A D | es31fNegativeBufferApiTests.cpp | 1339 ctx.beginSection("GL_INVALID_VALUE is generated if width or height is greater than GL_MAX_RENDERBUFFER_SIZE."); in renderbuffer_storage() 1340 ctx.glGetIntegerv (GL_MAX_RENDERBUFFER_SIZE, &maxSize); in renderbuffer_storage() 1859 ctx.beginSection("GL_INVALID_VALUE is generated if width or height is greater than GL_MAX_RENDERBUFFER_SIZE."); in renderbuffer_storage_multisample() 1860 ctx.glGetIntegerv (GL_MAX_RENDERBUFFER_SIZE, &maxSize); in renderbuffer_storage_multisample()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/ |
H A D | renderergl_utils.cpp | 742 caps->maxRenderbufferSize = QuerySingleGLInt(functions, GL_MAX_RENDERBUFFER_SIZE); in GenerateCaps() 747 caps->maxRenderbufferSize = QuerySingleGLInt(functions, GL_MAX_RENDERBUFFER_SIZE); in GenerateCaps()
|
H A D | functionsgl_enums.h | 576 #define GL_MAX_RENDERBUFFER_SIZE 0x84E8 macro
|
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/libGLESv2/ |
H A D | Context.cpp | 1969 case GL_MAX_RENDERBUFFER_SIZE: *params = IMPLEMENTATION_MAX_RENDERBUFFER_SIZE; return true; in getIntegerv() 2544 case GL_MAX_RENDERBUFFER_SIZE: in getQueryParameterInfo()
|
/third_party/glfw/deps/glad/ |
H A D | gles2.h | 302 #define GL_MAX_RENDERBUFFER_SIZE 0x84E8 macro
|
/third_party/mesa3d/include/GLES2/ |
H A D | gl2.h | 381 #define GL_MAX_RENDERBUFFER_SIZE 0x84E8 macro
|
/third_party/openGLES/api/GLES2/ |
H A D | gl2.h | 362 #define GL_MAX_RENDERBUFFER_SIZE 0x84E8 macro
|
/third_party/skia/third_party/externals/swiftshader/include/GLES2/ |
H A D | gl2.h | 381 #define GL_MAX_RENDERBUFFER_SIZE 0x84E8 macro
|
/third_party/skia/third_party/externals/opengl-registry/api/GLES2/ |
H A D | gl2.h | 381 #define GL_MAX_RENDERBUFFER_SIZE 0x84E8 macro
|
/third_party/skia/third_party/externals/angle2/include/GLES2/ |
H A D | gl2.h | 362 #define GL_MAX_RENDERBUFFER_SIZE 0x84E8 macro
|
/third_party/vk-gl-cts/modules/glshared/ |
H A D | glsShaderExecUtil.cpp | 570 const int maxRenderbufferSize = queryInt(gl, GL_MAX_RENDERBUFFER_SIZE); in execute()
|
/third_party/vk-gl-cts/external/openglcts/modules/common/ |
H A D | glcInternalformatTests.cpp | 1122 gl.getIntegerv(GL_MAX_RENDERBUFFER_SIZE, &maxRenderbufferSize); in iterate()
|