Searched refs:kMaxVertexAttribCnt (Results 1 - 11 of 11) sorted by relevance

/external/skia/tests/
H A DGLProgramsTest.cpp49 } while (GrDrawState::kMaxVertexAttribCnt <= currAttribIndex &&
58 } while (GrDrawState::kMaxVertexAttribCnt <= currAttribIndex &&
68 bool useLocalCoords = random->nextBool() && currAttribIndex < GrDrawState::kMaxVertexAttribCnt;
179 if (currAttribIndex + numAttribs > GrDrawState::kMaxVertexAttribCnt) {
/external/chromium_org/third_party/skia/tests/
H A DGLProgramsTest.cpp48 currAttribIndex < GrDrawState::kMaxVertexAttribCnt;
118 } while ((GrDrawState::kMaxVertexAttribCnt <= currAttribIndex || isPathRendering) &&
127 } while ((GrDrawState::kMaxVertexAttribCnt <= currAttribIndex || isPathRendering) &&
/external/skia/src/gpu/
H A DGrDrawState.cpp71 SkASSERT(count <= GrDrawState::kMaxVertexAttribCnt);
94 SkASSERT(count <= kMaxVertexAttribCnt);
146 GrSLType slTypes[kMaxVertexAttribCnt];
147 for (int i = 0; i < kMaxVertexAttribCnt; ++i) {
H A DGrDrawState.h86 kMaxVertexAttribCnt = kLast_GrVertexAttribBinding + 4, enumerator in enum:GrDrawState::__anon30661
1054 * @param count the number of attributes being set, limited to kMaxVertexAttribCnt.
/external/chromium_org/third_party/skia/src/gpu/
H A DGrRODrawState.cpp84 GrSLType slTypes[kMaxVertexAttribCnt];
85 for (int i = 0; i < kMaxVertexAttribCnt; ++i) {
H A DGrRODrawState.h39 kMaxVertexAttribCnt = kLast_GrVertexAttribBinding + 4, enumerator in enum:GrRODrawState::__anon15266
H A DGrDrawState.cpp225 SkASSERT(count <= GrRODrawState::kMaxVertexAttribCnt);
243 SkASSERT(count <= kMaxVertexAttribCnt);
/external/skia/src/gpu/gl/
H A DGrGLProgramDesc.cpp203 SkASSERT(availableAttributeIndex < GrDrawState::kMaxVertexAttribCnt);
213 SkASSERT(availableAttributeIndex < GrDrawState::kMaxVertexAttribCnt);
H A DGrGpuGL.cpp149 SkASSERT(this->glCaps().maxVertexAttributes() >= GrDrawState::kMaxVertexAttribCnt);
/external/chromium_org/third_party/skia/src/gpu/gl/
H A DGrGLProgramDesc.cpp373 SkASSERT(availableAttributeIndex < GrDrawState::kMaxVertexAttribCnt);
383 SkASSERT(availableAttributeIndex < GrDrawState::kMaxVertexAttribCnt);
H A DGrGpuGL.cpp145 SkASSERT(this->glCaps().maxVertexAttributes() >= GrDrawState::kMaxVertexAttribCnt);

Completed in 161 milliseconds