OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GenericVecType
(Results
1 - 10
of
10
) sorted by null
/external/deqp/framework/opengl/simplereference/
sglrShaderProgram.hpp
59
VertexAttribute (const std::string& name_, rr::
GenericVecType
type_) : name(name_), type(type_) { }
62
rr::
GenericVecType
type;
67
VertexToFragmentVarying (rr::
GenericVecType
type_, int flags = VARYINGFLAG_NONE) : type(type_), flatshade((flags & VARYINGFLAG_FLATSHADE) != 0) { }
69
rr::
GenericVecType
type;
75
VertexToGeometryVarying (rr::
GenericVecType
type_, int flags = VARYINGFLAG_NONE) : type(type_), flatshade((flags & VARYINGFLAG_FLATSHADE) != 0) { }
77
rr::
GenericVecType
type;
83
GeometryToFragmentVarying (rr::
GenericVecType
type_, int flags = VARYINGFLAG_NONE) : type(type_), flatshade((flags & VARYINGFLAG_FLATSHADE) != 0) { }
85
rr::
GenericVecType
type;
91
FragmentOutput (rr::
GenericVecType
type_) : type(type_) { }
93
rr::
GenericVecType
type
[
all
...]
/external/deqp/framework/referencerenderer/
rrShaders.hpp
48
GenericVecType
type;
70
GenericVecType
type;
90
GenericVecType
type;
rrGenericVector.hpp
32
enum
GenericVecType
rrFragmentOperations.cpp
[
all
...]
rrRenderer.cpp
[
all
...]
/external/deqp/modules/glshared/
glsRandomShaderProgram.cpp
34
static rr::
GenericVecType
mapToGenericVecType (const rsg::VariableType& varType)
glsVertexArrayTests.cpp
757
static rr::
GenericVecType
mapOutputType (const Array::OutputType& type);
763
std::vector<rr::
GenericVecType
> m_attrType;
1065
rr::
GenericVecType
ContextShaderProgram::mapOutputType (const Array::OutputType& type)
[
all
...]
glsDrawTest.cpp
[
all
...]
/external/deqp/modules/gles31/functional/
es31fFboTestUtil.cpp
55
static rr::
GenericVecType
mapDataTypeToGenericVecType(glu::DataType type)
/external/deqp/modules/gles3/functional/
es3fFboTestUtil.cpp
55
static rr::
GenericVecType
mapDataTypeToGenericVecType(glu::DataType type)
[
all
...]
Completed in 1157 milliseconds