Home
last modified time | relevance | path

Searched refs:GL_BUFFER_SIZE (Results 1 - 25 of 53) sorted by relevance

123

/third_party/vk-gl-cts/external/openglcts/modules/glesext/texture_buffer/
H A DesextcTextureBufferBufferParameters.cpp212 /* Query GL_BUFFER_SIZE without buffer object's data store initialized */ in iterate()
214 queryBufferParameteriv(m_glExtTokens.TEXTURE_BUFFER, GL_BUFFER_SIZE, 0 /* expected size */) && test_passed; in iterate()
216 queryBufferParameteri64v(m_glExtTokens.TEXTURE_BUFFER, GL_BUFFER_SIZE, 0 /* expected size */) && test_passed; in iterate()
221 /* Query GL_BUFFER_SIZE with buffer object's data store initialized */ in iterate()
222 test_passed = queryBufferParameteriv(m_glExtTokens.TEXTURE_BUFFER, GL_BUFFER_SIZE, m_bo_size /* expected size */) && in iterate()
224 test_passed = queryBufferParameteri64v(m_glExtTokens.TEXTURE_BUFFER, GL_BUFFER_SIZE, in iterate()
/third_party/vk-gl-cts/modules/gles2/functional/
H A Des2fBufferObjectQueryTests.cpp196 m_verifier->verifyInteger(m_testCtx, m_bufferTarget, GL_BUFFER_SIZE, 0); in testBuffer()
204 m_verifier->verifyInteger(m_testCtx, m_bufferTarget, GL_BUFFER_SIZE, len); in testBuffer()
H A Des2fNegativeStateApiTests.cpp487 glGetBufferParameteriv(-1, GL_BUFFER_SIZE, &params[0]); in init()
497 glGetBufferParameteriv(GL_ARRAY_BUFFER, GL_BUFFER_SIZE, &params[0]); in init()
/third_party/vk-gl-cts/modules/gles3/functional/
H A Des3fBufferObjectQueryTests.cpp282 m_verifier->verifyInteger64(m_testCtx, m_bufferTarget, GL_BUFFER_SIZE, 0); in testBuffer()
291 m_verifier->verifyInteger64(m_testCtx, m_bufferTarget, GL_BUFFER_SIZE, len); in testBuffer()
H A Des3fNegativeStateApiTests.cpp795 glGetBufferParameteriv(-1, GL_BUFFER_SIZE, &params); in init()
805 glGetBufferParameteriv(GL_ARRAY_BUFFER, GL_BUFFER_SIZE, &params); in init()
819 glGetBufferParameteri64v(-1, GL_BUFFER_SIZE, &params); in init()
829 glGetBufferParameteri64v(GL_ARRAY_BUFFER, GL_BUFFER_SIZE, &params); in init()
/third_party/vk-gl-cts/modules/gles31/functional/
H A Des31fNegativeStateApiTests.cpp1152 ctx.glGetBufferParameteriv(-1, GL_BUFFER_SIZE, &params); in get_buffer_parameteriv()
1162 ctx.glGetBufferParameteriv(GL_ARRAY_BUFFER, GL_BUFFER_SIZE, &params); in get_buffer_parameteriv()
1177 ctx.glGetBufferParameteri64v(-1, GL_BUFFER_SIZE, &params); in get_buffer_parameteri64v()
1187 ctx.glGetBufferParameteri64v(GL_ARRAY_BUFFER, GL_BUFFER_SIZE, &params); in get_buffer_parameteri64v()
/third_party/vk-gl-cts/external/openglcts/modules/gl/
H A Dgl4cDirectStateAccessXFBTests.cpp677 gl.getBufferParameteriv(GL_TRANSFORM_FEEDBACK_BUFFER, GL_BUFFER_SIZE, &allocated_size); in prepareObjects()
698 gl.getBufferParameteriv(GL_TRANSFORM_FEEDBACK_BUFFER, GL_BUFFER_SIZE, &allocated_size); in prepareObjects()
H A Dgl4cIndirectParametersTests.cpp153 gl.getBufferParameteriv(GL_PARAMETER_BUFFER_ARB, GL_BUFFER_SIZE, &bufferSize); in iterate()
H A Dgl4cDirectStateAccessBuffersTests.cpp2297 } test_values[] = { { GL_BUFFER_SIZE, "GL_BUFFER_SIZE", 0 }, in iterate()
3625 GL_BUFFER_SIZE, GL_BUFFER_STORAGE_FLAGS, GL_BUFFER_USAGE, in TestErrorsOfGetNamedBufferParameter()
3654 GL_BUFFER_SIZE, GL_BUFFER_STORAGE_FLAGS, GL_BUFFER_USAGE, in TestErrorsOfGetNamedBufferParameter()
5677 m_pGetNamedBufferParameteri64v(m_bo_out, GL_BUFFER_SIZE, &size); in CheckTransformFeedbackBufferSize()
H A Dgl4cBufferStorageTests.cpp2024 Buffer::GetNamedParameter(gl, buffer.m_id, GL_BUFFER_SIZE, &queried_size); in iterate()
2059 << "GetNamedBufferParameteriv reported invalid state of GL_BUFFER_SIZE: " << queried_size in iterate()
2069 Buffer::GetParameter(gl, GL_ARRAY_BUFFER, GL_BUFFER_SIZE, &queried_size); in iterate()
2094 << "GetBufferParameteriv reported invalid state of GL_BUFFER_SIZE: " << queried_size in iterate()
/third_party/openGLES/api/GLSC2/
H A Dglsc2.h98 #define GL_BUFFER_SIZE 0x8764 macro
/third_party/skia/third_party/externals/opengl-registry/api/GLSC2/
H A Dglsc2.h119 #define GL_BUFFER_SIZE 0x8764 macro
/third_party/mesa3d/include/GLES/
H A Dgl.h377 #define GL_BUFFER_SIZE 0x8764 macro
/third_party/openGLES/api/GLES/
H A Dgl.h358 #define GL_BUFFER_SIZE 0x8764 macro
/third_party/skia/third_party/externals/swiftshader/include/GLES/
H A Dgl.h377 #define GL_BUFFER_SIZE 0x8764 macro
/third_party/skia/third_party/externals/opengl-registry/api/GLES/
H A Dgl.h377 #define GL_BUFFER_SIZE 0x8764 macro
/third_party/glfw/deps/glad/
H A Dgles2.h196 #define GL_BUFFER_SIZE 0x8764 macro
/third_party/mesa3d/include/GLES2/
H A Dgl2.h127 #define GL_BUFFER_SIZE 0x8764 macro
/third_party/openGLES/api/GLES2/
H A Dgl2.h108 #define GL_BUFFER_SIZE 0x8764 macro
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/
H A Dfunctionsgl_enums.h354 #define GL_BUFFER_SIZE 0x8764 macro
/third_party/skia/third_party/externals/swiftshader/include/GLES2/
H A Dgl2.h127 #define GL_BUFFER_SIZE 0x8764 macro
/third_party/skia/third_party/externals/opengl-registry/api/GLES2/
H A Dgl2.h127 #define GL_BUFFER_SIZE 0x8764 macro
/third_party/skia/third_party/externals/angle2/include/GLES2/
H A Dgl2.h108 #define GL_BUFFER_SIZE 0x8764 macro
/third_party/skia/third_party/externals/angle2/include/GLES/
H A Dgl.h381 #define GL_BUFFER_SIZE 0x8764 macro
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/libGLESv2/
H A DlibGLESv3.cpp3077 case GL_BUFFER_SIZE: in GetBufferParameteri64v()

Completed in 62 milliseconds

123