Searched defs:numAttributes (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/third_party/skia/src/gpu/gl/builders/
H A DGrGLVertexShaderBuilder.cpp42 int numAttributes = vars.count(); local
43 for (int a = 0; a < numAttributes; ++a) {
/external/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFDebugInfoEntry.cpp153 const uint32_t numAttributes = abbrevDecl->NumAttributes(); variable
156 for (i=0; i<numAttributes; ++i)
312 const uint32_t numAttributes = abbrevDecl->NumAttributes();
316 for (i=0; i<numAttributes; ++i)
773 const uint32_t numAttributes = abbrevDecl->NumAttributes();
779 for (i=0; i<numAttributes; ++i)
985 const uint32_t numAttributes = abbrevDecl->NumAttributes();
989 for (i=0; i<numAttributes; ++i)
/external/chromium_org/third_party/skia/src/gpu/gl/
H A DGrGLProgramDesc.cpp67 int numAttributes = vars.count(); local
68 SkASSERT(numAttributes <= 2);
69 for (int a = 0; a < numAttributes; ++a) {
/external/skia/src/gpu/gl/
H A DGrGLProgramEffects.cpp145 int numAttributes = drawEffect.getVertexAttribIndexCount(); local
146 SkASSERT(numAttributes <= 2);
148 for (int a = 0; a < numAttributes; ++a) {
299 int numAttributes = stage.getVertexAttribIndexCount(); local
301 for (int a = 0; a < numAttributes; ++a) {
/external/clang/include/clang-c/
H A DIndex.h5060 unsigned numAttributes; member in struct:__anon17664
5098 unsigned numAttributes; member in struct:__anon17668
/external/antlr/antlr-3.4/lib/
H A Dantlr-3.4-complete.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/antlr/ org/antlr/analysis/ org/antlr/codegen/ org/ ...

Completed in 297 milliseconds