Home
last modified time | relevance | path

Searched refs:bindBufferRange (Results 1 – 25 of 51) sorted by relevance

123

/external/angle/src/libANGLE/renderer/gl/
DTransformFeedbackGL.cpp97 mFunctions->bindBufferRange( in bindIndexedBuffer()
DDispatchTableGL_autogen.cpp696 ASSIGN("glBindBufferRange", bindBufferRange); in initProcsDesktopGL()
1107 ASSIGN("glBindBufferRangeEXT", bindBufferRange); in initProcsDesktopGL()
1434 ASSIGN("glBindBufferRange", bindBufferRange); in initProcsDesktopGL()
2427 ASSIGN("glBindBufferRange", bindBufferRange); in initProcsGLES()
3484 bindBufferRange = &glBindBufferRangeNULL; in initProcsDesktopGLNULL()
3894 bindBufferRange = &glBindBufferRangeNULL; in initProcsDesktopGLNULL()
4221 bindBufferRange = &glBindBufferRangeNULL; in initProcsDesktopGLNULL()
5213 bindBufferRange = &glBindBufferRangeNULL; in initProcsGLESNULL()
DStateManagerGL.cpp457 void StateManagerGL::bindBufferRange(gl::BufferBinding target, in bindBufferRange() function in rx::StateManagerGL
473 mFunctions->bindBufferRange(gl::ToGLenum(target), static_cast<GLuint>(index), buffer, in bindBufferRange()
963 bindBufferRange(gl::BufferBinding::ShaderStorage, binding, bufferGL->getBufferID(), in updateProgramStorageBufferBindings()
992 bindBufferRange(gl::BufferBinding::Uniform, binding, bufferGL->getBufferID(), in updateProgramUniformBufferBindings()
1019 bindBufferRange(gl::BufferBinding::AtomicCounter, binding, bufferGL->getBufferID(), in updateProgramAtomicCounterBufferBindings()
DStateManagerGL.h171 void bindBufferRange(gl::BufferBinding target,
DDispatchTableGL_autogen.h260 PFNGLBINDBUFFERRANGEPROC bindBufferRange = nullptr; variable
/external/deqp/framework/opengl/
DgluES3PlusWrapperFuncs.inl14 dst->bindBufferRange = src.bindBufferRange;
/external/deqp/framework/opengl/wrapper/
DglwInitES30Direct.inl13 gl->bindBufferRange = &glBindBufferRange;
DglwInitES31Direct.inl14 gl->bindBufferRange = &glBindBufferRange;
DglwInitES32Direct.inl14 gl->bindBufferRange = &glBindBufferRange;
DglwInitES30.inl13 gl->bindBufferRange = (glBindBufferRangeFunc) loader->get("glBindBufferRange");
DglwInitGL31.inl14 gl->bindBufferRange = (glBindBufferRangeFunc) loader->get("glBindBufferRange");
DglwInitGL30.inl14 gl->bindBufferRange = (glBindBufferRangeFunc) loader->get("glBindBufferRange");
DglwFunctions.inl16 glBindBufferRangeFunc bindBufferRange; variable
DglwInitES31.inl14 gl->bindBufferRange = (glBindBufferRangeFunc) loader->get("glBindBufferRange");
DglwInitGL32.inl14 gl->bindBufferRange = (glBindBufferRangeFunc) loader->get("glBindBufferRange");
DglwInitGL33.inl14 gl->bindBufferRange = (glBindBufferRangeFunc) loader->get("glBindBufferRange");
DglwInitES32.inl14 gl->bindBufferRange = (glBindBufferRangeFunc) loader->get("glBindBufferRange");
DglwInitGL40.inl15 gl->bindBufferRange = (glBindBufferRangeFunc) loader->get("glBindBufferRange");
/external/deqp/modules/gles31/functional/
Des31fIndirectComputeDispatchTests.cpp375 …gl.bindBufferRange(GL_SHADER_STORAGE_BUFFER, 0, *resultBuffer, (glw::GLintptr)curOffset, resultBlo… in iterate()
/external/angle/src/libANGLE/
DContext_gles_3_0_autogen.h17 void bindBufferRange(BufferBinding targetPacked, GLuint index, BufferID bufferPacked, \
/external/deqp/external/openglcts/modules/gl/
Dgl3cTransformFeedbackTests.cpp402 gl.bindBufferRange(GL_TRANSFORM_FEEDBACK_BUFFER, index_count, m_buffer_0, 0, 16); in testExtension1()
443 gl.bindBufferRange(GL_TRANSFORM_FEEDBACK_BUFFER, index_count, m_buffer_0, 0, 0); in testExtension1()
457 gl.bindBufferRange(GL_TRANSFORM_FEEDBACK_BUFFER, index_count, m_buffer_0, 3, 4); in testExtension1()
484 gl.bindBufferRange(GL_TRANSFORM_FEEDBACK_BUFFER, index_count, m_buffer_0, 0, 3); in testExtension1()
511 gl.bindBufferRange(GL_TRANSFORM_FEEDBACK_BUFFER, 0, m_buffer_0, 0, 16); in testExtension1()
2667 gl.bindBufferRange(GL_TRANSFORM_FEEDBACK_BUFFER, 0, m_buffer, 0, m_buffer_size); in bindBuffer()
3190 gl.bindBufferRange(GL_TRANSFORM_FEEDBACK_BUFFER, i, m_buffers[i], 0, m_buffer_size); in bindBuffer()
4389 …gl.bindBufferRange(GL_TRANSFORM_FEEDBACK_BUFFER, i, bo_id, i * s_capture_size / s_xfb_varyings_cou… in bindBOForXFB()
Dgl4cSparseBufferTests.cpp947 m_gl.bindBufferRange(GL_ATOMIC_COUNTER_BUFFER, 0, /* index */ in execute()
2641 m_gl.bindBufferRange(GL_ATOMIC_COUNTER_BUFFER, 0, /* index */ in execute()
5169 m_gl.bindBufferRange(GL_TRANSFORM_FEEDBACK_BUFFER, 0, /* index */ in execute()
5179 m_gl.bindBufferRange(GL_TRANSFORM_FEEDBACK_BUFFER, 0, /* index */ in execute()
5182 m_gl.bindBufferRange(GL_TRANSFORM_FEEDBACK_BUFFER, 1, /* index */ in execute()
6244 m_gl.bindBufferRange(GL_UNIFORM_BUFFER, 0, /* index */ in execute()
/external/deqp/modules/gles3/performance/
Des3pStateChangeCallTests.cpp1019 bindBufferRange, in init()
/external/deqp/modules/glshared/
DglsShaderExecUtil.cpp1226 …gl.bindBufferRange(GL_SHADER_STORAGE_BUFFER, INPUT_BUFFER_BINDING, getInputBuffer(), curOffset*inp… in execute()
1228 …gl.bindBufferRange(GL_SHADER_STORAGE_BUFFER, OUTPUT_BUFFER_BINDING, getOutputBuffer(), curOffset*o… in execute()
/external/deqp/framework/platform/null/
DtcuNullRenderContextInitFuncs.inl16 gl->bindBufferRange = glBindBufferRange;

123