/device/generic/goldfish/opengl/system/GLESv2_enc/ |
gl2_ftable.h | 123 {"glUniform1fv", (void*)glUniform1fv},
|
gl2_client_context.h | 123 glUniform1fv_client_proc_t glUniform1fv;
|
gl2_client_context.cpp | 125 glUniform1fv = (glUniform1fv_client_proc_t) getProc("glUniform1fv", userData);
|
gl2_entry.cpp | 121 void glUniform1fv(GLint location, GLsizei count, const GLfloat* v); 906 void glUniform1fv(GLint location, GLsizei count, const GLfloat* v) 909 ctx->glUniform1fv(ctx, location, count, v); [all...] |
/external/deqp/framework/egl/ |
egluStaticES20Library.inl | 116 { "glUniform1fv", (deFunctionPtr)glUniform1fv },
|
/external/deqp/modules/gles2/functional/ |
es2fNegativeShaderApiTests.cpp | 572 glUniform1fv(-1, 1, &data[0]); 600 glUniform1fv(vUnif, 1, &data[0]); 618 glUniform1fv(fSampler, 1, &data[0]); 633 glUniform1fv(-2, 1, &data[0]); 643 glUniform1fv(-1, 1, &data[0]); 671 glUniform1fv(vUnif, 2, &data[0]); [all...] |
/external/chromium_org/third_party/skia/src/gpu/gl/android/ |
GrGLCreateNativeInterface_android.cpp | 149 } else if (0 == strcmp("glUniform1fv", name)) { 150 return (GrGLFuncPtr) glUniform1fv; 343 } else if (0 == strcmp("glUniform1fv", name)) { 344 return (GrGLFuncPtr) glUniform1fv;
|
/external/deqp/framework/opengl/wrapper/ |
glwInitES20Direct.inl | 116 gl->uniform1fv = &glUniform1fv;
|
glwInitES30Direct.inl | 116 gl->uniform1fv = &glUniform1fv;
|
/external/chromium_org/gpu/skia_bindings/ |
gl_bindings_skia_cmd_buffer.cc | 99 functions->fUniform1fv = glUniform1fv;
|
/external/chromium_org/gpu/GLES2/ |
gl2chromium_autogen.h | 131 #define glUniform1fv GLES2_GET_FUN(Uniform1fv)
|
/external/deqp/modules/gles3/functional/ |
es3fNegativeShaderApiTests.cpp | [all...] |
/external/deqp/modules/gles31/functional/ |
es31fNegativeShaderApiTests.cpp | [all...] |
/external/deqp/modules/glshared/ |
glsRandomShaderCase.cpp | 319 case 1: glUniform1fv(location, 1, (float*)value.value().getValuePtr()); break;
|
/external/chromium_org/ppapi/lib/gl/include/GLES2/ |
gl2.h | 602 #define glUniform1fv GLES2_GET_FUN(Uniform1fv) [all...] |
/external/deqp/framework/platform/null/ |
tcuNullRenderContextInitFuncs.inl | 153 gl->uniform1fv = glUniform1fv;
|
/development/ndk/platforms/android-5/include/GLES2/ |
gl2.h | 586 GL_APICALL void GL_APIENTRY glUniform1fv (GLint location, GLsizei count, const GLfloat* v);
|
/external/chromium_org/third_party/angle/include/GLES2/ |
gl2.h | 585 GL_APICALL void GL_APIENTRY glUniform1fv (GLint location, GLsizei count, const GLfloat* v);
|
/external/chromium_org/third_party/khronos/GLES2/ |
gl2.h | 490 GL_APICALL void GL_APIENTRY glUniform1fv (GLint location, GLsizei count, const GLfloat *value);
|
/external/chromium_org/third_party/mesa/src/include/GLES2/ |
gl2.h | 586 GL_APICALL void GL_APIENTRY glUniform1fv (GLint location, GLsizei count, const GLfloat* v);
|
/external/chromium_org/ui/gl/ |
gl_bindings_skia_in_process.cc | 478 glUniform1fv(location, count, v);
|
/external/deqp/framework/opengl/simplereference/ |
sglrContextWrapper.hpp | 164 void glUniform1fv (int location, int count, const float* v);
|
/external/mesa3d/include/GLES2/ |
gl2.h | 586 GL_APICALL void GL_APIENTRY glUniform1fv (GLint location, GLsizei count, const GLfloat* v);
|
/external/chromium_org/gpu/command_buffer/service/ |
program_manager.cc | 298 glUniform1fv(location, size, reinterpret_cast<const GLfloat*>(zero)); [all...] |
/external/chromium_org/mojo/examples/pepper_container_app/ |
ppb_opengles2_thunk.cc | 1090 glUniform1fv(location, count, v); [all...] |