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

  /external/skia/gpu/src/
GrGLProgram.h 80 static int ColorAttributeIdx() { return 1 + GrDrawTarget::kMaxTexCoords; }
82 return 2 + GrDrawTarget::kMaxTexCoords;
85 return 5 + GrDrawTarget::kMaxTexCoords + 3 * stage;
282 GrStringBuilder texCoordAttrNames[GrDrawTarget::kMaxTexCoords],
GrDrawTarget.cpp 53 int tex_coord_mask_recur<GrDrawTarget::kMaxTexCoords>(int) { return 0; }
81 for (int t = 0; t < kMaxTexCoords; ++t) {
125 for (int t = 0; t < kMaxTexCoords; ++t) {
136 int texCoordOffsetsByIdx[kMaxTexCoords],
148 for (int t = 0; t < kMaxTexCoords; ++t) {
173 int texCoordOffsetsByIdx[kMaxTexCoords];
198 GrAssert(coordIndex < kMaxTexCoords);
227 for (int t = 0; t < kMaxTexCoords; ++t) {
230 GrAssert(1 == kMaxTexCoords || !check_layout(stageMask));
236 for (int t = 0; t < kMaxTexCoords; ++t)
    [all...]
GrGpuGLShaders.cpp 217 int t = (int)(random.nextF() * kMaxTexCoords);
302 for (int t = 0; t < kMaxTexCoords; ++t) {
613 int newTexCoordOffsets[kMaxTexCoords];
619 int oldTexCoordOffsets[kMaxTexCoords];
665 for (int t = 0; t < kMaxTexCoords; ++t) {
    [all...]
GrGLProgram.cpp 412 GrStringBuilder texCoordAttrs[GrDrawTarget::kMaxTexCoords];
413 for (int t = 0; t < GrDrawTarget::kMaxTexCoords; ++t) {
794 for (int t = 0; t < GrDrawTarget::kMaxTexCoords; ++t) {
    [all...]
GrContext.cpp     [all...]
  /external/skia/gpu/include/
GrDrawTarget.h 54 kMaxTexCoords = kNumStages
516 * positions and may also contain up to kMaxTexCoords sets of 2D texture
543 GrAssert(texCoordIdx < kMaxTexCoords);
565 static const int TEX_COORD_BIT_CNT = kNumStages*kMaxTexCoords;
    [all...]
GrContext_impl.h 65 int texOffsets[GrDrawTarget::kMaxTexCoords];

Completed in 92 milliseconds