/device/generic/goldfish/opengl/system/GLESv2_enc/ |
gl2_ftable.h | 131 {"glUniform3fv", (void*)glUniform3fv},
|
gl2_client_context.h | 131 glUniform3fv_client_proc_t glUniform3fv;
|
gl2_client_context.cpp | 133 glUniform3fv = (glUniform3fv_client_proc_t) getProc("glUniform3fv", userData);
|
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/third_party/angle/samples/angle/particle_system/ |
ParticleSystem.cpp | 149 glUniform3fv(mCenterPositionLoc, 1, centerPos.data);
|
/external/deqp/framework/egl/ |
egluStaticES20Library.inl | 124 { "glUniform3fv", (deFunctionPtr)glUniform3fv },
|
/external/deqp/modules/gles2/functional/ |
es2fNegativeShaderApiTests.cpp | 576 glUniform3fv(-1, 1, &data[0]); 604 glUniform3fv(vUnif, 1, &data[0]); 637 glUniform3fv(-2, 1, &data[0]); 647 glUniform3fv(-1, 1, &data[0]); 675 glUniform3fv(vUnif, 2, &data[0]); [all...] |
/external/chromium_org/third_party/skia/src/gpu/gl/android/ |
GrGLCreateNativeInterface_android.cpp | 165 } else if (0 == strcmp("glUniform3fv", name)) { 166 return (GrGLFuncPtr) glUniform3fv; 359 } else if (0 == strcmp("glUniform3fv", name)) { 360 return (GrGLFuncPtr) glUniform3fv;
|
/external/deqp/framework/opengl/wrapper/ |
glwInitES20Direct.inl | 124 gl->uniform3fv = &glUniform3fv;
|
glwInitES30Direct.inl | 124 gl->uniform3fv = &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/gpu/skia_bindings/ |
gl_bindings_skia_cmd_buffer.cc | 107 functions->fUniform3fv = glUniform3fv;
|
/external/chromium_org/gpu/GLES2/ |
gl2chromium_autogen.h | 139 #define glUniform3fv GLES2_GET_FUN(Uniform3fv)
|
/external/deqp/modules/gles3/functional/ |
es3fNegativeShaderApiTests.cpp | [all...] |
/external/deqp/modules/gles31/functional/ |
es31fNegativeShaderApiTests.cpp | [all...] |
/external/deqp/modules/glshared/ |
glsRandomShaderCase.cpp | 321 case 3: glUniform3fv(location, 1, (float*)value.value().getValuePtr()); break;
|
/external/chromium_org/ppapi/lib/gl/include/GLES2/ |
gl2.h | 610 #define glUniform3fv GLES2_GET_FUN(Uniform3fv) [all...] |
/external/deqp/framework/platform/null/ |
tcuNullRenderContextInitFuncs.inl | 155 gl->uniform3fv = 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 | 593 GL_APICALL void GL_APIENTRY glUniform3fv (GLint location, GLsizei count, const GLfloat* v);
|
/external/chromium_org/third_party/khronos/GLES2/ |
gl2.h | 498 GL_APICALL void GL_APIENTRY glUniform3fv (GLint location, GLsizei count, const GLfloat *value);
|
/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 | 510 glUniform3fv(location, count, v);
|
/external/deqp/framework/opengl/simplereference/ |
sglrContextWrapper.hpp | 172 void glUniform3fv (int location, int count, const float* v);
|
/external/mesa3d/include/GLES2/ |
gl2.h | 594 GL_APICALL void GL_APIENTRY glUniform3fv (GLint location, GLsizei count, const GLfloat* v);
|