HomeSort by relevance Sort by last modified time
    Searched refs:glBindBufferRange (Results 1 - 22 of 22) sorted by null

  /external/deqp/framework/egl/
egluStaticES30Library.inl 39 { "glBindBufferRange", (deFunctionPtr)glBindBufferRange },
  /external/deqp/modules/gles3/functional/
es3fIndexedStateQueryTests.cpp 209 glBindBufferRange(GL_TRANSFORM_FEEDBACK_BUFFER, feedbackOutputIndex, feedbackBuffers[1], rangeBufferOffset, rangeBufferSize);
380 glBindBufferRange(GL_UNIFORM_BUFFER, uniformIndices[1], buffers[1], rangeBufferOffset, rangeBufferSize);
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_BUFFER, 0, bufU, alignment+1, 4)
    [all...]
  /external/deqp/modules/gles31/functional/
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);
    [all...]
  /development/ndk/platforms/android-18/samples/gles3jni/jni/
gl3stub.c 57 FIND_PROC(glBindBufferRange);
163 !glBindBufferRange ||
275 GL_APICALL void (* GL_APIENTRY glBindBufferRange) (GLenum target, GLuint index, GLuint buffer, GLintptr offset, GLsizeiptr size);
gl3stub.h 417 extern GL_APICALL void (* GL_APIENTRY glBindBufferRange) (GLenum target, GLuint index, GLuint buffer, GLintptr offset, GLsizeiptr size);
    [all...]
  /development/ndk/sources/android/ndk_helper/
gl3stub.c 58 FIND_PROC( glBindBufferRange );
141 || !glBindBufferRange || !glBindBufferBase || !glTransformFeedbackVaryings
304 GL_APICALL void (* GL_APIENTRY glBindBufferRange)( GLenum target,
gl3stub.h 427 extern GL_APICALL void (* GL_APIENTRY glBindBufferRange) (GLenum target, GLuint index, GLuint buffer, GLintptr offset, GLsizeiptr size);
    [all...]
  /external/deqp/framework/opengl/wrapper/
glwInitES30Direct.inl 181 gl->bindBufferRange = &glBindBufferRange;
glwApi.inl 216 #define glBindBufferRange glwBindBufferRange
    [all...]
  /external/deqp/framework/platform/null/
tcuNullRenderContextInitFuncs.inl 216 gl->bindBufferRange = glBindBufferRange;
tcuNullRenderContextFuncs.inl 1417 GLW_APICALL void GLW_APIENTRY glBindBufferRange (GLenum target, GLuint index, GLuint buffer, GLintptr offset, GLsizeiptr size)
    [all...]
  /external/deqp/framework/opengl/simplereference/
sglrContextWrapper.hpp 229 void glBindBufferRange (deUint32 target, deUint32 index, deUint32 buffer, deIntptr offset, deIntptr size);
  /development/ndk/platforms/android-18/include/GLES3/
gl3.h     [all...]
  /external/chromium_org/third_party/angle/include/GLES3/
gl3.h     [all...]
  /external/deqp/framework/opengl/
gluCallLogWrapperApi.inl 216 void glBindBufferRange (glw::GLenum target, glw::GLuint index, glw::GLuint buffer, glw::GLintptr offset, glw::GLsizeiptr size);
    [all...]
gluCallLogWrapper.inl     [all...]
  /external/chromium_org/third_party/mesa/src/include/GL/
gl_mangle.h 77 #define glBindBufferRange MANGLE(BindBufferRange)
    [all...]
glext.h     [all...]
  /external/mesa3d/include/GL/
gl_mangle.h 77 #define glBindBufferRange MANGLE(BindBufferRange)
    [all...]
glext.h     [all...]
  /external/chromium_org/third_party/angle/src/libGLESv2/
libGLESv2.cpp     [all...]

Completed in 98 milliseconds