Searched refs:buffers (Results 1 - 25 of 417) sorted by relevance

1234567891011>>

/external/chromium_org/ppapi/shared_impl/
H A Dmedia_stream_audio_track_shared.cc12 if (attributes.buffers < 0)
H A Dmedia_stream_audio_track_shared.h16 Attributes() : buffers(0) {}
17 int32_t buffers; member in struct:ppapi::MediaStreamAudioTrackShared::Attributes
H A Dmedia_stream_audio_track_shared_unittest.cc16 // Verify buffers
19 attributes.buffers = 0;
22 attributes.buffers = 8;
25 attributes.buffers = 1024;
28 attributes.buffers = -1;
H A Dmedia_stream_video_track_shared.h17 : buffers(0),
21 int32_t buffers; member in struct:ppapi::MediaStreamVideoTrackShared::Attributes
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/llvmpipe/
H A Dlp_clear.c44 * Clear the given buffers to the specified values.
49 unsigned buffers,
60 buffers &= ~PIPE_CLEAR_DEPTHSTENCIL;
62 lp_setup_clear( llvmpipe->setup, color->f, depth, stencil, buffers );
48 llvmpipe_clear(struct pipe_context *pipe, unsigned buffers, const union pipe_color_union *color, double depth, unsigned stencil) argument
H A Dlp_clear.h39 llvmpipe_clear(struct pipe_context *pipe, unsigned buffers,
/external/mesa3d/src/gallium/drivers/llvmpipe/
H A Dlp_clear.c44 * Clear the given buffers to the specified values.
49 unsigned buffers,
60 buffers &= ~PIPE_CLEAR_DEPTHSTENCIL;
62 lp_setup_clear( llvmpipe->setup, color->f, depth, stencil, buffers );
48 llvmpipe_clear(struct pipe_context *pipe, unsigned buffers, const union pipe_color_union *color, double depth, unsigned stencil) argument
H A Dlp_clear.h39 llvmpipe_clear(struct pipe_context *pipe, unsigned buffers,
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/
H A Du_clear.h37 * Clear the given buffers to the specified values.
42 struct pipe_framebuffer_state *framebuffer, unsigned buffers,
45 if (buffers & PIPE_CLEAR_COLOR) {
53 if (buffers & PIPE_CLEAR_DEPTHSTENCIL) {
55 pipe->clear_depth_stencil(pipe, ps, buffers & PIPE_CLEAR_DEPTHSTENCIL,
41 util_clear(struct pipe_context *pipe, struct pipe_framebuffer_state *framebuffer, unsigned buffers, const union pipe_color_union *color, double depth, unsigned stencil) argument
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/softpipe/
H A Dsp_clear.h38 softpipe_clear(struct pipe_context *pipe, unsigned buffers,
H A Dsp_clear.c44 * Clear the given buffers to the specified values.
48 softpipe_clear(struct pipe_context *pipe, unsigned buffers, argument
66 if (buffers & PIPE_CLEAR_COLOR) {
72 if (buffers & PIPE_CLEAR_DEPTHSTENCIL) {
/external/mesa3d/src/gallium/auxiliary/util/
H A Du_clear.h37 * Clear the given buffers to the specified values.
42 struct pipe_framebuffer_state *framebuffer, unsigned buffers,
45 if (buffers & PIPE_CLEAR_COLOR) {
53 if (buffers & PIPE_CLEAR_DEPTHSTENCIL) {
55 pipe->clear_depth_stencil(pipe, ps, buffers & PIPE_CLEAR_DEPTHSTENCIL,
41 util_clear(struct pipe_context *pipe, struct pipe_framebuffer_state *framebuffer, unsigned buffers, const union pipe_color_union *color, double depth, unsigned stencil) argument
/external/mesa3d/src/gallium/drivers/softpipe/
H A Dsp_clear.h38 softpipe_clear(struct pipe_context *pipe, unsigned buffers,
/external/chromium_org/third_party/mesa/src/src/mesa/main/
H A Dbuffers.h2 * \file buffers.h
44 _mesa_DrawBuffersARB(GLsizei n, const GLenum *buffers);
47 _mesa_drawbuffers(struct gl_context *ctx, GLuint n, const GLenum *buffers,
/external/libcxx/test/input.output/stream.buffers/
H A DAndroid.mk17 test_makefile := external/libcxx/test/input.output/stream.buffers/Android.mk
19 test_name := input.output/stream.buffers/version
/external/libcxx/test/input.output/stream.buffers/streambuf/
H A DAndroid.mk17 test_makefile := external/libcxx/test/input.output/stream.buffers/streambuf/Android.mk
19 test_name := input.output/stream.buffers/streambuf/types
/external/libcxx/test/input.output/stream.buffers/streambuf/streambuf.members/
H A DAndroid.mk17 test_makefile := external/libcxx/test/input.output/stream.buffers/streambuf/streambuf.members/Android.mk
19 test_name := input.output/stream.buffers/streambuf/streambuf.members/nothing_to_do
/external/libcxx/test/input.output/stream.buffers/streambuf/streambuf.protected/
H A DAndroid.mk17 test_makefile := external/libcxx/test/input.output/stream.buffers/streambuf/streambuf.protected/Android.mk
19 test_name := input.output/stream.buffers/streambuf/streambuf.protected/nothing_to_do
/external/libcxx/test/input.output/stream.buffers/streambuf/streambuf.virtuals/
H A DAndroid.mk17 test_makefile := external/libcxx/test/input.output/stream.buffers/streambuf/streambuf.virtuals/Android.mk
19 test_name := input.output/stream.buffers/streambuf/streambuf.virtuals/nothing_to_do
/external/libcxx/test/input.output/stream.buffers/streambuf.reqts/
H A DAndroid.mk17 test_makefile := external/libcxx/test/input.output/stream.buffers/streambuf.reqts/Android.mk
19 test_name := input.output/stream.buffers/streambuf.reqts/tested_elsewhere
/external/mesa3d/src/mesa/main/
H A Dbuffers.h2 * \file buffers.h
44 _mesa_DrawBuffersARB(GLsizei n, const GLenum *buffers);
47 _mesa_drawbuffers(struct gl_context *ctx, GLuint n, const GLenum *buffers,
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/svga/
H A Dsvga_pipe_clear.c39 unsigned buffers,
62 if ((buffers & PIPE_CLEAR_COLOR) && fb->cbufs[0]) {
70 if ((buffers & PIPE_CLEAR_DEPTHSTENCIL) && fb->zsbuf) {
71 if (buffers & PIPE_CLEAR_DEPTH)
75 (buffers & PIPE_CLEAR_STENCIL))
107 svga_clear(struct pipe_context *pipe, unsigned buffers, argument
114 if (buffers & PIPE_CLEAR_COLOR)
121 ret = try_clear( svga, buffers, color, depth, stencil );
128 ret = try_clear( svga, buffers, color, depth, stencil );
38 try_clear(struct svga_context *svga, unsigned buffers, const union pipe_color_union *color, double depth, unsigned stencil) argument
/external/mesa3d/src/gallium/drivers/svga/
H A Dsvga_pipe_clear.c39 unsigned buffers,
62 if ((buffers & PIPE_CLEAR_COLOR) && fb->cbufs[0]) {
70 if ((buffers & PIPE_CLEAR_DEPTHSTENCIL) && fb->zsbuf) {
71 if (buffers & PIPE_CLEAR_DEPTH)
75 (buffers & PIPE_CLEAR_STENCIL))
107 svga_clear(struct pipe_context *pipe, unsigned buffers, argument
114 if (buffers & PIPE_CLEAR_COLOR)
121 ret = try_clear( svga, buffers, color, depth, stencil );
128 ret = try_clear( svga, buffers, color, depth, stencil );
38 try_clear(struct svga_context *svga, unsigned buffers, const union pipe_color_union *color, double depth, unsigned stencil) argument
/external/libcxx/test/input.output/stream.buffers/streambuf/streambuf.members/streambuf.buffer/
H A DAndroid.mk17 test_makefile := external/libcxx/test/input.output/stream.buffers/streambuf/streambuf.members/streambuf.buffer/Android.mk
19 test_name := input.output/stream.buffers/streambuf/streambuf.members/streambuf.buffer/pubseekpos
23 test_name := input.output/stream.buffers/streambuf/streambuf.members/streambuf.buffer/pubsync
27 test_name := input.output/stream.buffers/streambuf/streambuf.members/streambuf.buffer/pubsetbuf
31 test_name := input.output/stream.buffers/streambuf/streambuf.members/streambuf.buffer/pubseekoff
/external/libcxx/test/input.output/stream.buffers/streambuf/streambuf.virtuals/streambuf.virt.get/
H A DAndroid.mk17 test_makefile := external/libcxx/test/input.output/stream.buffers/streambuf/streambuf.virtuals/streambuf.virt.get/Android.mk
19 test_name := input.output/stream.buffers/streambuf/streambuf.virtuals/streambuf.virt.get/showmanyc
23 test_name := input.output/stream.buffers/streambuf/streambuf.virtuals/streambuf.virt.get/uflow
27 test_name := input.output/stream.buffers/streambuf/streambuf.virtuals/streambuf.virt.get/xsgetn
31 test_name := input.output/stream.buffers/streambuf/streambuf.virtuals/streambuf.virt.get/underflow

Completed in 1160 milliseconds

1234567891011>>