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

1 2 3

  /frameworks/native/opengl/tools/glgen/stubs/gles11/
glGetUniformIndices.java 1 // C function void glGetUniformIndices ( GLuint program, GLsizei uniformCount, const GLchar *const *uniformNames, GLuint *uniformIndices )
3 public static native void glGetUniformIndices(
10 // C function void glGetUniformIndices ( GLuint program, GLsizei uniformCount, const GLchar *const *uniformNames, GLuint *uniformIndices )
12 public static native void glGetUniformIndices(
glGetUniformIndices.cpp 1 /* void glGetUniformIndices ( GLuint program, GLsizei uniformCount, const GLchar *const *uniformNames, GLuint *uniformIndices ) */
56 glGetUniformIndices(program, _count, _names, _indices);
77 /* void glGetUniformIndices ( GLuint program, GLsizei uniformCount, const GLchar *const *uniformNames, GLuint *uniformIndices ) */
135 glGetUniformIndices(program, _count, _names, _indices);
  /external/deqp/framework/egl/
egluStaticES30Library.inl 66 { "glGetUniformIndices", (deFunctionPtr)glGetUniformIndices },
  /external/deqp/modules/gles3/functional/
es3fIndexedStateQueryTests.cpp 315 glGetUniformIndices(m_program, 2, uniformNames, uniformIndices);
358 glGetUniformIndices(m_program, 2, uniformNames, uniformIndices);
es3fNegativeStateApiTests.cpp 659 ES3F_ADD_API_CASE(get_uniform_indices, "Invalid glGetUniformIndices() usage",
672 glGetUniformIndices(shader, 1, &uniformName, &uniformIndices);
678 glGetUniformIndices(invalid, 1, &uniformName, &uniformIndices);
    [all...]
es3fShaderStateQueryTests.cpp     [all...]
  /development/ndk/platforms/android-18/samples/gles3jni/jni/
gl3stub.c 84 FIND_PROC(glGetUniformIndices);
190 !glGetUniformIndices ||
302 GL_APICALL void (* GL_APIENTRY glGetUniformIndices) (GLuint program, GLsizei uniformCount, const GLchar* const* uniformNames, GLuint* uniformIndices);
gl3stub.h 444 extern GL_APICALL void (* GL_APIENTRY glGetUniformIndices) (GLuint program, GLsizei uniformCount, const GLchar* const* uniformNames, GLuint* uniformIndices);
    [all...]
  /development/ndk/sources/android/ndk_helper/
gl3stub.c 85 FIND_PROC( glGetUniformIndices );
149 || !glCopyBufferSubData || !glGetUniformIndices || !glGetActiveUniformsiv
393 GL_APICALL void (* GL_APIENTRY glGetUniformIndices)( GLuint program,
gl3stub.h 454 extern GL_APICALL void (* GL_APIENTRY glGetUniformIndices) (GLuint program, GLsizei uniformCount, const GLchar* const* uniformNames, GLuint* uniformIndices);
    [all...]
  /external/deqp/framework/opengl/wrapper/
glwInitES30Direct.inl 208 gl->getUniformIndices = &glGetUniformIndices;
  /frameworks/base/opengl/java/android/opengl/
GLES30.java     [all...]
  /frameworks/native/opengl/libs/GLES_trace/
gltrace.proto 464 glGetUniformIndices = 438;
  /frameworks/native/opengl/tools/glgen/specs/gles11/
GLES30.spec 69 void glGetUniformIndices ( GLuint program, GLsizei uniformCount, const GLchar *const *uniformNames, GLuint *uniformIndices )
  /external/deqp/modules/gles31/functional/
es31fNegativeStateApiTests.cpp 686 ctx.glGetUniformIndices(shader, 1, &uniformName, &uniformIndices);
692 ctx.glGetUniformIndices(invalid, 1, &uniformName, &uniformIndices);
    [all...]
  /external/deqp/framework/platform/null/
tcuNullRenderContextInitFuncs.inl 297 gl->getUniformIndices = glGetUniformIndices;
  /external/deqp/framework/opengl/simplereference/
sglrContextWrapper.hpp 256 void glGetUniformIndices (deUint32 program, int uniformCount, const char* const* uniformNames, deUint32* uniformIndices);
  /development/ndk/platforms/android-18/include/GLES3/
gl3.h     [all...]
  /external/chromium_org/third_party/angle/include/GLES3/
gl3.h     [all...]
  /frameworks/native/opengl/include/GLES3/
gl3.h     [all...]
  /prebuilts/ndk/9/platforms/android-18/arch-arm/usr/include/GLES3/
gl3.h     [all...]
  /prebuilts/ndk/9/platforms/android-18/arch-mips/usr/include/GLES3/
gl3.h     [all...]
  /prebuilts/ndk/9/platforms/android-18/arch-x86/usr/include/GLES3/
gl3.h     [all...]
  /prebuilts/ndk/9/platforms/android-19/arch-arm/usr/include/GLES3/
gl3.h     [all...]
  /prebuilts/ndk/9/platforms/android-19/arch-mips/usr/include/GLES3/
gl3.h     [all...]

Completed in 157 milliseconds

1 2 3