Searched refs:s_quadCoords (Results 1 – 3 of 3) sorted by relevance
/external/deqp/modules/glshared/ |
D | glsMemoryStressCase.cpp | 81 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/ |
D | es31fDrawBuffersIndexedTests.cpp | 572 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()
|
D | es31fPrimitiveBoundingBoxTests.cpp | 3438 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()
|