Home
last modified time | relevance | path

Searched refs:glUniform2fv (Results 1 – 14 of 14) sorted by relevance

/external/webkit/Source/WebCore/platform/graphics/cairo/
DOpenGLShims.h192 FUNCTION_TABLE_ENTRY(glUniform2fv);
290 #define glUniform2fv LOOKUP_GL_FUNCTION(glUniform2fv) macro
DOpenGLShims.cpp158 ASSIGN_FUNCTION_TABLE_ENTRY(glUniform2fv, success); in initializeOpenGLShims()
/external/webkit/Source/ThirdParty/ANGLE/src/libGLESv2/
DlibGLESv2.def119 glUniform2fv @117
DlibGLESv2.cpp4931 glUniform2fv(location, 1, (GLfloat*)&xy); in glUniform2f()
4934 void __stdcall glUniform2fv(GLint location, GLsizei count, const GLfloat* v) in glUniform2fv() function
/external/skia/src/gpu/android/
DGrGLCreateNativeInterface_android.cpp91 interface->fUniform2fv = glUniform2fv; in GrGLCreateNativeInterface()
/external/skia/src/gpu/ios/
DGrGLDefaultInterface_iOS.cpp94 interface->fUniform2fv = glUniform2fv; in GrGLDefaultInterface()
/external/skia/src/gpu/mac/
DGrGLCreateNativeInterface_mac.cpp141 interface->fUniform2fv = glUniform2fv; in GrGLCreateNativeInterface()
/external/eigen/unsupported/Eigen/
DOpenGLSupport244 static void glUniform2fv_ei (GLint loc, const float* v) { glUniform2fv(loc,1,v); }
/external/mesa3d/include/GLES2/
Dgl2.h590 GL_APICALL void GL_APIENTRY glUniform2fv (GLint location, GLsizei count, const GLfloat* v);
/external/webkit/Source/ThirdParty/ANGLE/include/GLES2/
Dgl2.h590 GL_APICALL void GL_APIENTRY glUniform2fv (GLint location, GLsizei count, const GLfloat* v);
/external/webkit/Source/WebCore/platform/graphics/opengl/
DGraphicsContext3DOpenGL.cpp992 ::glUniform2fv(location, size, array); in uniform2fv()
/external/jmonkeyengine/engine/src/android/com/jme3/renderer/android/
DOGLESShaderRenderer.java885 GLES20.glUniform2fv(loc, fb.capacity() / 2, fb); in updateUniform()
/external/webkit/Source/WebCore/platform/graphics/qt/
DGraphicsContext3DQt.cpp397 uniform2fv = GET_PROC_ADDRESS(glUniform2fv); in GraphicsContext3DInternal()
/external/qemu/distrib/sdl-1.2.15/include/
DSDL_opengl.h3518 GLAPI void APIENTRY glUniform2fv (GLint, GLsizei, const GLfloat *);