Searched refs:glUniform2fv (Results 1 - 25 of 44) sorted by relevance

12

/external/deqp/framework/egl/
H A DegluStaticES20Library.inl120 { "glUniform2fv", (deFunctionPtr)glUniform2fv },
/external/deqp/modules/gles2/functional/
H A Des2fNegativeShaderApiTests.cpp574 glUniform2fv(-1, 1, &data[0]);
602 glUniform2fv(vUnif, 1, &data[0]);
635 glUniform2fv(-2, 1, &data[0]);
645 glUniform2fv(-1, 1, &data[0]);
673 glUniform2fv(vUnif, 2, &data[0]);
/external/chromium_org/third_party/skia/src/gpu/gl/android/
H A DGrGLCreateNativeInterface_android.cpp157 } else if (0 == strcmp("glUniform2fv", name)) {
158 return (GrGLFuncPtr) glUniform2fv;
351 } else if (0 == strcmp("glUniform2fv", name)) {
352 return (GrGLFuncPtr) glUniform2fv;
/external/deqp/framework/opengl/wrapper/
H A DglwInitES20Direct.inl120 gl->uniform2fv = &glUniform2fv;
H A DglwInitES30Direct.inl120 gl->uniform2fv = &glUniform2fv;
/external/chromium_org/gpu/command_buffer/tests/
H A Dgl_bind_uniform_location_unittest.cc205 glUniform2fv(color_a_location, 4, color_a);
/external/chromium_org/gpu/skia_bindings/
H A Dgl_bindings_skia_cmd_buffer.cc103 functions->fUniform2fv = glUniform2fv;
/external/skia/src/gpu/gl/iOS/
H A DGrGLCreateNativeInterface_iOS.cpp100 functions->fUniform2fv = glUniform2fv;
/external/chromium_org/gpu/GLES2/
H A Dgl2chromium_autogen.h135 #define glUniform2fv GLES2_GET_FUN(Uniform2fv) macro
/external/skia/src/gpu/gl/android/
H A DGrGLCreateNativeInterface_android.cpp129 functions->fUniform2fv = glUniform2fv;
/external/deqp/modules/gles3/functional/
H A Des3fNegativeShaderApiTests.cpp851 glUniform2fv(-1, 1, &data[0]);
882 glUniform2fv(vec4_v, 1, &data[0]);
919 glUniform2fv(-2, 1, &data[0]);
929 glUniform2fv(-1, 1, &data[0]);
959 glUniform2fv(vec4_v, 2, &data[0]);
/external/deqp/modules/gles31/functional/
H A Des31fNegativeShaderApiTests.cpp884 ctx.glUniform2fv(-1, 1, &data[0]);
916 ctx.glUniform2fv(vec4_v, 1, &data[0]);
954 ctx.glUniform2fv(-2, 1, &data[0]);
964 ctx.glUniform2fv(-1, 1, &data[0]);
995 ctx.glUniform2fv(vec4_v, 2, &data[0]);
/external/deqp/modules/glshared/
H A DglsRandomShaderCase.cpp320 case 2: glUniform2fv(location, 1, (float*)value.value().getValuePtr()); break;
/external/chromium_org/ppapi/lib/gl/include/GLES2/
H A Dgl2.h606 #define glUniform2fv GLES2_GET_FUN(Uniform2fv) macro
755 GL_APICALL void GL_APIENTRY glUniform2fv (GLint location, GLsizei count, const GLfloat* v);
/external/deqp/framework/platform/null/
H A DtcuNullRenderContextInitFuncs.inl154 gl->uniform2fv = glUniform2fv;
/external/chromium_org/third_party/angle/include/GLES2/
H A Dgl2.h589 GL_APICALL void GL_APIENTRY glUniform2fv (GLint location, GLsizei count, const GLfloat* v);
/external/chromium_org/third_party/khronos/GLES2/
H A Dgl2.h494 GL_APICALL void GL_APIENTRY glUniform2fv (GLint location, GLsizei count, const GLfloat *value);
/external/chromium_org/third_party/mesa/src/include/GLES2/
H A Dgl2.h590 GL_APICALL void GL_APIENTRY glUniform2fv (GLint location, GLsizei count, const GLfloat* v);
/external/chromium_org/ui/gl/
H A Dgl_bindings_skia_in_process.cc494 glUniform2fv(location, count, v);
/external/deqp/framework/opengl/simplereference/
H A DsglrContextWrapper.hpp168 void glUniform2fv (int location, int count, const float* v);
H A DsglrGLContext.cpp733 m_wrapper->glUniform2fv(location, count, value);
/external/mesa3d/include/GLES2/
H A Dgl2.h590 GL_APICALL void GL_APIENTRY glUniform2fv (GLint location, GLsizei count, const GLfloat* v);
/external/chromium_org/gpu/command_buffer/service/
H A Dprogram_manager.cc301 glUniform2fv(location, size, reinterpret_cast<const GLfloat*>(zero));
/external/chromium_org/mojo/examples/pepper_container_app/
H A Dppb_opengles2_thunk.cc1124 glUniform2fv(location, count, v);
/external/chromium_org/ppapi/lib/gl/gles2/
H A Dgles2.c741 void GL_APIENTRY glUniform2fv(GLint location, GLsizei count, const GLfloat* v) { function

Completed in 6138 milliseconds

12