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

12

/external/chromium_org/third_party/skia/src/gpu/gl/
H A DGrGLProgramDataManager.cpp162 GR_GL_CALL(fGpu->glInterface(), Uniform3fv(uni.fFSLocation, arrayCount, v));
165 GR_GL_CALL(fGpu->glInterface(), Uniform3fv(uni.fVSLocation, arrayCount, v));
H A DGrGLAssembleInterface.cpp175 GET_PROC(Uniform3fv);
405 GET_PROC(Uniform3fv);
/external/skia/src/gpu/gl/
H A DGrGLUniformManager.cpp133 GR_GL_CALL(fGpu->glInterface(), Uniform3fv(uni.fFSLocation, arrayCount, v));
136 GR_GL_CALL(fGpu->glInterface(), Uniform3fv(uni.fVSLocation, arrayCount, v));
H A DGrGLAssembleInterface.cpp154 GET_PROC(Uniform3fv);
/external/skia/src/gpu/gl/angle/
H A DGrGLCreateANGLEInterface.cpp127 GET_PROC(Uniform3fv);
/external/chromium_org/gpu/GLES2/
H A Dgl2chromium_autogen.h139 #define glUniform3fv GLES2_GET_FUN(Uniform3fv)
/external/chromium_org/gpu/command_buffer/service/
H A Dgles2_cmd_decoder_unittest_2_autogen.h357 EXPECT_CALL(*gl_, Uniform3fv(1, 1, _));
369 Uniform3fv(1, 2, reinterpret_cast<GLfloat*>(ImmediateDataAddress(&cmd))));
H A Dgles2_cmd_decoder_unittest_2.cc48 EXPECT_CALL(*gl_, Uniform3fv(1, _, _)).Times(AnyNumber());
H A Dtest_helper.cc413 EXPECT_CALL(*gl, Uniform3fv(info.real_location, info.size, _))
/external/chromium_org/ppapi/shared_impl/
H A Dppb_opengles2_shared.cc1169 void Uniform3fv(PP_Resource context_id, function in namespace:ppapi::__anon10171
1175 ToGles2Impl(&enter)->Uniform3fv(location, count, v);
1671 &Uniform3fv, &Uniform3i,
/external/chromium_org/gpu/command_buffer/client/
H A Dgles2_interface_stub_impl_autogen.h476 void GLES2InterfaceStub::Uniform3fv(GLint /* location */, function in class:GLES2InterfaceStub
H A Dgles2_trace_implementation_impl_autogen.h831 void GLES2TraceImplementation::Uniform3fv(GLint location, function in class:GLES2TraceImplementation
834 TRACE_EVENT_BINARY_EFFICIENT0("gpu", "GLES2Trace::Uniform3fv");
835 gl_->Uniform3fv(location, count, v);
H A Dgles2_implementation_autogen.h405 virtual void Uniform3fv(GLint location,
H A Dgles2_interface_autogen.h277 virtual void Uniform3fv(GLint location, GLsizei count, const GLfloat* v) = 0;
H A Dgles2_interface_stub_autogen.h294 virtual void Uniform3fv(GLint location,
H A Dgles2_trace_implementation_autogen.h294 virtual void Uniform3fv(GLint location,
H A Dgles2_implementation_unittest_autogen.h1245 TEST_F(GLES2ImplementationTest, Uniform3fv) {
1259 gl_->Uniform3fv(1, 2, &data[0][0]);
H A Dgles2_c_lib_autogen.h529 gles2::GetGLContext()->Uniform3fv(location, count, v);
/external/chromium_org/mojo/examples/pepper_container_app/
H A Dppb_opengles2_thunk.cc1156 void Uniform3fv(PP_Resource context_id, function in namespace:mojo::examples::__anon8751
1439 &Uniform3fv, &Uniform3i,
/external/chromium_org/mojo/public/c/gles2/
H A Dgles2_call_visitor_autogen.h458 VISIT_GL_CALL(Uniform3fv,
/external/chromium_org/ppapi/c/
H A Dppb_opengles2.h458 void (*Uniform3fv)(PP_Resource context, member in struct:PPB_OpenGLES2_1_0
917 void (*Uniform3fv)(PP_Resource context, member in struct:PPB_OpenGLES2
/external/chromium_org/cc/output/
H A Dgl_renderer.cc1323 GLC(gl_, gl_->Uniform3fv(shader_edge_location, 8, edge));
1518 GLC(gl_, gl_->Uniform3fv(uniforms.edge_location, 8, edge));
1692 GLC(gl_, gl_->Uniform3fv(uniforms.edge_location, 8, edge));
1868 GLC(gl_, gl_->Uniform3fv(yuv_adj_location, 1, yuv_adjust));
/external/chromium_org/ppapi/lib/gl/gles2/
H A Dgles2.c761 glGetInterfacePPAPI()->Uniform3fv(
/external/chromium_org/ppapi/lib/gl/include/GLES2/
H A Dgl2.h610 #define glUniform3fv GLES2_GET_FUN(Uniform3fv)
/external/chromium_org/webkit/common/gpu/
H A Dwebgraphicscontext3d_impl.cc648 DELEGATE_TO_GL_3(uniform3fv, Uniform3fv, WGC3Dint, WGC3Dsizei,

Completed in 2775 milliseconds

12