/external/deqp/modules/gles3/functional/ |
D | es3fNegativeBufferApiTests.cpp | 322 glBindBufferRange(GL_ARRAY_BUFFER, 0, bufU, 0, 4); in init() 329 glBindBufferRange(GL_TRANSFORM_FEEDBACK_BUFFER, maxTFSize, bufTF, 0, 4); in init() 336 glBindBufferRange(GL_UNIFORM_BUFFER, maxUSize, bufU, 0, 4); in init() 341 glBindBufferRange(GL_UNIFORM_BUFFER, 0, bufU, 0, -1); in init() 343 glBindBufferRange(GL_UNIFORM_BUFFER, 0, bufU, 0, 0); in init() 348 glBindBufferRange(GL_TRANSFORM_FEEDBACK_BUFFER, 0, bufTF, 4, 5); in init() 350 glBindBufferRange(GL_TRANSFORM_FEEDBACK_BUFFER, 0, bufTF, 5, 4); in init() 352 glBindBufferRange(GL_TRANSFORM_FEEDBACK_BUFFER, 0, bufTF, 5, 7); in init() 359 glBindBufferRange(GL_UNIFORM_BUFFER, 0, bufU, alignment+1, 4); in init()
|
D | es3fIndexedStateQueryTests.cpp | 209 …glBindBufferRange(GL_TRANSFORM_FEEDBACK_BUFFER, feedbackOutputIndex, feedbackBuffers[1], rangeBuff… in testTransformFeedback() 380 …glBindBufferRange(GL_UNIFORM_BUFFER, uniformIndices[1], buffers[1], rangeBufferOffset, rangeBuffer… in testUniformBuffers()
|
/external/deqp/modules/gles31/functional/ |
D | es31fNegativeBufferApiTests.cpp | 322 ctx.glBindBufferRange(GL_ARRAY_BUFFER, 0, bufU, 0, 4); in bind_buffer_range() 329 ctx.glBindBufferRange(GL_TRANSFORM_FEEDBACK_BUFFER, maxTFSize, bufTF, 0, 4); in bind_buffer_range() 336 ctx.glBindBufferRange(GL_UNIFORM_BUFFER, maxUSize, bufU, 0, 4); in bind_buffer_range() 341 ctx.glBindBufferRange(GL_UNIFORM_BUFFER, 0, bufU, 0, -1); in bind_buffer_range() 343 ctx.glBindBufferRange(GL_UNIFORM_BUFFER, 0, bufU, 0, 0); in bind_buffer_range() 348 ctx.glBindBufferRange(GL_TRANSFORM_FEEDBACK_BUFFER, 0, bufTF, 4, 5); in bind_buffer_range() 350 ctx.glBindBufferRange(GL_TRANSFORM_FEEDBACK_BUFFER, 0, bufTF, 5, 4); in bind_buffer_range() 352 ctx.glBindBufferRange(GL_TRANSFORM_FEEDBACK_BUFFER, 0, bufTF, 5, 7); in bind_buffer_range() 359 ctx.glBindBufferRange(GL_UNIFORM_BUFFER, 0, bufU, alignment+1, 4); in bind_buffer_range()
|
D | es31fIndexedStateQueryTests.cpp | 256 gl.glBindBufferRange(m_bufferTarget, ndxB, *bufferB, 0, 8); in iterate() 357 gl.glBindBufferRange(m_bufferTarget, ndxB, *bufferB, offset, 8); in iterate() 444 gl.glBindBufferRange(m_bufferTarget, ndxB, *bufferB, 0, 8); in iterate()
|
/external/deqp/framework/egl/ |
D | egluStaticES30Library.inl | 13 { "glBindBufferRange", (deFunctionPtr)glBindBufferRange },
|
/external/deqp/doc/testspecs/GLES31/ |
D | functional.ssbo.txt | 30 - glBindBufferRange()
|
/external/deqp/doc/testspecs/GLES3/ |
D | functional.ubo.txt | 31 - glBindBufferRange()
|
/external/deqp/framework/opengl/wrapper/ |
D | glwInitES30Direct.inl | 13 gl->bindBufferRange = &glBindBufferRange;
|
D | glwInitES31Direct.inl | 14 gl->bindBufferRange = &glBindBufferRange;
|
D | glwInitES30.inl | 13 gl->bindBufferRange = (glBindBufferRangeFunc) loader->get("glBindBufferRange");
|
D | glwInitGL30.inl | 14 gl->bindBufferRange = (glBindBufferRangeFunc) loader->get("glBindBufferRange");
|
D | glwInitGL31.inl | 14 gl->bindBufferRange = (glBindBufferRangeFunc) loader->get("glBindBufferRange");
|
D | glwInitES31.inl | 14 gl->bindBufferRange = (glBindBufferRangeFunc) loader->get("glBindBufferRange");
|
D | glwInitGL32.inl | 14 gl->bindBufferRange = (glBindBufferRangeFunc) loader->get("glBindBufferRange");
|
D | glwInitGL33.inl | 14 gl->bindBufferRange = (glBindBufferRangeFunc) loader->get("glBindBufferRange");
|
D | glwInitGL40.inl | 15 gl->bindBufferRange = (glBindBufferRangeFunc) loader->get("glBindBufferRange");
|
D | glwInitGL41.inl | 16 gl->bindBufferRange = (glBindBufferRangeFunc) loader->get("glBindBufferRange");
|
D | glwInitGL42.inl | 16 gl->bindBufferRange = (glBindBufferRangeFunc) loader->get("glBindBufferRange");
|
D | glwInitGL44.inl | 16 gl->bindBufferRange = (glBindBufferRangeFunc) loader->get("glBindBufferRange");
|
D | glwInitGL43.inl | 16 gl->bindBufferRange = (glBindBufferRangeFunc) loader->get("glBindBufferRange");
|
D | glwInitGL45.inl | 16 gl->bindBufferRange = (glBindBufferRangeFunc) loader->get("glBindBufferRange");
|
/external/deqp/framework/opengl/simplereference/ |
D | sglrContextWrapper.hpp | 229 …void glBindBufferRange (deUint32 target, deUint32 index, deUint32 buffer, deIntptr offset, …
|
/external/deqp/framework/platform/null/ |
D | tcuNullRenderContextInitFuncs.inl | 16 gl->bindBufferRange = glBindBufferRange;
|
/external/deqp/modules/egl/ |
D | teglGetProcAddressTests.inl | 344 "glBindBufferRange",
|
/external/deqp/doc/ |
D | GLES3 Negative API Functions.txt | 183 o glBindBufferRange (GLenum target, GLuint index, GLuint buffer, GLintptr offset, GLsizeiptr size…
|