HomeSort by relevance Sort by last modified time
    Searched refs:GL_UNIFORM_TYPE (Results 1 - 25 of 86) sorted by null

1 2 3 4

  /frameworks/native/opengl/tools/glgen/stubs/gles11/
GLES30Header.java-if 263 public static final int GL_UNIFORM_TYPE = 0x8A37;
  /external/deqp/modules/gles3/functional/
es3fNegativeStateApiTests.cpp 542 glGetActiveUniformsiv(-1, 1, &dummyUniformIndex, GL_UNIFORM_TYPE, &dummyParamDst);
547 glGetActiveUniformsiv(shader, 1, &dummyUniformIndex, GL_UNIFORM_TYPE, &dummyParamDst);
560 glGetActiveUniformsiv(program.getProgram(), (GLsizei)invalidUniformIndices.size(), &invalidUniformIndices[0], GL_UNIFORM_TYPE, &dummyParamsDst[0]);
    [all...]
  /external/deqp/modules/gles31/functional/
es31fShaderStateQueryTests.cpp 145 gl.getActiveUniformsiv(program.getProgram(), 1, &uniformIndex, GL_UNIFORM_TYPE, &type);
es31fNegativeStateApiTests.cpp 810 ctx.glGetActiveUniformsiv(-1, 1, &dummyUniformIndex, GL_UNIFORM_TYPE, &dummyParamDst);
815 ctx.glGetActiveUniformsiv(shader, 1, &dummyUniformIndex, GL_UNIFORM_TYPE, &dummyParamDst);
828 ctx.glGetActiveUniformsiv(program.getProgram(), (GLsizei)invalidUniformIndices.size(), &invalidUniformIndices[0], GL_UNIFORM_TYPE, &dummyParamsDst[0]);
    [all...]
  /external/libgdx/gdx/src/com/badlogic/gdx/graphics/
GL30.java 264 public final int GL_UNIFORM_TYPE = 0x8A37;
    [all...]
  /external/mesa3d/src/mesa/main/
uniform_query.cpp 112 case GL_UNIFORM_TYPE:
  /external/deqp/framework/opengl/
gluStrUtil.inl 154 case GL_UNIFORM_TYPE: return "GL_UNIFORM_TYPE";
    [all...]
  /development/ndk/platforms/android-18/samples/gles3jni/jni/
gl3stub.h 311 #define GL_UNIFORM_TYPE 0x8A37
    [all...]
  /development/ndk/sources/android/ndk_helper/
gl3stub.h 321 #define GL_UNIFORM_TYPE 0x8A37
    [all...]
  /frameworks/base/opengl/java/android/opengl/
GLES30.java 263 public static final int GL_UNIFORM_TYPE = 0x8A37;
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/
GLEnum.java 936 GL_UNIFORM_TYPE(0x8A37),
    [all...]
  /development/ndk/platforms/android-18/include/GLES3/
gl3.h     [all...]
  /development/ndk/platforms/android-21/include/GLES3/
gl3.h     [all...]
  /device/generic/goldfish-opengl/system/include/GLES3/
gl3.h     [all...]
  /prebuilts/ndk/current/platforms/android-18/arch-arm/usr/include/GLES3/
gl3.h     [all...]
  /prebuilts/ndk/current/platforms/android-18/arch-mips/usr/include/GLES3/
gl3.h     [all...]
  /prebuilts/ndk/current/platforms/android-18/arch-x86/usr/include/GLES3/
gl3.h     [all...]
  /prebuilts/ndk/current/platforms/android-19/arch-arm/usr/include/GLES3/
gl3.h     [all...]
  /prebuilts/ndk/current/platforms/android-19/arch-mips/usr/include/GLES3/
gl3.h     [all...]
  /prebuilts/ndk/current/platforms/android-19/arch-x86/usr/include/GLES3/
gl3.h     [all...]
  /prebuilts/ndk/current/platforms/android-21/arch-arm/usr/include/GLES3/
gl3.h     [all...]
  /prebuilts/ndk/current/platforms/android-21/arch-arm64/usr/include/GLES3/
gl3.h     [all...]
  /prebuilts/ndk/current/platforms/android-21/arch-mips/usr/include/GLES3/
gl3.h     [all...]
  /prebuilts/ndk/current/platforms/android-21/arch-mips64/usr/include/GLES3/
gl3.h     [all...]
  /prebuilts/ndk/current/platforms/android-21/arch-x86/usr/include/GLES3/
gl3.h     [all...]

Completed in 824 milliseconds

1 2 3 4