OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:AttribType
(Results
1 - 2
of
2
) sorted by null
/external/deqp/modules/glshared/
glsAttributeLocationTests.hpp
45
class
AttribType
48
AttribType
(const std::string& name, deUint32 locationSize, deUint32 typeEnum);
96
Attribute (const
AttribType
& type,
102
const
AttribType
getType (void) const { return m_type; }
109
AttribType
m_type;
135
typedef AttributeLocationTestUtil::
AttribType
AttribType
;
139
const
AttribType
& type,
146
const
AttribType
m_type;
154
typedef AttributeLocationTestUtil::
AttribType
AttribType
[
all
...]
glsAttributeLocationTests.cpp
641
string generateTestName (const
AttribType
& type, int arraySize)
651
AttribType
::
AttribType
(const string& name, deUint32 localSize, deUint32 typeEnum)
671
Attribute::Attribute (const
AttribType
& type, const string& name, deInt32 layoutLocation, const Cond& cond, int arraySize)
806
const
AttribType
& type,
831
const
AttribType
& type,
865
const
AttribType
& type,
885
attributes.push_back(Attribute(
AttribType
("vec4", 1, GL_FLOAT_VEC4), "a_1", Attribute::LOC_UNDEF, Cond("A", false)));
895
const
AttribType
& type,
932
const
AttribType
& type
[
all
...]
Completed in 519 milliseconds