Searched refs:glUniform3fv (Results 1 - 25 of 45) sorted by relevance

12

/external/chromium_org/third_party/angle/samples/angle/particle_system/
H A DParticleSystem.cpp149 glUniform3fv(mCenterPositionLoc, 1, centerPos.data);
/external/deqp/framework/egl/
H A DegluStaticES20Library.inl124 { "glUniform3fv", (deFunctionPtr)glUniform3fv },
/external/deqp/modules/gles2/functional/
H A Des2fNegativeShaderApiTests.cpp576 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]);
/external/chromium_org/third_party/skia/src/gpu/gl/android/
H A DGrGLCreateNativeInterface_android.cpp165 } 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/
H A DglwInitES20Direct.inl124 gl->uniform3fv = &glUniform3fv;
H A DglwInitES30Direct.inl124 gl->uniform3fv = &glUniform3fv;
/external/chromium_org/gpu/command_buffer/tests/
H A Dgl_bind_uniform_location_unittest.cc209 glUniform3fv(color_c_location, 8, color_c);
/external/chromium_org/gpu/skia_bindings/
H A Dgl_bindings_skia_cmd_buffer.cc107 functions->fUniform3fv = glUniform3fv;
/external/skia/src/gpu/gl/iOS/
H A DGrGLCreateNativeInterface_iOS.cpp104 functions->fUniform3fv = glUniform3fv;
/external/chromium_org/gpu/GLES2/
H A Dgl2chromium_autogen.h139 #define glUniform3fv GLES2_GET_FUN(Uniform3fv) macro
/external/skia/src/gpu/gl/android/
H A DGrGLCreateNativeInterface_android.cpp133 functions->fUniform3fv = glUniform3fv;
/external/deqp/modules/gles3/functional/
H A Des3fNegativeShaderApiTests.cpp853 glUniform3fv(-1, 1, &data[0]);
884 glUniform3fv(vec4_v, 1, &data[0]);
921 glUniform3fv(-2, 1, &data[0]);
931 glUniform3fv(-1, 1, &data[0]);
961 glUniform3fv(vec4_v, 2, &data[0]);
/external/deqp/modules/gles31/functional/
H A Des31fNegativeShaderApiTests.cpp886 ctx.glUniform3fv(-1, 1, &data[0]);
918 ctx.glUniform3fv(vec4_v, 1, &data[0]);
956 ctx.glUniform3fv(-2, 1, &data[0]);
966 ctx.glUniform3fv(-1, 1, &data[0]);
997 ctx.glUniform3fv(vec4_v, 2, &data[0]);
/external/deqp/modules/glshared/
H A DglsRandomShaderCase.cpp321 case 3: glUniform3fv(location, 1, (float*)value.value().getValuePtr()); break;
/external/chromium_org/ppapi/lib/gl/include/GLES2/
H A Dgl2.h610 #define glUniform3fv GLES2_GET_FUN(Uniform3fv) macro
759 GL_APICALL void GL_APIENTRY glUniform3fv (GLint location, GLsizei count, const GLfloat* v);
/external/deqp/framework/platform/null/
H A DtcuNullRenderContextInitFuncs.inl155 gl->uniform3fv = glUniform3fv;
/external/chromium_org/third_party/angle/include/GLES2/
H A Dgl2.h593 GL_APICALL void GL_APIENTRY glUniform3fv (GLint location, GLsizei count, const GLfloat* v);
/external/chromium_org/third_party/khronos/GLES2/
H A Dgl2.h498 GL_APICALL void GL_APIENTRY glUniform3fv (GLint location, GLsizei count, const GLfloat *value);
/external/chromium_org/third_party/mesa/src/include/GLES2/
H A Dgl2.h594 GL_APICALL void GL_APIENTRY glUniform3fv (GLint location, GLsizei count, const GLfloat* v);
/external/chromium_org/ui/gl/
H A Dgl_bindings_skia_in_process.cc510 glUniform3fv(location, count, v);
/external/deqp/framework/opengl/simplereference/
H A DsglrContextWrapper.hpp172 void glUniform3fv (int location, int count, const float* v);
/external/mesa3d/include/GLES2/
H A Dgl2.h594 GL_APICALL void GL_APIENTRY glUniform3fv (GLint location, GLsizei count, const GLfloat* v);
/external/chromium_org/gpu/command_buffer/service/
H A Dprogram_manager.cc304 glUniform3fv(location, size, reinterpret_cast<const GLfloat*>(zero));
/external/chromium_org/mojo/examples/pepper_container_app/
H A Dppb_opengles2_thunk.cc1162 glUniform3fv(location, count, v);
/external/chromium_org/ppapi/lib/gl/gles2/
H A Dgles2.c760 void GL_APIENTRY glUniform3fv(GLint location, GLsizei count, const GLfloat* v) { function

Completed in 441 milliseconds

12