Searched defs:s_positions (Results 1 - 3 of 3) sorted by relevance

/external/deqp/modules/glshared/
H A DglsSamplerObjectTest.cpp263 const float s_positions[] = { member in namespace:deqp::gls
327 glu::VertexArrayBinding(glu::BindingPoint("a_position"), glu::VertexArrayPointer(glu::VTX_COMP_FLOAT, glu::VTX_COMP_CONVERT_NONE, 2, 6, 0, s_positions))
824 glu::VertexArrayBinding(glu::BindingPoint("a_position"), glu::VertexArrayPointer(glu::VTX_COMP_FLOAT, glu::VTX_COMP_CONVERT_NONE, 2, 6, 0, s_positions))
/external/deqp/modules/gles2/functional/
H A Des2fFlushFinishTests.cpp225 static const float s_positions[] = local
238 gl.vertexAttribPointer(posLoc, 2, GL_FLOAT, GL_FALSE, 0, &s_positions[0]);
/external/deqp/external/vulkancts/modules/vulkan/
H A DvktShaderLibrary.cpp1427 const Vec2 s_positions[] = local
1440 DE_STATIC_ASSERT(sizeof(s_positions) == POSITIONS_SIZE);
1443 deMemcpy((deUint8*)m_posNdxMem->getHostPtr() + POSITIONS_OFFSET, &s_positions[0], sizeof(s_positions));
1446 flushMappedMemoryRange(m_context.getDeviceInterface(), context.getDevice(), m_posNdxMem->getMemory(), m_posNdxMem->getOffset(), sizeof(s_positions)+sizeof(s_indices));

Completed in 528 milliseconds