HomeSort by relevance Sort by last modified time
    Searched refs:s_positions (Results 1 - 6 of 6) sorted by null

  /external/deqp/modules/gles2/functional/
es2fFlushFinishTests.cpp 225 static const float s_positions[] = local
238 gl.vertexAttribPointer(posLoc, 2, GL_FLOAT, GL_FALSE, 0, &s_positions[0]);
  /external/deqp/modules/gles3/functional/
es3fFlushFinishTests.cpp 245 static const float s_positions[] =
258 gl.vertexAttribPointer(posLoc, 2, GL_FLOAT, GL_FALSE, 0, &s_positions[0]);
  /external/deqp/external/openglcts/modules/common/
glcShaderLibraryCase.cpp 285 static const float s_positions[4 * 4] = { -quadSize, -quadSize, 0.0f, 1.0f, -quadSize, +quadSize, 0.0f, 1.0f, local
373 vertexArrays.push_back(va::Float(positionLoc, 4, numVerticesPerDraw, 0, &s_positions[0]));
476 float w = s_positions[3];
    [all...]
  /external/deqp/modules/glshared/
glsSamplerObjectTest.cpp 263 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))
    [all...]
glsShaderLibraryCase.cpp 907 static const float s_positions[4*4] =
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/
vktShaderLibrary.cpp 1358 const Vec2 s_positions[] = local
    [all...]

Completed in 165 milliseconds