/external/deqp/framework/egl/ |
D | egluStaticES20Library.inl | 124 { "glUniform3fv", (deFunctionPtr)glUniform3fv },
|
/external/deqp/modules/gles2/functional/ |
D | es2fNegativeShaderApiTests.cpp | 576 glUniform3fv(-1, 1, &data[0]); in init() 604 glUniform3fv(vUnif, 1, &data[0]); in init() 637 glUniform3fv(-2, 1, &data[0]); in init() 647 glUniform3fv(-1, 1, &data[0]); in init() 675 glUniform3fv(vUnif, 2, &data[0]); in init()
|
/external/chromium_org/third_party/skia/src/gpu/gl/android/ |
D | GrGLCreateNativeInterface_android.cpp | 166 return (GrGLFuncPtr) glUniform3fv; in android_get_gl_proc() 360 return (GrGLFuncPtr) glUniform3fv; in android_get_gl_proc()
|
/external/chromium_org/third_party/angle/src/libGLESv2/ |
D | libGLESv2.def | 123 glUniform3fv @121
|
/external/chromium_org/third_party/angle/samples/angle/particle_system/ |
D | ParticleSystem.cpp | 149 glUniform3fv(mCenterPositionLoc, 1, centerPos.data); in step()
|
/external/chromium_org/gpu/command_buffer/tests/ |
D | gl_bind_uniform_location_unittest.cc | 209 glUniform3fv(color_c_location, 8, color_c); in TEST_F()
|
/external/chromium_org/gpu/skia_bindings/ |
D | gl_bindings_skia_cmd_buffer.cc | 107 functions->fUniform3fv = glUniform3fv; in CreateCommandBufferSkiaGLBinding()
|
/external/skia/src/gpu/gl/iOS/ |
D | GrGLCreateNativeInterface_iOS.cpp | 104 functions->fUniform3fv = glUniform3fv; in GrGLCreateNativeInterface()
|
/external/deqp/framework/opengl/wrapper/ |
D | glwInitES20Direct.inl | 124 gl->uniform3fv = &glUniform3fv;
|
D | glwInitES30Direct.inl | 124 gl->uniform3fv = &glUniform3fv;
|
D | glwInitES20.inl | 124 gl->uniform3fv = (glUniform3fvFunc) loader->get("glUniform3fv");
|
D | glwInitES30.inl | 124 gl->uniform3fv = (glUniform3fvFunc) loader->get("glUniform3fv");
|
/external/skia/src/gpu/gl/android/ |
D | GrGLCreateNativeInterface_android.cpp | 133 functions->fUniform3fv = glUniform3fv; in create_es_interface()
|
/external/chromium_org/gpu/GLES2/ |
D | gl2chromium_autogen.h | 139 #define glUniform3fv GLES2_GET_FUN(Uniform3fv) macro
|
/external/deqp/modules/gles3/functional/ |
D | es3fNegativeShaderApiTests.cpp | 853 glUniform3fv(-1, 1, &data[0]); in init() 884 glUniform3fv(vec4_v, 1, &data[0]); in init() 921 glUniform3fv(-2, 1, &data[0]); in init() 931 glUniform3fv(-1, 1, &data[0]); in init() 961 glUniform3fv(vec4_v, 2, &data[0]); in init()
|
/external/deqp/modules/gles31/functional/ |
D | es31fNegativeShaderApiTests.cpp | 886 ctx.glUniform3fv(-1, 1, &data[0]); in uniformfv_invalid_program() 918 ctx.glUniform3fv(vec4_v, 1, &data[0]); in uniformfv_incompatible_type() 956 ctx.glUniform3fv(-2, 1, &data[0]); in uniformfv_invalid_location() 966 ctx.glUniform3fv(-1, 1, &data[0]); in uniformfv_invalid_location() 997 ctx.glUniform3fv(vec4_v, 2, &data[0]); in uniformfv_invalid_count()
|
/external/chromium_org/ppapi/lib/gl/include/GLES2/ |
D | gl2.h | 610 #define glUniform3fv GLES2_GET_FUN(Uniform3fv) macro 759 GL_APICALL void GL_APIENTRY glUniform3fv (GLint location, GLsizei count, const GLfloat* v);
|
/external/deqp/modules/glshared/ |
D | glsRandomShaderCase.cpp | 321 case 3: glUniform3fv(location, 1, (float*)value.value().getValuePtr()); break; in setUniformValue()
|
/external/deqp/doc/ |
D | GLES2 Negative API Functions.txt | 147 o glUniform3fv (GLint location, GLsizei count, const GLfloat* v);
|
/external/eigen/unsupported/Eigen/ |
D | OpenGLSupport | 252 static void glUniform3fv_ei (GLint loc, const float* v) { glUniform3fv(loc,1,v); }
|
/external/deqp/framework/opengl/simplereference/ |
D | sglrContextWrapper.hpp | 172 void glUniform3fv (int location, int count, const float* v);
|
/external/chromium_org/third_party/angle/include/GLES2/ |
D | gl2.h | 593 GL_APICALL void GL_APIENTRY glUniform3fv (GLint location, GLsizei count, const GLfloat* v);
|
/external/mesa3d/include/GLES2/ |
D | 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/ |
D | gl2.h | 594 GL_APICALL void GL_APIENTRY glUniform3fv (GLint location, GLsizei count, const GLfloat* v);
|
/external/deqp/framework/platform/null/ |
D | tcuNullRenderContextInitFuncs.inl | 155 gl->uniform3fv = glUniform3fv;
|