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.cpp421 const int positionAttrLoc = 0; local
428 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.cpp424 const int positionAttrLoc = 0; local
431 packet.position = rr::readVertexAttribFloat(inputs[positionAttrLoc], packet.instanceNdx, packet.vertexNdx);
/external/deqp/modules/egl/
H A DteglRenderTests.cpp256 const int positionAttrLoc = 0; local
262 packet.position = rr::readVertexAttribFloat(inputs[positionAttrLoc], packet.instanceNdx, packet.vertexNdx);

Completed in 140 milliseconds