Searched defs:positionAttrLoc (Results 1 - 6 of 6) sorted by relevance

/external/deqp/modules/gles2/functional/
H A Des2fPolygonOffsetTests.cpp227 const int positionAttrLoc = 0; local
233 packet.position = rr::readVertexAttribFloat(inputs[positionAttrLoc], packet.instanceNdx, packet.vertexNdx);
H A Des2fClippingTests.cpp422 const int positionAttrLoc = 0; local
429 packet.position = rr::readVertexAttribFloat(inputs[positionAttrLoc], packet.instanceNdx, packet.vertexNdx);
/external/deqp/modules/gles3/functional/
H A Des3fPolygonOffsetTests.cpp230 const int positionAttrLoc = 0; local
236 packet.position = rr::readVertexAttribFloat(inputs[positionAttrLoc], packet.instanceNdx, packet.vertexNdx);
H A Des3fShaderBuiltinVarTests.cpp907 const int positionAttrLoc = 0; local
913 packet.position = rr::readVertexAttribFloat(inputs[positionAttrLoc], packet.instanceNdx, packet.vertexNdx);
H A Des3fClippingTests.cpp425 const int positionAttrLoc = 0; local
432 packet.position = rr::readVertexAttribFloat(inputs[positionAttrLoc], packet.instanceNdx, packet.vertexNdx);
/external/deqp/modules/egl/
H A DteglRenderTests.cpp220 const int positionAttrLoc = 0; local
226 packet.position = rr::readVertexAttribFloat(inputs[positionAttrLoc], packet.instanceNdx, packet.vertexNdx);

Completed in 671 milliseconds