Searched refs:glBindBufferRange (Results 1 - 16 of 16) sorted by relevance

/external/deqp/modules/gles3/functional/
H A Des3fIndexedStateQueryTests.cpp209 glBindBufferRange(GL_TRANSFORM_FEEDBACK_BUFFER, feedbackOutputIndex, feedbackBuffers[1], rangeBufferOffset, rangeBufferSize);
380 glBindBufferRange(GL_UNIFORM_BUFFER, uniformIndices[1], buffers[1], rangeBufferOffset, rangeBufferSize);
H A Des3fNegativeBufferApiTests.cpp309 ES3F_ADD_API_CASE(bind_buffer_range, "Invalid glBindBufferRange() usage",
322 glBindBufferRange(GL_ARRAY_BUFFER, 0, bufU, 0, 4);
329 glBindBufferRange(GL_TRANSFORM_FEEDBACK_BUFFER, maxTFSize, bufTF, 0, 4);
336 glBindBufferRange(GL_UNIFORM_BUFFER, maxUSize, bufU, 0, 4);
341 glBindBufferRange(GL_UNIFORM_BUFFER, 0, bufU, 0, -1);
343 glBindBufferRange(GL_UNIFORM_BUFFER, 0, bufU, 0, 0);
348 glBindBufferRange(GL_TRANSFORM_FEEDBACK_BUFFER, 0, bufTF, 4, 5);
350 glBindBufferRange(GL_TRANSFORM_FEEDBACK_BUFFER, 0, bufTF, 5, 4);
352 glBindBufferRange(GL_TRANSFORM_FEEDBACK_BUFFER, 0, bufTF, 5, 7);
359 glBindBufferRange(GL_UNIFORM_BUFFE
[all...]
/external/deqp/modules/gles31/functional/
H A Des31fNegativeBufferApiTests.cpp322 ctx.glBindBufferRange(GL_ARRAY_BUFFER, 0, bufU, 0, 4);
329 ctx.glBindBufferRange(GL_TRANSFORM_FEEDBACK_BUFFER, maxTFSize, bufTF, 0, 4);
336 ctx.glBindBufferRange(GL_UNIFORM_BUFFER, maxUSize, bufU, 0, 4);
341 ctx.glBindBufferRange(GL_UNIFORM_BUFFER, 0, bufU, 0, -1);
343 ctx.glBindBufferRange(GL_UNIFORM_BUFFER, 0, bufU, 0, 0);
348 ctx.glBindBufferRange(GL_TRANSFORM_FEEDBACK_BUFFER, 0, bufTF, 4, 5);
350 ctx.glBindBufferRange(GL_TRANSFORM_FEEDBACK_BUFFER, 0, bufTF, 5, 4);
352 ctx.glBindBufferRange(GL_TRANSFORM_FEEDBACK_BUFFER, 0, bufTF, 5, 7);
359 ctx.glBindBufferRange(GL_UNIFORM_BUFFER, 0, bufU, alignment+1, 4);
1486 {bind_buffer_range, "bind_buffer_range", "Invalid glBindBufferRange() usag
[all...]
H A Des31fIndexedStateQueryTests.cpp254 const tcu::ScopedLogSection section(m_testCtx.getLog(), "Indexed", "After setting with glBindBufferRange");
256 gl.glBindBufferRange(m_bufferTarget, ndxB, *bufferB, 0, 8);
257 GLU_EXPECT_NO_ERROR(gl.glGetError(), "glBindBufferRange");
355 const tcu::ScopedLogSection section(m_testCtx.getLog(), "Indexed", "After setting with glBindBufferRange");
357 gl.glBindBufferRange(m_bufferTarget, ndxB, *bufferB, offset, 8);
442 const tcu::ScopedLogSection section(m_testCtx.getLog(), "Indexed", "After setting with glBindBufferRange");
444 gl.glBindBufferRange(m_bufferTarget, ndxB, *bufferB, 0, 8);
/external/deqp/framework/egl/
H A DegluStaticES30Library.inl13 { "glBindBufferRange", (deFunctionPtr)glBindBufferRange },
/external/deqp/framework/opengl/wrapper/
H A DglwInitES30Direct.inl13 gl->bindBufferRange = &glBindBufferRange;
H A DglwInitES31Direct.inl14 gl->bindBufferRange = &glBindBufferRange;
H A DglwApi.inl16 #define glBindBufferRange glwBindBufferRange
/external/deqp/framework/opengl/simplereference/
H A DsglrContextWrapper.hpp229 void glBindBufferRange (deUint32 target, deUint32 index, deUint32 buffer, deIntptr offset, deIntptr size);
/external/deqp/framework/platform/null/
H A DtcuNullRenderContextInitFuncs.inl16 gl->bindBufferRange = glBindBufferRange;
H A DtcuNullRenderContextFuncs.inl71 GLW_APICALL void GLW_APIENTRY glBindBufferRange (GLenum target, GLuint index, GLuint buffer, GLintptr offset, GLsizeiptr size)
/external/mesa3d/include/GL/
H A Dgl_mangle.h77 #define glBindBufferRange MANGLE(BindBufferRange) macro
H A Dglext.h6793 GLAPI void APIENTRY glBindBufferRange (GLenum target, GLuint index, GLuint buffer, GLintptr offset, GLsizeiptr size);
/external/deqp/framework/opengl/
H A DgluCallLogWrapperApi.inl16 void glBindBufferRange (glw::GLenum target, glw::GLuint index, glw::GLuint buffer, glw::GLintptr offset, glw::GLsizeiptr size);
H A DgluCallLogWrapper.inl77 void CallLogWrapper::glBindBufferRange (glw::GLenum target, glw::GLuint index, glw::GLuint buffer, glw::GLintptr offset, glw::GLsizeiptr size)
80 m_log << TestLog::Message << "glBindBufferRange(" << getBufferTargetStr(target) << ", " << index << ", " << buffer << ", " << offset << ", " << size << ");" << TestLog::EndMessage;
/external/robolectric/lib/main/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/internal/ com/android/internal/util/ ...

Completed in 178 milliseconds