Searched refs:Uniform1fv (Results 1 - 25 of 31) sorted by relevance

12

/external/chromium_org/third_party/skia/src/gpu/gl/
H A DGrGLProgramDataManager.cpp104 GR_GL_CALL(fGpu->glInterface(), Uniform1fv(uni.fFSLocation, arrayCount, v));
107 GR_GL_CALL(fGpu->glInterface(), Uniform1fv(uni.fVSLocation, arrayCount, v));
H A DGrGLAssembleInterface.cpp167 GET_PROC(Uniform1fv);
397 GET_PROC(Uniform1fv);
/external/skia/src/gpu/gl/
H A DGrGLUniformManager.cpp75 GR_GL_CALL(fGpu->glInterface(), Uniform1fv(uni.fFSLocation, arrayCount, v));
78 GR_GL_CALL(fGpu->glInterface(), Uniform1fv(uni.fVSLocation, arrayCount, v));
H A DGrGLAssembleInterface.cpp146 GET_PROC(Uniform1fv);
/external/skia/src/gpu/gl/angle/
H A DGrGLCreateANGLEInterface.cpp117 GET_PROC(Uniform1fv);
/external/chromium_org/gpu/GLES2/
H A Dgl2chromium_autogen.h131 #define glUniform1fv GLES2_GET_FUN(Uniform1fv)
/external/chromium_org/gpu/command_buffer/service/
H A Dgles2_cmd_decoder_unittest_2_autogen.h286 EXPECT_CALL(*gl_, Uniform1fv(1, 1, _));
298 Uniform1fv(1, 2, reinterpret_cast<GLfloat*>(ImmediateDataAddress(&cmd))));
H A Dgles2_cmd_decoder_unittest_2.cc46 EXPECT_CALL(*gl_, Uniform1fv(1, _, _)).Times(AnyNumber());
H A Dtest_helper.cc403 EXPECT_CALL(*gl, Uniform1fv(info.real_location, info.size, _))
/external/chromium_org/ppapi/shared_impl/
H A Dppb_opengles2_shared.cc1097 void Uniform1fv(PP_Resource context_id, function in namespace:ppapi::__anon10171
1103 ToGles2Impl(&enter)->Uniform1fv(location, count, v);
1667 &Uniform1fv, &Uniform1i,
/external/chromium_org/gpu/command_buffer/client/
H A Dgles2_interface_stub_impl_autogen.h445 void GLES2InterfaceStub::Uniform1fv(GLint /* location */, function in class:GLES2InterfaceStub
H A Dgles2_trace_implementation_impl_autogen.h780 void GLES2TraceImplementation::Uniform1fv(GLint location, function in class:GLES2TraceImplementation
783 TRACE_EVENT_BINARY_EFFICIENT0("gpu", "GLES2Trace::Uniform1fv");
784 gl_->Uniform1fv(location, count, v);
H A Dgles2_implementation_autogen.h382 virtual void Uniform1fv(GLint location,
H A Dgles2_interface_autogen.h269 virtual void Uniform1fv(GLint location, GLsizei count, const GLfloat* v) = 0;
H A Dgles2_interface_stub_autogen.h279 virtual void Uniform1fv(GLint location,
H A Dgles2_trace_implementation_autogen.h279 virtual void Uniform1fv(GLint location,
H A Dgles2_implementation_unittest_autogen.h1129 TEST_F(GLES2ImplementationTest, Uniform1fv) {
1143 gl_->Uniform1fv(1, 2, &data[0][0]);
H A Dgles2_c_lib_autogen.h505 gles2::GetGLContext()->Uniform1fv(location, count, v);
/external/chromium_org/mojo/examples/pepper_container_app/
H A Dppb_opengles2_thunk.cc1084 void Uniform1fv(PP_Resource context_id, function in namespace:mojo::examples::__anon8751
1435 &Uniform1fv, &Uniform1i,
/external/chromium_org/mojo/public/c/gles2/
H A Dgles2_call_visitor_autogen.h429 VISIT_GL_CALL(Uniform1fv,
/external/chromium_org/ppapi/c/
H A Dppb_opengles2.h434 void (*Uniform1fv)(PP_Resource context, member in struct:PPB_OpenGLES2_1_0
893 void (*Uniform1fv)(PP_Resource context, member in struct:PPB_OpenGLES2
/external/chromium_org/ppapi/lib/gl/gles2/
H A Dgles2.c724 glGetInterfacePPAPI()->Uniform1fv(
/external/chromium_org/ppapi/lib/gl/include/GLES2/
H A Dgl2.h602 #define glUniform1fv GLES2_GET_FUN(Uniform1fv)
/external/chromium_org/webkit/common/gpu/
H A Dwebgraphicscontext3d_impl.cc629 DELEGATE_TO_GL_3(uniform1fv, Uniform1fv, WGC3Dint, WGC3Dsizei,
/external/chromium_org/cc/output/
H A Dgl_renderer.cc2033 gl_->Uniform1fv(
2150 GLC(gl_, gl_->Uniform1fv(binding.vertex_opacity_location, 4, vertex_opacity));

Completed in 277 milliseconds

12