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

1 2 3

  /development/ndk/platforms/android-18/samples/gles3jni/jni/
RendererES2.cpp 139 glUniform2fv(mOffsetUniform, 1, mOffsets + 2*i);
  /device/generic/goldfish/opengl/system/GLESv2_enc/
gl2_ftable.h 127 {"glUniform2fv", (void*)glUniform2fv},
gl2_client_context.h 127 glUniform2fv_client_proc_t glUniform2fv;
    [all...]
gl2_entry.cpp 125 void glUniform2fv(GLint location, GLsizei count, const GLfloat* v);
930 void glUniform2fv(GLint location, GLsizei count, const GLfloat* v)
933 ctx->glUniform2fv(ctx, location, count, v);
    [all...]
  /external/webkit/Source/WebCore/platform/graphics/cairo/
OpenGLShims.h 192 FUNCTION_TABLE_ENTRY(glUniform2fv);
290 #define glUniform2fv LOOKUP_GL_FUNCTION(glUniform2fv)
OpenGLShims.cpp 158 ASSIGN_FUNCTION_TABLE_ENTRY(glUniform2fv, success);
  /external/skia/src/gpu/gl/android/
GrGLCreateNativeInterface_android.cpp 100 interface->fUniform2fv = glUniform2fv;
  /external/skia/src/gpu/gl/iOS/
GrGLCreateNativeInterface_iOS.cpp 96 interface->fUniform2fv = glUniform2fv;
  /external/skia/src/gpu/gl/mac/
GrGLCreateNativeInterface_mac.cpp 148 interface->fUniform2fv = glUniform2fv;
  /frameworks/base/opengl/java/android/opengl/
GLES20.java     [all...]
  /frameworks/native/opengl/libs/GLES_trace/
gltrace.proto 373 glUniform2fv = 347;
  /frameworks/native/opengl/tools/glgen/specs/gles11/
GLES20.spec 118 void glUniform2fv ( GLint location, GLsizei count, const GLfloat *v )
  /sdk/emulator/opengl/host/libs/Translator/GLcommon/
GLDispatch.cpp 255 void (GL_APIENTRY *GLDispatch::glUniform2fv)(GLint,GLsizei,const GLfloat*) = NULL;
493 LOAD_GL_FUNC(glUniform2fv);
  /development/ndk/platforms/android-5/include/GLES2/
gl2.h 590 GL_APICALL void GL_APIENTRY glUniform2fv (GLint location, GLsizei count, const GLfloat* v);
  /external/webkit/Source/ThirdParty/ANGLE/include/GLES2/
gl2.h 590 GL_APICALL void GL_APIENTRY glUniform2fv (GLint location, GLsizei count, const GLfloat* v);
  /frameworks/base/media/mca/filterfw/native/core/
shader_program.cpp 785 glUniform2fv(var, n, values);
    [all...]
  /frameworks/native/opengl/include/GLES2/
gl2.h 589 GL_APICALL void GL_APIENTRY glUniform2fv (GLint location, GLsizei count, const GLfloat* v);
  /frameworks/native/opengl/libs/GLES_trace/src/
gltrace_fixup.cpp 786 case GLMessage::glUniform2fv:
787 /* void glUniform2fv(GLint location, GLsizei count, const GLfloat *value); */
    [all...]
  /frameworks/rs/driver/
rsdShader.cpp 370 RSD_CALL_GL(glUniform2fv, slot, arraySize, fd);
  /prebuilts/ndk/4/platforms/android-5/arch-arm/usr/include/GLES2/
gl2.h 589 GL_APICALL void GL_APIENTRY glUniform2fv (GLint location, GLsizei count, const GLfloat* v);
  /prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/GLES2/
gl2.h 589 GL_APICALL void GL_APIENTRY glUniform2fv (GLint location, GLsizei count, const GLfloat* v);
  /prebuilts/ndk/4/platforms/android-8/arch-arm/usr/include/GLES2/
gl2.h 589 GL_APICALL void GL_APIENTRY glUniform2fv (GLint location, GLsizei count, const GLfloat* v);
  /prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/GLES2/
gl2.h 589 GL_APICALL void GL_APIENTRY glUniform2fv (GLint location, GLsizei count, const GLfloat* v);
  /prebuilts/ndk/5/platforms/android-5/arch-arm/usr/include/GLES2/
gl2.h 589 GL_APICALL void GL_APIENTRY glUniform2fv (GLint location, GLsizei count, const GLfloat* v);
  /prebuilts/ndk/6/platforms/android-5/arch-arm/usr/include/GLES2/
gl2.h 589 GL_APICALL void GL_APIENTRY glUniform2fv (GLint location, GLsizei count, const GLfloat* v);

Completed in 1290 milliseconds

1 2 3