/external/deqp/modules/gles3/functional/ |
H A D | es3fIndexedStateQueryTests.cpp | 209 glBindBufferRange(GL_TRANSFORM_FEEDBACK_BUFFER, feedbackOutputIndex, feedbackBuffers[1], rangeBufferOffset, rangeBufferSize); 380 glBindBufferRange(GL_UNIFORM_BUFFER, uniformIndices[1], buffers[1], rangeBufferOffset, rangeBufferSize);
|
H A D | es3fNegativeBufferApiTests.cpp | 309 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 D | es31fNegativeBufferApiTests.cpp | 322 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 D | es31fIndexedStateQueryTests.cpp | 254 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 D | egluStaticES30Library.inl | 13 { "glBindBufferRange", (deFunctionPtr)glBindBufferRange },
|
/external/deqp/framework/opengl/wrapper/ |
H A D | glwInitES30Direct.inl | 13 gl->bindBufferRange = &glBindBufferRange;
|
H A D | glwInitES31Direct.inl | 14 gl->bindBufferRange = &glBindBufferRange;
|
H A D | glwApi.inl | 16 #define glBindBufferRange glwBindBufferRange
|
/external/deqp/framework/opengl/simplereference/ |
H A D | sglrContextWrapper.hpp | 229 void glBindBufferRange (deUint32 target, deUint32 index, deUint32 buffer, deIntptr offset, deIntptr size);
|
/external/deqp/framework/platform/null/ |
H A D | tcuNullRenderContextInitFuncs.inl | 16 gl->bindBufferRange = glBindBufferRange;
|
H A D | tcuNullRenderContextFuncs.inl | 71 GLW_APICALL void GLW_APIENTRY glBindBufferRange (GLenum target, GLuint index, GLuint buffer, GLintptr offset, GLsizeiptr size)
|
/external/mesa3d/include/GL/ |
H A D | gl_mangle.h | 77 #define glBindBufferRange MANGLE(BindBufferRange) macro
|
H A D | glext.h | 6793 GLAPI void APIENTRY glBindBufferRange (GLenum target, GLuint index, GLuint buffer, GLintptr offset, GLsizeiptr size);
|
/external/deqp/framework/opengl/ |
H A D | gluCallLogWrapperApi.inl | 16 void glBindBufferRange (glw::GLenum target, glw::GLuint index, glw::GLuint buffer, glw::GLintptr offset, glw::GLsizeiptr size);
|
H A D | gluCallLogWrapper.inl | 77 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 D | android.jar | META-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/internal/ com/android/internal/util/ ... |