Searched refs:Uniform2f (Results 1 - 25 of 39) sorted by relevance

12

/external/chromium_org/content/common/gpu/client/
H A Dgl_helper_scaling.cc919 gl_->Uniform2f(src_pixelsize_location_, src_size.width(), src_size.height());
920 gl_->Uniform2f(dst_pixelsize_location_,
924 gl_->Uniform2f(
/external/chromium_org/native_client_sdk/src/examples/api/video_decode/
H A Dvideo_decode.cc479 gles2_if_->Uniform2f(
484 gles2_if_->Uniform2f(graphics_3d,
492 gles2_if_->Uniform2f(
/external/chromium_org/ppapi/examples/video_decode/
H A Dvideo_decode.cc480 gles2_if_->Uniform2f(
485 gles2_if_->Uniform2f(graphics_3d,
493 gles2_if_->Uniform2f(
H A Dvideo_decode_dev.cc435 gles2_if_->Uniform2f(
442 gles2_if_->Uniform2f(context_->pp_resource(),
/external/chromium_org/third_party/skia/src/gpu/gl/
H A DGrGLProgramDataManager.cpp117 GR_GL_CALL(fGpu->glInterface(), Uniform2f(uni.fFSLocation, v0, v1));
120 GR_GL_CALL(fGpu->glInterface(), Uniform2f(uni.fVSLocation, v0, v1));
H A DGrGLAssembleInterface.cpp169 GET_PROC(Uniform2f);
399 GET_PROC(Uniform2f);
/external/skia/src/gpu/gl/
H A DGrGLUniformManager.cpp88 GR_GL_CALL(fGpu->glInterface(), Uniform2f(uni.fFSLocation, v0, v1));
91 GR_GL_CALL(fGpu->glInterface(), Uniform2f(uni.fVSLocation, v0, v1));
H A DGrGLAssembleInterface.cpp148 GET_PROC(Uniform2f);
/external/chromium_org/gpu/command_buffer/common/
H A Dgles2_cmd_ids_autogen.h132 OP(Uniform2f) /* 373 */ \
/external/skia/src/gpu/gl/angle/
H A DGrGLCreateANGLEInterface.cpp120 GET_PROC(Uniform2f);
/external/chromium_org/gpu/command_buffer/service/
H A Dgles2_cmd_decoder_unittest_2.cc158 cmds::Uniform2f cmd;
388 void GLES2DecoderTestBase::SpecializedSetup<cmds::Uniform2f, 0>(
H A Dgles2_cmd_decoder_unittest_2_autogen.h312 SpecializedSetup<cmds::Uniform2f, 0>(true);
313 cmds::Uniform2f cmd;
/external/chromium_org/gpu/GLES2/
H A Dgl2chromium_autogen.h134 #define glUniform2f GLES2_GET_FUN(Uniform2f)
/external/chromium_org/ppapi/shared_impl/
H A Dppb_opengles2_shared.cc1124 void Uniform2f(PP_Resource context_id, GLint location, GLfloat x, GLfloat y) { function in namespace:ppapi::__anon10171
1127 ToGles2Impl(&enter)->Uniform2f(location, x, y);
1668 &Uniform1iv, &Uniform2f,
/external/chromium_org/gpu/command_buffer/client/
H A Dgles2_interface_stub_impl_autogen.h455 void GLES2InterfaceStub::Uniform2f(GLint /* location */, function in class:GLES2InterfaceStub
H A Dgles2_cmd_helper_autogen.h1130 void Uniform2f(GLint location, GLfloat x, GLfloat y) { function
1131 gles2::cmds::Uniform2f* c = GetCmdSpace<gles2::cmds::Uniform2f>();
H A Dgles2_implementation_unittest_autogen.h1176 TEST_F(GLES2ImplementationTest, Uniform2f) {
1178 cmds::Uniform2f cmd;
1183 gl_->Uniform2f(1, 2, 3);
H A Dgles2_trace_implementation_impl_autogen.h799 void GLES2TraceImplementation::Uniform2f(GLint location, GLfloat x, GLfloat y) { function in class:GLES2TraceImplementation
800 TRACE_EVENT_BINARY_EFFICIENT0("gpu", "GLES2Trace::Uniform2f");
801 gl_->Uniform2f(location, x, y);
H A Dgles2_implementation_autogen.h390 virtual void Uniform2f(GLint location, GLfloat x, GLfloat y) OVERRIDE;
H A Dgles2_interface_autogen.h272 virtual void Uniform2f(GLint location, GLfloat x, GLfloat y) = 0;
H A Dgles2_interface_stub_autogen.h284 virtual void Uniform2f(GLint location, GLfloat x, GLfloat y) OVERRIDE;
/external/chromium_org/mojo/examples/pepper_container_app/
H A Dppb_opengles2_thunk.cc1111 void Uniform2f(PP_Resource context_id, GLint location, GLfloat x, GLfloat y) { function in namespace:mojo::examples::__anon8751
1436 &Uniform1iv, &Uniform2f,
/external/chromium_org/mojo/public/c/gles2/
H A Dgles2_call_visitor_autogen.h438 VISIT_GL_CALL(Uniform2f,
/external/chromium_org/ppapi/c/
H A Dppb_opengles2.h443 void (*Uniform2f)(PP_Resource context, GLint location, GLfloat x, GLfloat y); member in struct:PPB_OpenGLES2_1_0
902 void (*Uniform2f)(PP_Resource context, GLint location, GLfloat x, GLfloat y); member in struct:PPB_OpenGLES2
/external/chromium_org/cc/output/
H A Dgl_renderer.cc1303 gl_->Uniform2f(shader_mask_tex_coord_offset_location,
1307 gl_->Uniform2f(shader_mask_tex_coord_scale_location,
1815 gl_->Uniform2f(tex_scale_location,
1819 gl_->Uniform2f(tex_offset_location,

Completed in 1195 milliseconds

12