HomeSort by relevance Sort by last modified time
    Searched refs:numAttributes (Results 1 - 15 of 15) sorted by null

  /external/ksoap2/ksoap2-base/src/main/java/org/ksoap2/serialization/
AttributeContainer.java 136 int numAttributes = getAttributeCount();
137 if (numAttributes != other.getAttributeCount()) {
141 for (int attribIndex = 0; attribIndex < numAttributes; attribIndex++) {
  /external/chromium_org/third_party/skia/src/gpu/gl/builders/
GrGLVertexShaderBuilder.cpp 42 int numAttributes = vars.count();
43 for (int a = 0; a < numAttributes; ++a) {
  /external/skia/src/gpu/gl/
GrGLProgramEffects.cpp 145 int numAttributes = drawEffect.getVertexAttribIndexCount();
146 SkASSERT(numAttributes <= 2);
148 for (int a = 0; a < numAttributes; ++a) {
299 int numAttributes = stage.getVertexAttribIndexCount();
301 for (int a = 0; a < numAttributes; ++a) {
  /external/chromium_org/third_party/skia/src/gpu/gl/
GrGLProgramDesc.cpp 67 int numAttributes = vars.count();
68 SkASSERT(numAttributes <= 2);
69 for (int a = 0; a < numAttributes; ++a) {
  /external/clang/tools/libclang/
IndexingContext.h 54 numAttributes = 0;
90 numAttributes = 0;
101 numAttributes = 0;
IndexingContext.cpp 336 DInfo.numAttributes = DInfo.EntInfo.numAttributes;
931 EntityInfo.numAttributes = EntityInfo.AttrList->getNumAttrs();
    [all...]
  /external/lldb/source/Plugins/SymbolFile/DWARF/
DWARFDebugInfoEntry.cpp 153 const uint32_t numAttributes = abbrevDecl->NumAttributes();
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)
    [all...]
  /external/skia/src/gpu/
GrDrawState.cpp 160 int numAttributes = stage.getVertexAttribIndexCount();
161 for (int i = 0; i < numAttributes; ++i) {
  /external/deqp/modules/gles2/performance/
es2pShaderOperatorTests.cpp     [all...]
  /external/deqp/modules/gles3/performance/
es3pShaderOperatorTests.cpp     [all...]
  /external/clang/include/clang-c/
Index.h     [all...]
  /frameworks/native/opengl/libagl/
egl.cpp     [all...]
  /external/clang/tools/c-index-test/
c-index-test.c     [all...]
  /external/antlr/antlr-3.4/lib/
antlr-3.4-complete.jar 
  /prebuilts/misc/common/antlr/
antlr-3.4-complete.jar 

Completed in 885 milliseconds