OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getNumComponents
(Results
1 - 18
of
18
) sorted by null
/external/deqp/modules/glshared/
glsRandomShaderCase.hpp
53
int
getNumComponents
(void) const { return m_input->getVariable()->getType().getNumElements(); }
glsRandomShaderCase.cpp
498
glVertexAttribPointer(location, attribIter->
getNumComponents
(), GL_FLOAT, GL_FALSE, 0, &attribIter->getVertices()[0]);
/external/deqp/modules/gles31/functional/
es31fProgramInterfaceDefinitionUtil.cpp
1028
static int
getNumComponents
(const ProgramInterfaceDefinition::Shader* shader, glu::Storage storage)
[
all
...]
/prebuilts/ndk/r13/sources/third_party/shaderc/third_party/glslang/SPIRV/
SpvBuilder.cpp
[
all
...]
SpvBuilder.h
119
int
getNumComponents
(Id resultId) const { return getNumTypeComponents(getTypeId(resultId)); }
GlslangToSpv.cpp
[
all
...]
/prebuilts/ndk/r13/sources/third_party/vulkan/glslang/SPIRV/
SpvBuilder.cpp
[
all
...]
SpvBuilder.h
119
int
getNumComponents
(Id resultId) const { return getNumTypeComponents(getTypeId(resultId)); }
GlslangToSpv.cpp
[
all
...]
/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/clang/lib/AST/
StmtProfile.cpp
792
unsigned n = S->
getNumComponents
();
[
all
...]
ExprConstant.cpp
[
all
...]
/external/clang/lib/Serialization/
ASTWriterStmt.cpp
493
Record.push_back(E->
getNumComponents
());
498
for (unsigned I = 0, N = E->
getNumComponents
(); I != N; ++I) {
[
all
...]
ASTReaderStmt.cpp
557
assert(E->
getNumComponents
() == Record[Idx]);
564
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 920 milliseconds