Searched defs:mode (Results 126 - 150 of 2285) sorted by relevance

1234567891011>>

/external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeonsi/
H A Dr600_query.c72 uint mode)
87 rctx->current_render_cond_mode = mode;
97 if (mode == PIPE_RENDER_COND_WAIT ||
98 mode == PIPE_RENDER_COND_BY_REGION_WAIT) {
70 r600_render_condition(struct pipe_context *ctx, struct pipe_query *query, uint mode) argument
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/svga/
H A Dsvga_pipe_blend.c62 svga_translate_blend_func(unsigned mode) argument
64 switch (mode) {
/external/chromium_org/third_party/mesa/src/src/glx/apple/
H A Dapple_visual.c67 apple_visual_create_pfobj(CGLPixelFormatObj * pfobj, const struct glx_config * mode, argument
111 if (mode->stereoMode) {
119 if (!offscreen && mode->doubleBufferMode) {
128 attr[numattr++] = mode->redBits + mode->greenBits + mode->blueBits;
130 attr[numattr++] = mode->alphaBits;
132 if ((mode->accumRedBits + mode->accumGreenBits + mode
[all...]
H A Dapple_xgl_api_stereo.c52 __applegl_glDrawBuffer(GLenum mode) argument
60 switch (mode) {
73 buf[0] = mode;
81 __ogl_framework_api->DrawBuffer(mode);
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i915/
H A Dintel_buffers.c84 intelDrawBuffer(struct gl_context * ctx, GLenum mode) argument
91 intel->is_front_buffer_rendering = (mode == GL_FRONT_LEFT)
92 || (mode == GL_FRONT) || (mode == GL_FRONT_AND_BACK);
107 intelReadBuffer(struct gl_context * ctx, GLenum mode) argument
114 intel->is_front_buffer_reading = (mode == GL_FRONT_LEFT)
115 || (mode == GL_FRONT);
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/
H A Dbrw_wm_iz.c46 GLuint mode:2; member in struct:__anon13469
141 wm_iz_table[lookup].mode == P) {
H A Dintel_buffers.c84 intelDrawBuffer(struct gl_context * ctx, GLenum mode) argument
91 intel->is_front_buffer_rendering = (mode == GL_FRONT_LEFT)
92 || (mode == GL_FRONT) || (mode == GL_FRONT_AND_BACK);
107 intelReadBuffer(struct gl_context * ctx, GLenum mode) argument
114 intel->is_front_buffer_reading = (mode == GL_FRONT_LEFT)
115 || (mode == GL_FRONT);
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/intel/
H A Dintel_buffers.c84 intelDrawBuffer(struct gl_context * ctx, GLenum mode) argument
91 intel->is_front_buffer_rendering = (mode == GL_FRONT_LEFT)
92 || (mode == GL_FRONT) || (mode == GL_FRONT_AND_BACK);
107 intelReadBuffer(struct gl_context * ctx, GLenum mode) argument
114 intel->is_front_buffer_reading = (mode == GL_FRONT_LEFT)
115 || (mode == GL_FRONT);
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/nouveau/
H A Dnv10_state_polygon.c38 GLenum mode = ctx->Polygon.CullFaceMode; local
44 PUSH_DATA (push, (mode == GL_FRONT ? NV10_3D_CULL_FACE_FRONT :
45 mode == GL_BACK ? NV10_3D_CULL_FACE_BACK :
/external/chromium_org/third_party/mesa/src/src/mesa/state_tracker/
H A Dst_cb_condrender.c52 GLenum mode)
61 switch (mode) {
75 assert(0 && "bad mode in st_BeginConditionalRender");
51 st_BeginConditionalRender(struct gl_context *ctx, struct gl_query_object *q, GLenum mode) argument
/external/chromium_org/third_party/mesa/src/src/mesa/tnl_dd/
H A Dt_dd_unfilled.h36 GLenum mode,
63 /* _mesa_lookup_enum_by_nr( mode ), */
66 if (mode == GL_POINT) {
99 GLenum mode,
134 if (mode == GL_POINT) {
35 unfilled_tri( struct gl_context *ctx, GLenum mode, GLuint e0, GLuint e1, GLuint e2 ) argument
98 unfilled_quad( struct gl_context *ctx, GLenum mode, GLuint e0, GLuint e1, GLuint e2, GLuint e3 ) argument
/external/chromium_org/third_party/mesa/src/src/mesa/vbo/
H A Dvbo_split.c61 GLboolean split_prim_inplace(GLenum mode, GLuint *first, GLuint *incr) argument
63 switch (mode) {
/external/chromium_org/third_party/skia/dm/
H A DDMPipeTask.cpp13 static uint32_t get_flags(PipeTask::Mode mode) { argument
15 if (mode != PipeTask::kInProcess_Mode) {
18 if (mode == PipeTask::kSharedAddress_Mode) {
38 Mode mode)
40 , fFlags(get_flags(mode))
35 PipeTask(const Task& parent, skiagm::GM* gm, SkBitmap reference, Mode mode) argument
H A DDMRecordTask.cpp14 RecordTask::RecordTask(const Task& parent, skiagm::GM* gm, SkBitmap reference, Mode mode) argument
16 , fOptimize(mode == kOptimize_Mode)
22 RecordTask::RecordTask(const Task& parent, SkPicture* pic, SkBitmap reference, Mode mode) argument
24 , fOptimize(mode == kOptimize_Mode)
H A DDMReplayTask.cpp17 Mode mode)
19 , fUseRTree(mode == kRTree_Mode)
14 ReplayTask(const Task& parent, skiagm::GM* gm, SkBitmap reference, Mode mode) argument
/external/chromium_org/third_party/skia/gm/
H A Dcomposeshader.cpp18 static SkShader* make_shader(SkXfermode::Mode mode) { argument
36 SkAutoTUnref<SkXfermode> xfer(SkXfermode::Create(mode));
/external/chromium_org/third_party/skia/include/effects/
H A DSkAvoidXfermode.h28 There are two modes, and each mode interprets a tolerance value.
30 Avoid: In this mode, drawing is allowed only on destination pixels that
35 Target: In this mode, drawing only occurs on destination pixels that
40 static SkAvoidXfermode* Create(SkColor opColor, U8CPU tolerance, Mode mode) { argument
41 return SkNEW_ARGS(SkAvoidXfermode, (opColor, tolerance, mode));
56 SkAvoidXfermode(SkColor opColor, U8CPU tolerance, Mode mode);
/external/chromium_org/third_party/skia/src/animator/
H A DSkDisplayAdd.h36 Mode mode; member in class:SkAdd
/external/chromium_org/third_party/skia/src/core/
H A DSkVertState.cpp95 VertState::Proc VertState::chooseProc(SkCanvas::VertexMode mode) { argument
96 switch (mode) {
/external/chromium_org/third_party/skia/src/views/
H A DSkParsePaint.cpp34 SkShader::TileMode mode = SkShader::kClamp_TileMode; local
37 if ((index = dom.findList(node, "tile-mode", "clamp,repeat,mirror")) >= 0)
38 mode = (SkShader::TileMode)index;
39 return SkGradientShader::CreateLinear(pts, colors, NULL, 2, mode);
51 SkShader::TileMode mode = SkShader::kRepeat_TileMode; local
54 if ((index = dom.findList(node, "tile-mode", "clamp,repeat,mirror")) >= 0)
55 mode = (SkShader::TileMode)index;
57 return SkShader::CreateBitmapShader(bm, mode, mode);
/external/chromium_org/third_party/skia/tests/
H A DShaderOpacityTest.cpp62 SkShader::TileMode mode = SkShader::kClamp_TileMode; local
68 mode);
76 grad = SkGradientShader::CreateLinear(pts, colors, pos, count, mode);
84 grad = SkGradientShader::CreateLinear(pts, colors, pos, count, mode);
92 grad = SkGradientShader::CreateLinear(pts, colors, pos, count, mode);
/external/chromium_org/third_party/webrtc/modules/audio_processing/ns/
H A Dnoise_suppression.c41 int WebRtcNs_set_policy(NsHandle* NS_inst, int mode) { argument
42 return WebRtcNs_set_policy_core((NSinst_t*) NS_inst, mode);
H A Dnoise_suppression_x.c44 int WebRtcNsx_set_policy(NsxHandle* nsxInst, int mode) { argument
45 return WebRtcNsx_set_policy_core((NsxInst_t*)nsxInst, mode);
/external/chromium_org/tools/gn/
H A Descape.h34 : mode(ESCAPE_NONE),
39 EscapingMode mode; member in struct:EscapeOptions
45 // When the escaping mode is ESCAPE_SHELL, the escaper will normally put
49 // This mode is for when quoting is done at some higher-level. Defaults to
/external/chromium_org/ui/display/chromeos/
H A Dtouchscreen_delegate_impl.cc61 const DisplayMode* mode = state->display->native_mode(); local
62 if (state->touch_device_id != 0 || !mode)
70 if (std::abs(mode->size().width() - devices[i].size.width()) <= 1 &&
71 std::abs(mode->size().height() - devices[i].size.height()) <= 1) {

Completed in 407 milliseconds

1234567891011>>