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

  /external/skia/src/gpu/
GrDrawState.cpp 66 for (int t = 0; t < GrDrawState::kMaxTexCoords; ++t) {
70 for (int t = 0; t < GrDrawState::kMaxTexCoords; ++t) {
88 GrVertexLayout texCoordMasks[GrDrawState::kMaxTexCoords];
98 for (int t = 0; t < GrDrawState::kMaxTexCoords; ++t) {
102 GrPrintf("GR_STATIC_ASSERT(GrDrawState::kMaxTexCoords == GR_ARRAY_COUNT(gTexCoordMasks));\n");
124 GR_STATIC_ASSERT(GrDrawState::kMaxTexCoords == GR_ARRAY_COUNT(gTexCoordMasks));
142 for (int t = 0; t < GrDrawState::kMaxTexCoords; ++t) {
183 * Tex Coord GrDrawState::kMaxTexCoords-1
264 int texCoordOffsetsByIdx[kMaxTexCoords],
275 for (int t = 0; t < kMaxTexCoords; ++t)
    [all...]
GrDrawState.h 58 kMaxTexCoords = kNumStages
116 * positions and may also contain up to GrDrawState::kMaxTexCoords sets
146 GrAssert(texCoordIdx < kMaxTexCoords);
154 static const int STAGE_BIT_CNT = kNumStages * kMaxTexCoords;
271 int texCoordOffsetsByIdx[kMaxTexCoords],
    [all...]
GrContext.cpp 890 int texOffsets[GrDrawState::kMaxTexCoords];
    [all...]
  /external/skia/src/gpu/gl/
GrGLProgram.h 164 SkString texCoordAttrNames[GrDrawState::kMaxTexCoords],
GrGpuGL_program.cpp 347 int newTexCoordOffsets[GrDrawState::kMaxTexCoords];
359 int oldTexCoordOffsets[GrDrawState::kMaxTexCoords];
402 for (int t = 0; t < GrDrawState::kMaxTexCoords; ++t) {
GrGLProgram.cpp 588 SkString texCoordAttrs[GrDrawState::kMaxTexCoords];
589 for (int t = 0; t < GrDrawState::kMaxTexCoords; ++t) {
    [all...]
  /external/skia/tests/
GLProgramsTest.cpp 116 int t = random_int(&random, GrDrawState::kMaxTexCoords);

Completed in 53 milliseconds