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

12

/external/chromium_org/third_party/skia/src/gpu/gl/
H A DGrGLProgramDataManager.cpp133 GR_GL_CALL(fGpu->glInterface(), Uniform2fv(uni.fFSLocation, arrayCount, v));
136 GR_GL_CALL(fGpu->glInterface(), Uniform2fv(uni.fVSLocation, arrayCount, v));
H A DGrGLAssembleInterface.cpp171 GET_PROC(Uniform2fv);
401 GET_PROC(Uniform2fv);
/external/skia/src/gpu/gl/
H A DGrGLUniformManager.cpp104 GR_GL_CALL(fGpu->glInterface(), Uniform2fv(uni.fFSLocation, arrayCount, v));
107 GR_GL_CALL(fGpu->glInterface(), Uniform2fv(uni.fVSLocation, arrayCount, v));
H A DGrGLAssembleInterface.cpp150 GET_PROC(Uniform2fv);
/external/skia/src/gpu/gl/angle/
H A DGrGLCreateANGLEInterface.cpp122 GET_PROC(Uniform2fv);
/external/chromium_org/gpu/GLES2/
H A Dgl2chromium_autogen.h135 #define glUniform2fv GLES2_GET_FUN(Uniform2fv)
/external/chromium_org/gpu/command_buffer/service/
H A Dgles2_cmd_decoder_unittest_2_autogen.h311 EXPECT_CALL(*gl_, Uniform2fv(1, 1, _));
323 Uniform2fv(1, 2, reinterpret_cast<GLfloat*>(ImmediateDataAddress(&cmd))));
H A Dgles2_cmd_decoder_unittest_2.cc47 EXPECT_CALL(*gl_, Uniform2fv(1, _, _)).Times(AnyNumber());
H A Dtest_helper.cc408 EXPECT_CALL(*gl, Uniform2fv(info.real_location, info.size, _))
/external/chromium_org/ppapi/shared_impl/
H A Dppb_opengles2_shared.cc1131 void Uniform2fv(PP_Resource context_id, function in namespace:ppapi::__anon10171
1137 ToGles2Impl(&enter)->Uniform2fv(location, count, v);
1669 &Uniform2fv, &Uniform2i,
/external/chromium_org/gpu/command_buffer/client/
H A Dgles2_interface_stub_impl_autogen.h459 void GLES2InterfaceStub::Uniform2fv(GLint /* location */, function in class:GLES2InterfaceStub
H A Dgles2_trace_implementation_impl_autogen.h804 void GLES2TraceImplementation::Uniform2fv(GLint location, function in class:GLES2TraceImplementation
807 TRACE_EVENT_BINARY_EFFICIENT0("gpu", "GLES2Trace::Uniform2fv");
808 gl_->Uniform2fv(location, count, v);
H A Dgles2_implementation_autogen.h392 virtual void Uniform2fv(GLint location,
H A Dgles2_interface_autogen.h273 virtual void Uniform2fv(GLint location, GLsizei count, const GLfloat* v) = 0;
H A Dgles2_interface_stub_autogen.h285 virtual void Uniform2fv(GLint location,
H A Dgles2_trace_implementation_autogen.h285 virtual void Uniform2fv(GLint location,
H A Dgles2_implementation_unittest_autogen.h1187 TEST_F(GLES2ImplementationTest, Uniform2fv) {
1201 gl_->Uniform2fv(1, 2, &data[0][0]);
H A Dgles2_c_lib_autogen.h517 gles2::GetGLContext()->Uniform2fv(location, count, v);
H A Dgles2_implementation_impl_autogen.h1310 void GLES2Implementation::Uniform2fv(GLint location, function in class:GLES2Implementation
/external/chromium_org/mojo/examples/pepper_container_app/
H A Dppb_opengles2_thunk.cc1118 void Uniform2fv(PP_Resource context_id, function in namespace:mojo::examples::__anon8751
1437 &Uniform2fv, &Uniform2i,
/external/chromium_org/mojo/public/c/gles2/
H A Dgles2_call_visitor_autogen.h442 VISIT_GL_CALL(Uniform2fv,
/external/chromium_org/ppapi/c/
H A Dppb_opengles2.h444 void (*Uniform2fv)(PP_Resource context, member in struct:PPB_OpenGLES2_1_0
903 void (*Uniform2fv)(PP_Resource context, member in struct:PPB_OpenGLES2
/external/chromium_org/ppapi/lib/gl/gles2/
H A Dgles2.c742 glGetInterfacePPAPI()->Uniform2fv(
/external/chromium_org/ppapi/lib/gl/include/GLES2/
H A Dgl2.h606 #define glUniform2fv GLES2_GET_FUN(Uniform2fv)
/external/chromium_org/webkit/common/gpu/
H A Dwebgraphicscontext3d_impl.cc638 DELEGATE_TO_GL_3(uniform2fv, Uniform2fv, WGC3Dint, WGC3Dsizei,

Completed in 5402 milliseconds

12