Home
last modified time | relevance | path

Searched refs:GL_MAX_RENDERBUFFER_SIZE (Results 1 - 25 of 56) sorted by relevance

123

/third_party/vk-gl-cts/modules/gles2/
H A Dtes2CapabilityTests.cpp94 { "renderbuffer_size", "Maximum renderbuffer size", GL_MAX_RENDERBUFFER_SIZE }, in init()
/third_party/vk-gl-cts/external/openglcts/modules/gl/
H A Dgl4cLimitsTests.cpp84 { "max_renderbuffer_size", GL_MAX_RENDERBUFFER_SIZE, 16384, 0, "" }, in init()
/third_party/vk-gl-cts/modules/gles2/functional/
H A Des2fImplementationLimitTests.cpp213 LIMIT_CASE(max_renderbuffer_size, GL_MAX_RENDERBUFFER_SIZE, GLint, 1); in init()
H A Des2fNegativeBufferApiTests.cpp410 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 DMaxTextureSizeTest.cpp63 glGetIntegerv(GL_MAX_RENDERBUFFER_SIZE, &mMaxRenderbufferSize);
/third_party/vk-gl-cts/framework/opengl/
H A DgluFboRenderContext.cpp232 gl.getIntegerv(GL_MAX_RENDERBUFFER_SIZE, &maxSize); in createFramebuffer()
/third_party/vk-gl-cts/modules/gles3/functional/
H A Des3fImplementationLimitTests.cpp445 LIMIT_CASE(max_renderbuffer_size, GL_MAX_RENDERBUFFER_SIZE, GLint, 2048); in init()
H A Des3fNegativeBufferApiTests.cpp1088 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 DEGLPrintEGLinfoTest.cpp191 QUERY_AND_LOG_CAPABILITY(GL_MAX_RENDERBUFFER_SIZE, stream); in LogGles2Capabilities()
/third_party/vk-gl-cts/framework/platform/null/
H A DtcuNullRenderContext.cpp366 case GL_MAX_RENDERBUFFER_SIZE: in glGetIntegerv()
/third_party/openGLES/api/GLSC2/
H A Dglsc2.h319 #define GL_MAX_RENDERBUFFER_SIZE 0x84E8 macro
/third_party/mesa3d/src/mesa/main/
H A Dformatquery.c793 return GL_MAX_RENDERBUFFER_SIZE; in _equivalent_size_pname()
/third_party/skia/third_party/externals/opengl-registry/api/GLSC2/
H A Dglsc2.h340 #define GL_MAX_RENDERBUFFER_SIZE 0x84E8 macro
/third_party/vk-gl-cts/modules/gles31/functional/
H A Des31fNegativeBufferApiTests.cpp1339 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 Drenderergl_utils.cpp742 caps->maxRenderbufferSize = QuerySingleGLInt(functions, GL_MAX_RENDERBUFFER_SIZE); in GenerateCaps()
747 caps->maxRenderbufferSize = QuerySingleGLInt(functions, GL_MAX_RENDERBUFFER_SIZE); in GenerateCaps()
H A Dfunctionsgl_enums.h576 #define GL_MAX_RENDERBUFFER_SIZE 0x84E8 macro
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/libGLESv2/
H A DContext.cpp1969 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 Dgles2.h302 #define GL_MAX_RENDERBUFFER_SIZE 0x84E8 macro
/third_party/mesa3d/include/GLES2/
H A Dgl2.h381 #define GL_MAX_RENDERBUFFER_SIZE 0x84E8 macro
/third_party/openGLES/api/GLES2/
H A Dgl2.h362 #define GL_MAX_RENDERBUFFER_SIZE 0x84E8 macro
/third_party/skia/third_party/externals/swiftshader/include/GLES2/
H A Dgl2.h381 #define GL_MAX_RENDERBUFFER_SIZE 0x84E8 macro
/third_party/skia/third_party/externals/opengl-registry/api/GLES2/
H A Dgl2.h381 #define GL_MAX_RENDERBUFFER_SIZE 0x84E8 macro
/third_party/skia/third_party/externals/angle2/include/GLES2/
H A Dgl2.h362 #define GL_MAX_RENDERBUFFER_SIZE 0x84E8 macro
/third_party/vk-gl-cts/modules/glshared/
H A DglsShaderExecUtil.cpp570 const int maxRenderbufferSize = queryInt(gl, GL_MAX_RENDERBUFFER_SIZE); in execute()
/third_party/vk-gl-cts/external/openglcts/modules/common/
H A DglcInternalformatTests.cpp1122 gl.getIntegerv(GL_MAX_RENDERBUFFER_SIZE, &maxRenderbufferSize); in iterate()

Completed in 71 milliseconds

123