/external/chromium_org/third_party/mesa/src/src/mesa/state_tracker/ |
st_cb_strings.c | 36 #include "pipe/p_context.h" 37 #include "pipe/p_screen.h" 48 struct pipe_screen *screen = st->pipe->screen;
|
/external/chromium_org/third_party/skia/gyp/ |
gm.gyp | 35 '../src/pipe/utils/', 47 '../src/pipe/utils/SamplePipeControllers.h', 48 '../src/pipe/utils/SamplePipeControllers.cpp',
|
/external/mesa3d/src/gallium/auxiliary/postprocess/ |
pp_filters.h | 34 #include "pipe/p_context.h" 35 #include "pipe/p_shader_tokens.h" 36 #include "pipe/p_state.h"
|
/external/mesa3d/src/gallium/auxiliary/tgsi/ |
tgsi_dump.h | 31 #include "pipe/p_compiler.h" 32 #include "pipe/p_defines.h" 33 #include "pipe/p_shader_tokens.h"
|
/external/mesa3d/src/gallium/auxiliary/util/ |
u_blit.h | 33 #include "pipe/p_compiler.h" 35 #include "pipe/p_shader_tokens.h" 53 util_create_blit(struct pipe_context *pipe, struct cso_context *cso);
|
u_video.h | 35 #include "pipe/p_defines.h" 36 #include "pipe/p_video_enums.h" 39 #include "pipe/p_compiler.h"
|
/external/mesa3d/src/gallium/auxiliary/vl/ |
vl_matrix_filter.h | 34 #include "pipe/p_state.h" 38 struct pipe_context *pipe; member in struct:vl_matrix_filter 49 vl_matrix_filter_init(struct vl_matrix_filter *filter, struct pipe_context *pipe,
|
vl_median_filter.h | 33 #include "pipe/p_state.h" 46 struct pipe_context *pipe; member in struct:vl_median_filter 57 vl_median_filter_init(struct vl_median_filter *filter, struct pipe_context *pipe,
|
/external/mesa3d/src/gallium/drivers/i915/ |
i915_context.h | 32 #include "pipe/p_context.h" 33 #include "pipe/p_defines.h" 34 #include "pipe/p_state.h" 128 * slot of the user's constant buffer. (set by pipe->set_constant_buffer()) 291 void (*saved_bind_fs_state)(struct pipe_context *pipe, void *shader); 299 void (*saved_bind_sampler_states)(struct pipe_context *pipe, 303 void (*saved_set_sampler_views)(struct pipe_context *pipe, 393 void i915_clear_blitter(struct pipe_context *pipe, unsigned buffers, 396 void i915_clear_render(struct pipe_context *pipe, unsigned buffers, 399 void i915_clear_emit(struct pipe_context *pipe, unsigned buffers [all...] |
/external/mesa3d/src/gallium/drivers/llvmpipe/ |
lp_clear.c | 35 #include "pipe/p_defines.h" 48 llvmpipe_clear(struct pipe_context *pipe, 54 struct llvmpipe_context *llvmpipe = llvmpipe_context(pipe);
|
/external/mesa3d/src/mesa/state_tracker/ |
st_cb_strings.c | 36 #include "pipe/p_context.h" 37 #include "pipe/p_screen.h" 48 struct pipe_screen *screen = st->pipe->screen;
|
/external/skia/dm/ |
DMPipeTask.cpp | 9 DEFINE_bool(pipe, true, "If true, check several pipe variants against the reference bitmap."); 32 return "pipe";
|
/external/skia/gyp/ |
gm.gyp | 35 '../src/pipe/utils/', 47 '../src/pipe/utils/SamplePipeControllers.h', 48 '../src/pipe/utils/SamplePipeControllers.cpp',
|
/development/testrunner/ |
run_command.py | 90 output_dest = subprocess.PIPE 95 stdin_dest = subprocess.PIPE 98 pipe = subprocess.Popen( 105 pid.append(pipe.pid) 107 output = pipe.communicate(input=stdin_input)[0] 115 if pipe.returncode: 117 pipe.returncode)) 167 subproc = subprocess.Popen(binary, stdout=subprocess.PIPE, 177 stdout=subprocess.PIPE, stderr=subprocess.STDOUT)
|
/external/checkpolicy/test/ |
Makefile | 9 CFLAGS ?= -g -Wall -W -Werror -O2 -pipe
|
/external/chromium_org/chrome/common/extensions/api/ |
PRESUBMIT.py | 14 stdin=input_api.subprocess.PIPE, 15 stdout=input_api.subprocess.PIPE, 31 stdout=input_api.subprocess.PIPE, 32 stderr=input_api.subprocess.PIPE,
|
/external/chromium_org/chrome/test/security_tests/ |
ipc_security_tests.h | 8 // Impersonates a chrome server pipe. See the implementation for details.
|
/external/chromium_org/mojo/apps/js/ |
mojo_runner_delegate.cc | 34 MojoHandle pipe, 40 v8::Handle<v8::Value> args[] = { gin::ConvertToV8(isolate, pipe) }; 59 MojoHandle pipe, 64 base::Bind(StartCallback, runner->GetWeakPtr(), pipe));
|
/external/chromium_org/mojo/examples/hello_world_service/ |
hello_world_service_impl.h | 16 explicit HelloWorldServiceImpl(ScopedMessagePipeHandle pipe);
|
/external/chromium_org/mojo/examples/sample_app/ |
native_viewport_client_impl.h | 18 explicit NativeViewportClientImpl(ScopedMessagePipeHandle pipe);
|
/external/chromium_org/remoting/host/installer/mac/uninstaller/ |
remoting_uninstaller.mm | 13 void logOutput(FILE* pipe) { 16 long bytesRead = read(fileno(pipe), readBuffer, sizeof(readBuffer) - 1); 46 NSPipe* output = [NSPipe pipe]; 56 [task setStandardInput:[NSPipe pipe]]; 88 FILE* pipe = NULL; 93 &pipe); 101 logOutput(pipe); 104 if (pipe != NULL) 105 fclose(pipe);
|
/external/chromium_org/remoting/host/linux/ |
audio_pipe_reader.cc | 21 // PulseAudio's module-pipe-sink must be configured to use the following 29 // Read data from the pipe every 40ms. 32 // Size of the pipe buffer in milliseconds. 35 // Size of the pipe buffer in bytes. 71 // Set buffer size for the pipe. 118 // Calculate how much we need read from the pipe. Pulseaudio doesn't control 119 // how much data it writes to the pipe, so we need to pace the stream, so 143 // Stop reading from the pipe if PulseAudio isn't writing anything. 157 // Normally PulseAudio will keep pipe buffer full, so we should always be able
|
/external/chromium_org/remoting/host/setup/ |
test_util.cc | 21 if (pipe(fds) == 0) {
|
test_util.h | 12 // Creates an anonymous, unidirectional pipe, returning true if successful. On
|
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/draw/ |
draw_context.h | 41 #include "pipe/p_state.h" 65 struct draw_context *draw_create( struct pipe_context *pipe ); 67 struct draw_context *draw_create_no_llvm(struct pipe_context *pipe); 76 void draw_set_clip_state( struct draw_context *pipe, 84 * pipe::bind_rasterizer_state method. 86 * NOTE: if you're calling this function from within the pipe's 114 draw_install_aaline_stage(struct draw_context *draw, struct pipe_context *pipe); 117 draw_install_aapoint_stage(struct draw_context *draw, struct pipe_context *pipe); 120 draw_install_pstipple_stage(struct draw_context *draw, struct pipe_context *pipe);
|