Searched defs:opIndices (Results 1 - 2 of 2) sorted by relevance

/external/skia/src/gpu/
H A DGrRecordReplaceDraw.cpp65 const unsigned* opIndices, int numIndices)
75 fOpIndexStack.append(numIndices, opIndices);
59 ReplaceDraw(SkCanvas* canvas, GrLayerCache* layerCache, SkPicture const* const drawablePicts[], int drawableCount, const SkPicture* topLevelPicture, const SkPicture* picture, const SkMatrix& initialMatrix, SkPicture::AbortCallback* callback, const unsigned* opIndices, int numIndices) argument
/external/deqp/modules/gles31/functional/
H A Des31fOpaqueTypeIndexingTests.cpp878 void getShaderSpec (ShaderSpec* spec, int numCounters, int numOps, const int* opIndices) const;
915 void AtomicCounterIndexingCase::getShaderSpec (ShaderSpec* spec, int numCounters, int numOps, const int* opIndices) const
952 code << opIndices[opNdx]; local
954 code << "indexBase + " << (opIndices[opNdx]-1);
975 vector<int> opIndices (numOps);
981 opIndices[opNdx] = rnd.getInt(0, numOps-1);
983 getShaderSpec(&shaderSpec, numCounters, numOps, &opIndices[0]);
999 const int maxNdx = maxElement(opIndices);
1015 expandedIndices.resize(numInvocations * opIndices.size());
1020 std::fill(dst, dst+numInvocations, opIndices[opNd
[all...]

Completed in 166 milliseconds