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

1 2 3

  /external/mesa3d/src/mapi/es2api/
ABI-check 217 glUniform2uiv
  /device/generic/goldfish-opengl/system/GLESv2_enc/
gl2_ftable.h 238 {"glUniform2uiv", (void*)glUniform2uiv},
gl2_client_context.h 256 glUniform2uiv_client_proc_t glUniform2uiv;
gl2_client_context.cpp 256 glUniform2uiv = (glUniform2uiv_client_proc_t) getProc("glUniform2uiv", userData);
    [all...]
gl2_entry.cpp 251 void glUniform2uiv(GLint location, GLsizei count, const GLuint* value);
    [all...]
  /external/deqp/framework/egl/
egluStaticES30Library.inl 209 { "glUniform2uiv", (deFunctionPtr)glUniform2uiv },
  /prebuilts/ndk/r16/sources/android/ndk_helper/
gl3stub.c 76 FIND_PROC( glUniform2uiv );
147 || !glUniform2uiv || !glUniform3uiv || !glUniform4uiv || !glClearBufferiv
365 GL_APICALL void (* GL_APIENTRY glUniform2uiv)( GLint location,
gl3stub.h 448 extern GL_APICALL void (* GL_APIENTRY glUniform2uiv) (GLint location, GLsizei count, const GLuint* value);
    [all...]
  /external/deqp/modules/gles3/functional/
es3fNegativeShaderApiTests.cpp     [all...]
  /external/deqp/framework/opengl/wrapper/
glwInitES30Direct.inl 209 gl->uniform2uiv = &glUniform2uiv;
glwInitES31Direct.inl 271 gl->uniform2uiv = &glUniform2uiv;
glwInitES32Direct.inl 315 gl->uniform2uiv = &glUniform2uiv;
  /frameworks/base/opengl/java/android/opengl/
GLES30.java     [all...]
  /frameworks/native/opengl/tools/glgen/specs/gles11/
GLES30.spec 60 void glUniform2uiv ( GLint location, GLsizei count, const GLuint *value )
  /external/deqp/modules/gles31/functional/
es31fNegativeShaderApiTests.cpp     [all...]
  /external/deqp/framework/opengl/simplereference/
sglrContextWrapper.hpp 247 void glUniform2uiv (int location, int count, const deUint32* value);
  /frameworks/base/libs/hwui/debug/
gles_redefine.h     [all...]
gles_undefine.h 844 #undef glUniform2uiv
  /device/generic/goldfish-opengl/system/include/GLES3/
gl3.h     [all...]
gl31.h     [all...]
  /external/swiftshader/third_party/PowerVR_SDK/Builds/Include/GLES3/
gl3.h     [all...]
  /external/deqp/framework/platform/null/
tcuNullRenderContextInitFuncs.inl     [all...]
  /external/swiftshader/src/OpenGL/libGLESv2/
libGLESv3.cpp     [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/
GLProtoBuf.java 460 glUniform2uiv(429, 429),
    [all...]
  /frameworks/base/core/jni/
android_opengl_GLES30.cpp     [all...]

Completed in 853 milliseconds

1 2 3