OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:layoutlocation
(Results
1 - 4
of
4
) sorted by null
/external/deqp/modules/gles31/functional/
es31fUniformLocationTests.cpp
80
ShaderStage
layoutLocation
;
87
,
layoutLocation
(layoutLocation_)
287
const bool layoutInVert = (uniformInfo.
layoutLocation
& UniformInfo::SHADERSTAGE_VERTEX) != 0;
288
const bool layoutInFrag = (uniformInfo.
layoutLocation
& UniformInfo::SHADERSTAGE_FRAGMENT) != 0;
[
all
...]
/cts/tests/tests/view/src/android/view/cts/
ViewTest.java
[
all
...]
/external/deqp/modules/glshared/
glsAttributeLocationTests.hpp
98
deInt32
layoutLocation
= LOC_UNDEF,
glsAttributeLocationTests.cpp
671
Attribute::Attribute (const AttribType& type, const string& name, deInt32
layoutLocation
, const Cond& cond, int arraySize)
674
, m_layoutLocation (
layoutLocation
)
[
all
...]
Completed in 84 milliseconds