Searched refs:kMaxTexCoords (Results 1 - 7 of 7) sorted by relevance

/external/skia/src/gpu/gl/
H A DGrGLProgram.h64 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],
H A DGrGpuGLShaders.cpp248 int t = random_int(&random, GrDrawState::kMaxTexCoords);
823 int newTexCoordOffsets[GrDrawState::kMaxTexCoords];
834 int oldTexCoordOffsets[GrDrawState::kMaxTexCoords];
885 for (int t = 0; t < GrDrawState::kMaxTexCoords; ++t) {
H A DGrGLProgram.cpp746 GrStringBuilder texCoordAttrs[GrDrawState::kMaxTexCoords];
747 for (int t = 0; t < GrDrawState::kMaxTexCoords; ++t) {
1217 for (int t = 0; t < GrDrawState::kMaxTexCoords; ++t) {
/external/skia/src/gpu/
H A DGrDrawTarget.cpp34 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;
[all...]
H A DGrDrawTarget.h178 * positions and may also contain up to GrDrawState::kMaxTexCoords sets
208 GrAssert(texCoordIdx < GrDrawState::kMaxTexCoords);
214 GrDrawState::kMaxTexCoords;
731 int texCoordOffsetsByIdx[GrDrawState::kMaxTexCoords],
H A DGrDrawState.h40 kMaxTexCoords = kNumStages enumerator in enum:GrDrawState::__anon10723
H A DGrContext.cpp1152 int texOffsets[GrDrawState::kMaxTexCoords];

Completed in 103 milliseconds