HomeSort by relevance Sort by last modified time
    Searched refs:glUniform3uiv (Results 1 - 22 of 22) sorted by null

  /external/deqp/framework/egl/
egluStaticES30Library.inl 58 { "glUniform3uiv", (deFunctionPtr)glUniform3uiv },
  /development/ndk/platforms/android-18/samples/gles3jni/jni/
gl3stub.c 76 FIND_PROC(glUniform3uiv);
182 !glUniform3uiv ||
294 GL_APICALL void (* GL_APIENTRY glUniform3uiv) (GLint location, GLsizei count, const GLuint* value);
gl3stub.h 436 extern GL_APICALL void (* GL_APIENTRY glUniform3uiv) (GLint location, GLsizei count, const GLuint* value);
    [all...]
  /development/ndk/sources/android/ndk_helper/
gl3stub.c 77 FIND_PROC( glUniform3uiv );
147 || !glUniform2uiv || !glUniform3uiv || !glUniform4uiv || !glClearBufferiv
368 GL_APICALL void (* GL_APIENTRY glUniform3uiv)( GLint location,
gl3stub.h 446 extern GL_APICALL void (* GL_APIENTRY glUniform3uiv) (GLint location, GLsizei count, const GLuint* value);
    [all...]
  /external/deqp/modules/gles3/functional/
es3fNegativeShaderApiTests.cpp     [all...]
es3fUniformApiTests.cpp     [all...]
  /external/deqp/modules/gles31/functional/
es31fNegativeShaderApiTests.cpp     [all...]
  /external/deqp/framework/opengl/wrapper/
glwInitES30Direct.inl 200 gl->uniform3uiv = &glUniform3uiv;
glwApi.inl 255 #define glUniform3uiv glwUniform3uiv
    [all...]
  /external/deqp/framework/platform/null/
tcuNullRenderContextInitFuncs.inl 255 gl->uniform3uiv = glUniform3uiv;
tcuNullRenderContextFuncs.inl     [all...]
  /external/deqp/framework/opengl/simplereference/
sglrContextWrapper.hpp 248 void glUniform3uiv (int location, int count, const deUint32* value);
  /development/ndk/platforms/android-18/include/GLES3/
gl3.h     [all...]
  /external/chromium_org/third_party/angle/include/GLES3/
gl3.h     [all...]
  /external/chromium_org/third_party/angle/src/libGLESv2/
libGLESv2.cpp     [all...]
  /external/deqp/framework/opengl/
gluCallLogWrapperApi.inl 255 void glUniform3uiv (glw::GLint location, glw::GLsizei count, const glw::GLuint* value);
    [all...]
gluCallLogWrapper.inl     [all...]
  /external/chromium_org/third_party/mesa/src/include/GL/
gl_mangle.h     [all...]
glext.h     [all...]
  /external/mesa3d/include/GL/
gl_mangle.h     [all...]
glext.h     [all...]

Completed in 96 milliseconds