OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:uniformValue
(Results
1 - 5
of
5
) sorted by null
/external/deqp/modules/gles2/functional/
es2fShaderStateQueryTests.cpp
[
all
...]
/external/deqp/modules/gles3/functional/
es3fShaderStateQueryTests.cpp
[
all
...]
/external/deqp/modules/gles2/stress/
es2sSpecialFloatTests.cpp
875
const tcu::UVec4
uniformValue
= tcu::UVec4(s_specialFloats[x], s_specialFloats[y], one, one);
878
gl.uniform4fv(specialLoc, 1, (const float*)
uniformValue
.getPtr());
[
all
...]
/sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/state/
GLState.java
347
IGLProperty
uniformValue
= new GLObjectProperty(GLStateType.UNIFORM_VALUE,
350
uniformName, uniformType, uniformSize,
uniformValue
);
/external/deqp/modules/gles3/stress/
es3sSpecialFloatTests.cpp
890
const tcu::UVec4
uniformValue
= tcu::UVec4(s_specialFloats[x], s_specialFloats[y], one, one);
893
gl.uniform4fv(specialLoc, 1, (const float*)
uniformValue
.getPtr());
[
all
...]
Completed in 180 milliseconds