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

  /external/skia/src/gpu/gl/
GrGLProgram.h 64 static int ColorAttributeIdx() { return 1 + GrDrawState::kMaxTexCoords; }
66 return 2 + GrDrawState::kMaxTexCoords;
68 static int EdgeAttributeIdx() { return 3 + GrDrawState::kMaxTexCoords; }
71 return 4 + GrDrawState::kMaxTexCoords;
74 return 7 + GrDrawState::kMaxTexCoords + 3 * stage;
387 GrStringBuilder texCoordAttrNames[GrDrawState::kMaxTexCoords],
GrGpuGLShaders.cpp 248 int t = random_int(&random, GrDrawState::kMaxTexCoords);
823 int newTexCoordOffsets[GrDrawState::kMaxTexCoords];
834 int oldTexCoordOffsets[GrDrawState::kMaxTexCoords];
    [all...]
GrGLProgram.cpp 746 GrStringBuilder texCoordAttrs[GrDrawState::kMaxTexCoords];
747 for (int t = 0; t < GrDrawState::kMaxTexCoords; ++t) {
    [all...]
  /external/skia/src/gpu/
GrDrawTarget.cpp 34 for (int t = 0; t < GrDrawState::kMaxTexCoords; ++t) {
39 for (int t = 0; t < GrDrawState::kMaxTexCoords; ++t) {
53 GrVertexLayout texCoordMasks[GrDrawState::kMaxTexCoords];
69 for (int t = 0; t < GrDrawState::kMaxTexCoords; ++t) {
73 GrPrintf("GR_STATIC_ASSERT(GrDrawState::kMaxTexCoords == GR_ARRAY_COUNT(gTexCoordMasks));\n");
96 GR_STATIC_ASSERT(GrDrawState::kMaxTexCoords == GR_ARRAY_COUNT(gTexCoordMasks));
112 for (int t = 0; t < GrDrawState::kMaxTexCoords; ++t) {
153 * Tex Coord GrDrawState::kMaxTexCoords-1
233 int texCoordOffsetsByIdx[GrDrawState::kMaxTexCoords],
244 for (int t = 0; t < GrDrawState::kMaxTexCoords; ++t)
    [all...]
GrDrawTarget.h 178 * positions and may also contain up to GrDrawState::kMaxTexCoords sets
208 GrAssert(texCoordIdx < GrDrawState::kMaxTexCoords);
214 GrDrawState::kMaxTexCoords;
731 int texCoordOffsetsByIdx[GrDrawState::kMaxTexCoords],
    [all...]
GrDrawState.h 40 kMaxTexCoords = kNumStages
GrContext.cpp     [all...]

Completed in 65 milliseconds