HomeSort by relevance Sort by last modified time
    Searched refs:uniformValue (Results 1 - 6 of 6) 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...]
  /external/chromium_org/third_party/WebKit/Source/core/inspector/
InjectedScriptCanvasModuleSource.js     [all...]

Completed in 261 milliseconds