Home
last modified time | relevance | path

Searched refs:GL_PARAMETER_BUFFER_ARB (Results 1 - 11 of 11) sorted by relevance

/third_party/vk-gl-cts/external/openglcts/modules/gl/
H A Dgl4cIndirectParametersTests.cpp108 gl.bindBuffer(GL_PARAMETER_BUFFER_ARB, paramBuffer); in iterate()
123 gl.bufferData(GL_PARAMETER_BUFFER_ARB, 10 * sizeof(GLint), data, GL_DYNAMIC_DRAW); in iterate()
126 gl.bufferSubData(GL_PARAMETER_BUFFER_ARB, 2 * sizeof(GLint), 5 * sizeof(GLint), subData); in iterate()
130 GLvoid* buffer = gl.mapBuffer(GL_PARAMETER_BUFFER_ARB, GL_READ_ONLY); in iterate()
141 gl.getBufferPointerv(GL_PARAMETER_BUFFER_ARB, GL_BUFFER_MAP_POINTER, &bufferPointer); in iterate()
153 gl.getBufferParameteriv(GL_PARAMETER_BUFFER_ARB, GL_BUFFER_SIZE, &bufferSize); in iterate()
155 gl.getBufferParameteriv(GL_PARAMETER_BUFFER_ARB, GL_BUFFER_USAGE, &bufferUsage); in iterate()
171 gl.unmapBuffer(GL_PARAMETER_BUFFER_ARB); in iterate()
176 gl.mapBufferRange(GL_PARAMETER_BUFFER_ARB, 0, sizeof(GLint), GL_MAP_WRITE_BIT | GL_MAP_FLUSH_EXPLICIT_BIT); in iterate()
183 gl.flushMappedBufferRange(GL_PARAMETER_BUFFER_ARB, in iterate()
[all...]
H A Dgl4cShaderDrawParametersTests.cpp763 gl.bindBuffer(GL_PARAMETER_BUFFER_ARB, m_parameterBuffer); in initChild()
766 gl.bufferData(GL_PARAMETER_BUFFER_ARB, 3 * sizeof(GLushort), parameters, GL_STATIC_DRAW); in initChild()
833 gl.bindBuffer(GL_PARAMETER_BUFFER_ARB, m_parameterBuffer); in initChild()
836 gl.bufferData(GL_PARAMETER_BUFFER_ARB, 3 * sizeof(GLushort), parameters, GL_STATIC_DRAW); in initChild()
/third_party/mesa3d/src/mesa/main/
H A Dbufferobj.c178 case GL_PARAMETER_BUFFER_ARB: in buffer_target_to_bind_flags()
707 case GL_PARAMETER_BUFFER_ARB: in get_buffer_target()
/third_party/mesa3d/include/GL/
H A Dglcorearb.h3314 #define GL_PARAMETER_BUFFER_ARB 0x80EE macro
H A Dglext.h3607 #define GL_PARAMETER_BUFFER_ARB 0x80EE macro
/third_party/openGLES/api/GL/
H A Dglcorearb.h3295 #define GL_PARAMETER_BUFFER_ARB 0x80EE macro
H A Dglext.h3588 #define GL_PARAMETER_BUFFER_ARB 0x80EE macro
/third_party/skia/third_party/externals/swiftshader/include/GL/
H A Dglcorearb.h3351 #define GL_PARAMETER_BUFFER_ARB 0x80EE macro
H A Dglext.h3643 #define GL_PARAMETER_BUFFER_ARB 0x80EE macro
/third_party/skia/third_party/externals/opengl-registry/api/GL/
H A Dglcorearb.h3351 #define GL_PARAMETER_BUFFER_ARB 0x80EE macro
H A Dglext.h3643 #define GL_PARAMETER_BUFFER_ARB 0x80EE macro

Completed in 278 milliseconds