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

  /external/deqp/modules/glshared/
glsRandomShaderCase.hpp 53 int getNumComponents (void) const { return m_input->getVariable()->getType().getNumElements(); }
glsRandomShaderCase.cpp 436 glVertexAttribPointer(location, attribIter->getNumComponents(), GL_FLOAT, GL_FALSE, 0, &attribIter->getVertices()[0]);
  /external/clang/test/FixIt/
fixit.cpp 52 bool getNumComponents() const; // expected-note{{declared here}}
54 getNumComponenets(); // expected-error{{use of undeclared identifier 'getNumComponenets'; did you mean 'getNumComponents'?}}
  /external/deqp/modules/gles31/functional/
es31fProgramInterfaceDefinitionUtil.cpp 704 static int getNumComponents (const ProgramInterfaceDefinition::Shader* shader, glu::Storage storage)
    [all...]
  /external/clang/lib/AST/
StmtProfile.cpp 453 unsigned n = S->getNumComponents();
    [all...]
ExprConstant.cpp     [all...]
  /external/clang/lib/Serialization/
ASTReaderStmt.cpp 531 assert(E->getNumComponents() == Record[Idx]);
538 for (unsigned I = 0, N = E->getNumComponents(); I != N; ++I) {
    [all...]
ASTWriterStmt.cpp 458 Record.push_back(E->getNumComponents());
463 for (unsigned I = 0, N = E->getNumComponents(); I != N; ++I) {
    [all...]
  /external/clang/include/clang/AST/
Expr.h     [all...]
  /external/clang/lib/CodeGen/
CGExprScalar.cpp     [all...]
  /external/clang/tools/libclang/
CIndex.cpp     [all...]
  /external/clang/lib/Sema/
TreeTransform.h     [all...]

Completed in 267 milliseconds