Searched refs:fVertexAttribIndices (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/skia/include/gpu/
H A DGrEffectStage.h26 fVertexAttribIndices[0] = attrIndex0;
27 fVertexAttribIndices[1] = attrIndex1;
46 memcpy(fVertexAttribIndices, other.fVertexAttribIndices, sizeof(fVertexAttribIndices));
148 fVertexAttribIndices[0] = stage.fVertexAttribIndices[0];
149 fVertexAttribIndices[1] = stage.fVertexAttribIndices[1];
160 stage->fVertexAttribIndices[
195 int fVertexAttribIndices[2]; member in class:GrEffectStage::DeferredStage
220 int fVertexAttribIndices[2]; member in class:GrEffectStage
[all...]
/external/skia/include/gpu/
H A DGrEffectStage.h26 fVertexAttribIndices[0] = attrIndex0;
27 fVertexAttribIndices[1] = attrIndex1;
46 memcpy(fVertexAttribIndices, other.fVertexAttribIndices, sizeof(fVertexAttribIndices));
148 fVertexAttribIndices[0] = stage.fVertexAttribIndices[0];
149 fVertexAttribIndices[1] = stage.fVertexAttribIndices[1];
160 stage->fVertexAttribIndices[
195 int fVertexAttribIndices[2]; member in class:GrEffectStage::DeferredStage
220 int fVertexAttribIndices[2]; member in class:GrEffectStage
[all...]

Completed in 343 milliseconds