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

  /external/deqp/modules/gles31/functional/
es31fOpaqueTypeIndexingTests.cpp 878 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];
954 code << "indexBase + " << (opIndices[opNdx]-1);
    [all...]
  /external/skia/src/gpu/
GrRecordReplaceDraw.cpp 65 const unsigned* opIndices, int numIndices)
75 fOpIndexStack.append(numIndices, opIndices);

Completed in 77 milliseconds