OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:kMaxVertexAttribs
(Results
1 - 5
of
5
) sorted by null
/external/chromium_org/third_party/skia/src/gpu/effects/
GrVertexEffect.h
25
*
kMaxVertexAttribs
). This must only be called from the constructor because GrEffects are
29
SkASSERT(fVertexAttribTypes.count() <
kMaxVertexAttribs
);
/external/skia/src/gpu/effects/
GrVertexEffect.h
25
*
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/
GrEffect.h
167
static const int
kMaxVertexAttribs
= 2;
332
SkSTArray<
kMaxVertexAttribs
, GrSLType, true> fVertexAttribTypes;
/external/skia/include/gpu/
GrEffect.h
167
static const int
kMaxVertexAttribs
= 2;
332
SkSTArray<
kMaxVertexAttribs
, GrSLType, true> fVertexAttribTypes;
/external/chromium_org/gpu/command_buffer/client/
gles2_implementation_unittest.cc
315
static const GLint
kMaxVertexAttribs
= 8;
382
int_state.max_vertex_attribs =
kMaxVertexAttribs
;
525
const GLint GLES2ImplementationTest::
kMaxVertexAttribs
;
[
all
...]
Completed in 87 milliseconds