/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/chromium_org/gpu/skia_bindings/ |
gl_bindings_skia_cmd_buffer.cc | 94 interface->fUniform3fv = glUniform3fv;
|
/external/chromium_org/gpu/command_buffer/tests/ |
gl_bind_uniform_location_unittest.cc | 209 glUniform3fv(color_c_location, 8, color_c);
|
/external/chromium_org/third_party/angle/samples/gles2_book/ParticleSystem/ |
ParticleSystem.c | 195 glUniform3fv ( userData->centerPositionLoc, 1, ¢erPos[0] );
|
/external/chromium_org/third_party/skia/src/gpu/gl/iOS/ |
GrGLCreateNativeInterface_iOS.cpp | 105 interface->fUniform3fv = glUniform3fv;
|
/external/skia/src/gpu/gl/iOS/ |
GrGLCreateNativeInterface_iOS.cpp | 105 interface->fUniform3fv = glUniform3fv;
|
/external/chromium_org/gpu/GLES2/ |
gl2chromium_autogen.h | 137 #define glUniform3fv GLES2_GET_FUN(Uniform3fv)
|
/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 )
|
/external/chromium_org/third_party/skia/src/gpu/gl/android/ |
GrGLCreateNativeInterface_android.cpp | 130 interface->fUniform3fv = glUniform3fv; 343 interface->fUniform3fv = (GrGLUniform3fvProc) eglGetProcAddress("glUniform3fv");
|
/external/skia/src/gpu/gl/android/ |
GrGLCreateNativeInterface_android.cpp | 130 interface->fUniform3fv = glUniform3fv; 343 interface->fUniform3fv = (GrGLUniform3fvProc) eglGetProcAddress("glUniform3fv");
|
/external/chromium_org/ppapi/lib/gl/include/GLES2/ |
gl2.h | 610 #define glUniform3fv GLES2_GET_FUN(Uniform3fv) [all...] |
/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/chromium_org/third_party/angle/include/GLES2/ |
gl2.h | 594 GL_APICALL void GL_APIENTRY glUniform3fv (GLint location, GLsizei count, const GLfloat* v);
|
/external/chromium_org/third_party/khronos/GLES2/ |
gl2.h | 594 GL_APICALL void GL_APIENTRY glUniform3fv (GLint location, GLsizei count, const GLfloat* v);
|
/external/chromium_org/third_party/mesa/src/include/GLES2/ |
gl2.h | 594 GL_APICALL void GL_APIENTRY glUniform3fv (GLint location, GLsizei count, const GLfloat* v);
|
/external/chromium_org/ui/gl/ |
gl_bindings_skia_in_process.cc | 493 glUniform3fv(location, count, v);
|
/external/mesa3d/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/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/ |
ImageShader.java | 375 GLES20.glUniform3fv(uniform.getLocation(), len / 3, values, 0);
|
/frameworks/native/opengl/include/GLES2/ |
gl2.h | 593 GL_APICALL void GL_APIENTRY glUniform3fv (GLint location, GLsizei count, const GLfloat* v);
|