Searched refs:positionAttrLoc (Results 1 – 6 of 6) sorted by relevance
/external/deqp/modules/gles3/functional/ |
D | es3fShaderBuiltinVarTests.cpp | 907 const int positionAttrLoc = 0; in shadeVertices() local 913 …packet.position = rr::readVertexAttribFloat(inputs[positionAttrLoc], packet.instanceNdx, packet.ve… in shadeVertices()
|
D | es3fPolygonOffsetTests.cpp | 230 const int positionAttrLoc = 0; in shadeVertices() local 236 …packet.position = rr::readVertexAttribFloat(inputs[positionAttrLoc], packet.instanceNdx, packet.ve… in shadeVertices()
|
D | es3fClippingTests.cpp | 424 const int positionAttrLoc = 0; in shadeVertices() local 431 …packet.position = rr::readVertexAttribFloat(inputs[positionAttrLoc], packet.instanceNdx, packet.ve… in shadeVertices()
|
/external/deqp/modules/gles2/functional/ |
D | es2fPolygonOffsetTests.cpp | 227 const int positionAttrLoc = 0; in shadeVertices() local 233 …packet.position = rr::readVertexAttribFloat(inputs[positionAttrLoc], packet.instanceNdx, packet.ve… in shadeVertices()
|
D | es2fClippingTests.cpp | 421 const int positionAttrLoc = 0; in shadeVertices() local 428 …packet.position = rr::readVertexAttribFloat(inputs[positionAttrLoc], packet.instanceNdx, packet.ve… in shadeVertices()
|
/external/deqp/modules/egl/ |
D | teglRenderTests.cpp | 256 const int positionAttrLoc = 0; in shadeVertices() local 262 …packet.position = rr::readVertexAttribFloat(inputs[positionAttrLoc], packet.instanceNdx, packet.ve… in shadeVertices()
|