Home
last modified time | relevance | path

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

/external/deqp/external/openglcts/modules/gl/
Dgl4cShaderSubroutineTests.cpp2230 unsigned int total_xfb_bo_size = 0; in executeTestIteration() local
2239 total_xfb_bo_size = iteration_xfb_bo_size * 2 /* subroutines we will be testing */; in executeTestIteration()
2241 gl.bufferData(GL_TRANSFORM_FEEDBACK_BUFFER, total_xfb_bo_size, DE_NULL /* data */, GL_STATIC_DRAW); in executeTestIteration()