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

  /external/deqp/external/openglcts/modules/gl/
gl4cDirectStateAccessVertexArraysTests.cpp 202 , m_bo_xfb(0)
527 gl.genBuffers(1, &m_bo_xfb);
530 gl.bindBuffer(GL_TRANSFORM_FEEDBACK_BUFFER, m_bo_xfb);
537 gl.bindBufferBase(GL_TRANSFORM_FEEDBACK_BUFFER, 0, m_bo_xfb);
727 if (m_bo_xfb)
729 gl.deleteBuffers(1, &m_bo_xfb);
731 m_bo_xfb = 0;
802 , m_bo_xfb(0)
1098 gl.genBuffers(1, &m_bo_xfb);
1101 gl.bindBuffer(GL_TRANSFORM_FEEDBACK_BUFFER, m_bo_xfb);
    [all...]
gl4cDirectStateAccessQueriesTests.cpp     [all...]
gl4cDirectStateAccessTests.hpp 1074 glw::GLuint m_bo_xfb; member in class:gl4cts::DirectStateAccess::Queries::FunctionalTest
4073 glw::GLuint m_bo_xfb; member in class:gl4cts::DirectStateAccess::VertexArrays::EnableDisableAttributesTest
4128 glw::GLuint m_bo_xfb; member in class:gl4cts::DirectStateAccess::VertexArrays::ElementBufferTest
4182 glw::GLuint m_bo_xfb; member in class:gl4cts::DirectStateAccess::VertexArrays::VertexBuffersTest
4265 glw::GLuint m_bo_xfb; member in class:gl4cts::DirectStateAccess::VertexArrays::AttributeFormatTest
4317 glw::GLuint m_bo_xfb; member in class:gl4cts::DirectStateAccess::VertexArrays::AttributeBindingTest
4350 glw::GLuint m_bo_xfb; member in class:gl4cts::DirectStateAccess::VertexArrays::AttributeBindingDivisorTest
    [all...]

Completed in 722 milliseconds