Searched refs:kMaxVertexAttribs (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/third_party/skia/src/gpu/effects/
H A DGrVertexEffect.h25 * kMaxVertexAttribs). This must only be called from the constructor because GrEffects are
29 SkASSERT(fVertexAttribTypes.count() < kMaxVertexAttribs);
/external/skia/src/gpu/effects/
H A DGrVertexEffect.h25 * kMaxVertexAttribs). This must only be called from the constructor because GrEffects are
29 SkASSERT(fVertexAttribTypes.count() < kMaxVertexAttribs);
/external/chromium_org/third_party/skia/include/gpu/
H A DGrEffect.h167 static const int kMaxVertexAttribs = 2; member in class:GrEffect
332 SkSTArray<kMaxVertexAttribs, GrSLType, true> fVertexAttribTypes;
/external/skia/include/gpu/
H A DGrEffect.h167 static const int kMaxVertexAttribs = 2; member in class:GrEffect
332 SkSTArray<kMaxVertexAttribs, GrSLType, true> fVertexAttribTypes;
/external/chromium_org/gpu/command_buffer/client/
H A Dgles2_implementation_unittest.cc315 static const GLint kMaxVertexAttribs = 8; member in class:gpu::gles2::GLES2ImplementationTest
382 int_state.max_vertex_attribs = kMaxVertexAttribs;
525 const GLint GLES2ImplementationTest::kMaxVertexAttribs; member in class:gpu::gles2::GLES2ImplementationTest
1970 {GL_MAX_VERTEX_ATTRIBS, kMaxVertexAttribs, },

Completed in 30 milliseconds