HomeSort by relevance Sort by last modified time
    Searched defs:uniformName (Results 1 - 3 of 3) sorted by null

  /external/deqp/modules/gles31/functional/
es31fNegativeStateApiTests.cpp 678 const GLchar* uniformName = "Block.blockVar";
686 ctx.glGetUniformIndices(shader, 1, &uniformName, &uniformIndices);
692 ctx.glGetUniformIndices(invalid, 1, &uniformName, &uniformIndices);
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/state/
GLState.java 342 IGLProperty uniformName = new GLStringProperty(GLStateType.UNIFORM_NAME, "");
350 uniformName, uniformType, uniformSize, uniformValue);
  /external/deqp/modules/gles3/functional/
es3fUniformApiTests.cpp     [all...]

Completed in 79 milliseconds