Home
last modified time | relevance | path

Searched refs:GL_BUFFER_SIZE (Results 1 – 25 of 67) sorted by relevance

123

/third_party/vk-gl-cts/external/openglcts/modules/glesext/texture_buffer/
DesextcTextureBufferBufferParameters.cpp214 …queryBufferParameteriv(m_glExtTokens.TEXTURE_BUFFER, GL_BUFFER_SIZE, 0 /* expected size */) && tes… in iterate()
216 …queryBufferParameteri64v(m_glExtTokens.TEXTURE_BUFFER, GL_BUFFER_SIZE, 0 /* expected size */) && t… in iterate()
222 …test_passed = queryBufferParameteriv(m_glExtTokens.TEXTURE_BUFFER, GL_BUFFER_SIZE, m_bo_size /* ex… in iterate()
224 test_passed = queryBufferParameteri64v(m_glExtTokens.TEXTURE_BUFFER, GL_BUFFER_SIZE, in iterate()
/third_party/vk-gl-cts/modules/gles2/functional/
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()
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/
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()
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/
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/
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()
Dgl4cIndirectParametersTests.cpp153 gl.getBufferParameteriv(GL_PARAMETER_BUFFER_ARB, GL_BUFFER_SIZE, &bufferSize); in iterate()
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()
Dgl4cBufferStorageTests.cpp2024 Buffer::GetNamedParameter(gl, buffer.m_id, GL_BUFFER_SIZE, &queried_size); in iterate()
2069 Buffer::GetParameter(gl, GL_ARRAY_BUFFER, GL_BUFFER_SIZE, &queried_size); in iterate()
/third_party/openGLES/api/GLSC2/
Dglsc2.h98 #define GL_BUFFER_SIZE 0x8764 macro
/third_party/skia/third_party/externals/opengl-registry/api/GLSC2/
Dglsc2.h119 #define GL_BUFFER_SIZE 0x8764 macro
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/
Dfunctionsgl_enums.h354 #define GL_BUFFER_SIZE 0x8764 macro
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/
Dfunctionsgl_enums.h354 #define GL_BUFFER_SIZE 0x8764 macro
/third_party/flutter/skia/third_party/externals/sdl/include/
DSDL_opengles2_gl2.h124 #define GL_BUFFER_SIZE 0x8764 macro
/third_party/openGLES/api/GLES/
Dgl.h358 #define GL_BUFFER_SIZE 0x8764 macro
/third_party/mesa3d/include/GLES/
Dgl.h377 #define GL_BUFFER_SIZE 0x8764 macro
/third_party/skia/third_party/externals/swiftshader/include/GLES/
Dgl.h377 #define GL_BUFFER_SIZE 0x8764 macro
/third_party/skia/third_party/externals/opengl-registry/api/GLES/
Dgl.h377 #define GL_BUFFER_SIZE 0x8764 macro
/third_party/skia/third_party/externals/angle2/include/GLES/
Dgl.h381 #define GL_BUFFER_SIZE 0x8764 macro
/third_party/mesa3d/include/GLES2/
Dgl2.h127 #define GL_BUFFER_SIZE 0x8764 macro
/third_party/flutter/skia/third_party/externals/angle2/include/GLES/
Dgl.h381 #define GL_BUFFER_SIZE 0x8764 macro
/third_party/skia/third_party/externals/angle2/include/GLES2/
Dgl2.h108 #define GL_BUFFER_SIZE 0x8764 macro
/third_party/openGLES/api/GLES2/
Dgl2.h108 #define GL_BUFFER_SIZE 0x8764 macro
/third_party/flutter/skia/third_party/externals/angle2/include/GLES2/
Dgl2.h127 #define GL_BUFFER_SIZE 0x8764 macro

123