Home
last modified time | relevance | path

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

/external/deqp/modules/glshared/
DglsMemoryStressCase.cpp81 static const float s_quadCoords[] = variable
200 GLU_CHECK_CALL(glBufferData(GL_ARRAY_BUFFER, sizeof(s_quadCoords), s_quadCoords, GL_STATIC_DRAW)); in TextureRenderer()
362 GLU_CHECK_CALL(glBufferData(GL_ARRAY_BUFFER, sizeof(s_quadCoords), s_quadCoords, GL_STATIC_DRAW)); in BufferRenderer()
/external/deqp/modules/gles31/functional/
Des31fDrawBuffersIndexedTests.cpp572 static const float s_quadCoords[] = variable
820 createVertexAttrib(s_quadCoords) in renderRefQuad()
991 …), glu::VertexArrayPointer(glu::VTX_COMP_FLOAT, glu::VTX_COMP_CONVERT_NONE, 2, 6, 0, s_quadCoords)) in renderGLQuad()
Des31fPrimitiveBoundingBoxTests.cpp3438 static const tcu::Vec4 s_quadCoords[] = in init() local
3449 gl.bufferData(GL_ARRAY_BUFFER, sizeof(s_quadCoords), s_quadCoords, GL_STATIC_DRAW); in init()