Searched refs:s_positions (Results 1 – 6 of 6) sorted by relevance
/external/deqp/modules/gles2/functional/ |
D | es2fFlushFinishTests.cpp | 225 static const float s_positions[] = in setupRenderState() local 238 gl.vertexAttribPointer(posLoc, 2, GL_FLOAT, GL_FALSE, 0, &s_positions[0]); in setupRenderState()
|
/external/deqp/modules/gles3/functional/ |
D | es3fFlushFinishTests.cpp | 245 static const float s_positions[] = in setupRenderState() local 258 gl.vertexAttribPointer(posLoc, 2, GL_FLOAT, GL_FALSE, 0, &s_positions[0]); in setupRenderState()
|
/external/deqp/external/openglcts/modules/common/ |
D | glcShaderLibraryCase.cpp | 285 …static const float s_positions[4 * 4] = { -quadSize, -quadSize, 0.0f, 1.0f, -quadSize, +quadSize, … in execute() local 373 vertexArrays.push_back(va::Float(positionLoc, 4, numVerticesPerDraw, 0, &s_positions[0])); in execute() 476 float w = s_positions[3]; in execute()
|
/external/deqp/modules/glshared/ |
D | glsSamplerObjectTest.cpp | 263 const float s_positions[] = { variable 327 …"), glu::VertexArrayPointer(glu::VTX_COMP_FLOAT, glu::VTX_COMP_CONVERT_NONE, 2, 6, 0, s_positions)) in render() 824 …"), glu::VertexArrayPointer(glu::VTX_COMP_FLOAT, glu::VTX_COMP_CONVERT_NONE, 2, 6, 0, s_positions)) in render()
|
D | glsShaderLibraryCase.cpp | 907 static const float s_positions[4*4] = in execute() local 1194 vertexArrays.push_back(va::Float(positionLoc, 4, numVerticesPerDraw, 0, &s_positions[0])); in execute() 1319 const float w = s_positions[3]; in execute()
|
/external/deqp/external/vulkancts/modules/vulkan/ |
D | vktShaderLibrary.cpp | 1358 const Vec2 s_positions[] = in ShaderCaseInstance() local 1371 DE_STATIC_ASSERT(sizeof(s_positions) == POSITIONS_SIZE); in ShaderCaseInstance() 1374 …mcpy((deUint8*)m_posNdxMem->getHostPtr() + POSITIONS_OFFSET, &s_positions[0], sizeof(s_positions)); in ShaderCaseInstance()
|