HomeSort by relevance Sort by last modified time
    Searched defs:BindRange (Results 1 - 2 of 2) sorted by null

  /external/deqp/external/openglcts/modules/gl/
gl4cBufferStorageTests.cpp 119 void BindRange(glw::GLuint index, glw::GLintptr offset, glw::GLsizeiptr size) const;
134 static void BindRange(const glw::Functions& gl, glw::GLuint id, glw::GLenum target, glw::GLuint index,
577 void Buffer::BindRange(glw::GLuint index, glw::GLintptr offset, glw::GLsizeiptr size) const
581 BindRange(gl, m_id, m_target, index, offset, size);
669 void Buffer::BindRange(const glw::Functions& gl, glw::GLuint id, glw::GLenum target, glw::GLuint index,
    [all...]
gl4cEnhancedLayoutsTests.cpp     [all...]

Completed in 61 milliseconds