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

1 2 3

  /device/generic/goldfish/opengl/system/GLESv2_enc/
gl2_ftable.h 131 {"glUniform3fv", (void*)glUniform3fv},
gl2_client_context.h 131 glUniform3fv_client_proc_t glUniform3fv;
    [all...]
gl2_entry.cpp 129 void glUniform3fv(GLint location, GLsizei count, const GLfloat* v);
954 void glUniform3fv(GLint location, GLsizei count, const GLfloat* v)
957 ctx->glUniform3fv(ctx, location, count, v);
    [all...]
  /external/webkit/Source/WebCore/platform/graphics/cairo/
OpenGLShims.h 196 FUNCTION_TABLE_ENTRY(glUniform3fv);
294 #define glUniform3fv LOOKUP_GL_FUNCTION(glUniform3fv)
OpenGLShims.cpp 162 ASSIGN_FUNCTION_TABLE_ENTRY(glUniform3fv, success);
  /external/skia/src/gpu/gl/android/
GrGLCreateNativeInterface_android.cpp 104 interface->fUniform3fv = glUniform3fv;
  /external/skia/src/gpu/gl/iOS/
GrGLCreateNativeInterface_iOS.cpp 100 interface->fUniform3fv = glUniform3fv;
  /external/skia/src/gpu/gl/mac/
GrGLCreateNativeInterface_mac.cpp 152 interface->fUniform3fv = glUniform3fv;
  /frameworks/base/opengl/java/android/opengl/
GLES20.java     [all...]
  /frameworks/native/opengl/libs/GLES_trace/
gltrace.proto 377 glUniform3fv = 351;
  /frameworks/native/opengl/tools/glgen/specs/gles11/
GLES20.spec 122 void glUniform3fv ( GLint location, GLsizei count, const GLfloat *v )
  /sdk/emulator/opengl/host/libs/Translator/GLcommon/
GLDispatch.cpp 259 void (GL_APIENTRY *GLDispatch::glUniform3fv)(GLint,GLsizei,const GLfloat*) = NULL;
497 LOAD_GL_FUNC(glUniform3fv);
  /development/ndk/platforms/android-5/include/GLES2/
gl2.h 594 GL_APICALL void GL_APIENTRY glUniform3fv (GLint location, GLsizei count, const GLfloat* v);
  /external/webkit/Source/ThirdParty/ANGLE/include/GLES2/
gl2.h 594 GL_APICALL void GL_APIENTRY glUniform3fv (GLint location, GLsizei count, const GLfloat* v);
  /frameworks/base/media/mca/filterfw/native/core/
shader_program.cpp 789 glUniform3fv(var, n, values);
    [all...]
  /frameworks/native/opengl/include/GLES2/
gl2.h 593 GL_APICALL void GL_APIENTRY glUniform3fv (GLint location, GLsizei count, const GLfloat* v);
  /frameworks/native/opengl/libs/GLES_trace/src/
gltrace_fixup.cpp 790 case GLMessage::glUniform3fv:
791 /* void glUniform3fv(GLint location, GLsizei count, const GLfloat *value); */
    [all...]
  /frameworks/rs/driver/
rsdShader.cpp 373 RSD_CALL_GL(glUniform3fv, slot, arraySize, fd);
  /prebuilts/ndk/4/platforms/android-5/arch-arm/usr/include/GLES2/
gl2.h 593 GL_APICALL void GL_APIENTRY glUniform3fv (GLint location, GLsizei count, const GLfloat* v);
  /prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/GLES2/
gl2.h 593 GL_APICALL void GL_APIENTRY glUniform3fv (GLint location, GLsizei count, const GLfloat* v);
  /prebuilts/ndk/4/platforms/android-8/arch-arm/usr/include/GLES2/
gl2.h 593 GL_APICALL void GL_APIENTRY glUniform3fv (GLint location, GLsizei count, const GLfloat* v);
  /prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/GLES2/
gl2.h 593 GL_APICALL void GL_APIENTRY glUniform3fv (GLint location, GLsizei count, const GLfloat* v);
  /prebuilts/ndk/5/platforms/android-5/arch-arm/usr/include/GLES2/
gl2.h 593 GL_APICALL void GL_APIENTRY glUniform3fv (GLint location, GLsizei count, const GLfloat* v);
  /prebuilts/ndk/6/platforms/android-5/arch-arm/usr/include/GLES2/
gl2.h 593 GL_APICALL void GL_APIENTRY glUniform3fv (GLint location, GLsizei count, const GLfloat* v);
  /prebuilts/ndk/6/platforms/android-5/arch-x86/usr/include/GLES2/
gl2.h 593 GL_APICALL void GL_APIENTRY glUniform3fv (GLint location, GLsizei count, const GLfloat* v);

Completed in 437 milliseconds

1 2 3