HomeSort by relevance Sort by last modified time
    Searched defs:kMaxVertexAttribs (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/skia/include/gpu/
GrGeometryProcessor.h 35 static const int kMaxVertexAttribs = 2;
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/chromium_org/gpu/command_buffer/client/
gles2_implementation_unittest.cc 374 static const GLint kMaxVertexAttribs = 8;
426 int_state.max_vertex_attribs = kMaxVertexAttribs;
745 const GLint GLES2ImplementationTest::kMaxVertexAttribs;
    [all...]

Completed in 178 milliseconds