Home
last modified time | relevance | path

Searched refs:xfb_data_size (Results 1 – 3 of 3) sorted by relevance

/external/deqp/external/openglcts/modules/glesext/tessellation_shader/
DesextcTessellationShaderBarrier.cpp171 const unsigned int xfb_data_size = getXFBBufferSize(); in initTest() local
176 gl.bufferData(GL_TRANSFORM_FEEDBACK_BUFFER, xfb_data_size, NULL /* data */, GL_STATIC_DRAW); in initTest()
/external/deqp/external/openglcts/modules/gl/
Dgl4cVertexAttrib64BitTest.cpp3477 const unsigned int xfb_data_size = in initBufferObjects() local
3483 gl.bufferData(GL_ARRAY_BUFFER, xfb_data_size, DE_NULL /* data */, GL_STATIC_DRAW); in initBufferObjects()
Dgl4cEnhancedLayoutsTests.cpp24585 …const GLuint xfb_data_size = (test_case.m_stage == Utils::Shader::VERTEX) ? xfb_type_size : xfb_ty… in test() local
24591 xfb.m_initial_data.resize(xfb_data_size); in test()
24592 xfb.m_expected_data.resize(xfb_data_size); in test()
24594 for (GLuint i = 0; i < xfb_data_size; ++i) in test()