HomeSort by relevance Sort by last modified time
    Searched full:uniformnames (Results 1 - 25 of 132) sorted by null

1 2 3 4 5 6

  /frameworks/native/opengl/tools/glgen/stubs/gles11/
glGetUniformIndices.java 1 // C function void glGetUniformIndices ( GLuint program, GLsizei uniformCount, const GLchar *const *uniformNames, GLuint *uniformIndices )
5 String[] uniformNames,
10 // C function void glGetUniformIndices ( GLuint program, GLsizei uniformCount, const GLchar *const *uniformNames, GLuint *uniformIndices )
14 String[] uniformNames,
glGetUniformIndices.cpp 1 /* void glGetUniformIndices ( GLuint program, GLsizei uniformCount, const GLchar *const *uniformNames, GLuint *uniformIndices ) */
18 _exceptionMessage = "uniformNames == null";
28 _exceptionMessage = "null uniformNames element";
77 /* void glGetUniformIndices ( GLuint program, GLsizei uniformCount, const GLchar *const *uniformNames, GLuint *uniformIndices ) */
97 _exceptionMessage = "uniformNames == null";
114 _exceptionMessage = "null uniformNames element";
  /external/deqp/modules/gles3/functional/
es3fIndexedStateQueryTests.cpp 309 const char* uniformNames[] =
315 glGetUniformIndices(m_program, 2, uniformNames, uniformIndices);
352 const char* uniformNames[] =
358 glGetUniformIndices(m_program, 2, uniformNames, uniformIndices);
es3fShaderStateQueryTests.cpp     [all...]
  /external/mesa3d/src/mapi/glapi/gen/
ARB_uniform_buffer_object.xml 45 <param name="uniformNames" type="const GLchar * const *" />
  /frameworks/native/opengl/tools/glgen/specs/gles11/
GLES30.spec 69 void glGetUniformIndices ( GLuint program, GLsizei uniformCount, const GLchar *const *uniformNames, GLuint *uniformIndices )
  /external/mesa3d/src/mesa/main/
uniforms.h 221 const GLchar * const *uniformNames,
uniforms.c 955 const GLchar * const *uniformNames,
980 _mesa_program_resource_find_name(shProg, GL_UNIFORM, uniformNames[i],
    [all...]
  /frameworks/base/opengl/java/android/opengl/
GLES30.java     [all...]
  /prebuilts/ndk/r11/sources/android/ndk_helper/
gl3stub.c 395 const GLchar* const * uniformNames,
gl3stub.h 457 extern GL_APICALL void (* GL_APIENTRY glGetUniformIndices) (GLuint program, GLsizei uniformCount, const GLchar* const* uniformNames, GLuint* uniformIndices);
    [all...]
  /prebuilts/ndk/r13/sources/android/ndk_helper/
gl3stub.c 395 const GLchar* const * uniformNames,
gl3stub.h 457 extern GL_APICALL void (* GL_APIENTRY glGetUniformIndices) (GLuint program, GLsizei uniformCount, const GLchar* const* uniformNames, GLuint* uniformIndices);
    [all...]
  /external/deqp/framework/opengl/simplereference/
sglrContextWrapper.hpp 256 void glGetUniformIndices (deUint32 program, int uniformCount, const char* const* uniformNames, deUint32* uniformIndices);
  /external/deqp/modules/gles2/functional/
es2fShaderStateQueryTests.cpp     [all...]
  /external/swiftshader/src/OpenGL/libGLESv2/
libGLESv3.cpp     [all...]
  /frameworks/base/core/jni/
android_opengl_GLES30.cpp     [all...]
  /frameworks/native/opengl/libs/GLES2/
gl2_api.in 613 void API_ENTRY(glGetUniformIndices)(GLuint program, GLsizei uniformCount, const GLchar *const*uniformNames, GLuint *uniformIndices) {
614 CALL_GL_API(glGetUniformIndices, program, uniformCount, uniformNames, uniformIndices);
    [all...]
  /device/generic/goldfish-opengl/system/GLESv2_enc/
GL2Encoder.h 425 static void s_glGetUniformIndices(void* self, GLuint program, GLsizei uniformCount, const GLchar ** uniformNames, GLuint* uniformIndices);
    [all...]
  /external/deqp/doc/
GLES3 Negative API Functions.txt 115 o glGetUniformIndices (GLuint program, GLsizei uniformCount, const GLchar* const* uniformNames, GLuint* uniformIndices);
  /development/ndk/platforms/android-24/include/GLES3/
gl3.h     [all...]
gl31.h     [all...]
  /external/mesa3d/include/GLES3/
gl3.h     [all...]
gl31.h     [all...]
  /external/swiftshader/include/GLES3/
gl3.h     [all...]

Completed in 3237 milliseconds

1 2 3 4 5 6