Searched defs:kMaxVertexAttribs (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/third_party/skia/include/gpu/
H A DGrGeometryProcessor.h35 static const int kMaxVertexAttribs = 2; member in class:GrGeometryProcessor
43 * kMaxVertexAttribs). This must only be called from the constructor because GrProcessors are
47 SkASSERT(fVertexAttribs.count() < kMaxVertexAttribs);
52 SkSTArray<kMaxVertexAttribs, GrShaderVar, true> fVertexAttribs;
/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.cc374 static const GLint kMaxVertexAttribs = 8; member in class:gpu::gles2::GLES2ImplementationTest
426 int_state.max_vertex_attribs = kMaxVertexAttribs;
745 const GLint GLES2ImplementationTest::kMaxVertexAttribs; member in class:gpu::gles2::GLES2ImplementationTest
2190 {GL_MAX_VERTEX_ATTRIBS, kMaxVertexAttribs, },

Completed in 127 milliseconds