HomeSort by relevance Sort by last modified time
    Searched refs:wrap_mode (Results 1 - 21 of 21) sorted by null

  /external/chromium_org/cc/resources/
ui_resource_bitmap.h 40 void SetWrapMode(UIResourceWrapMode wrap_mode) { wrap_mode_ = wrap_mode; }
resource_provider.h 108 GLint wrap_mode,
116 GLint wrap_mode,
124 GLint wrap_mode,
128 ResourceId CreateBitmap(const gfx::Size& size, GLint wrap_mode);
278 GLint wrap_mode() const { return wrap_mode_; } function in class:cc::ResourceProvider::ScopedReadLockSoftware
393 GLint wrap_mode,
401 GLint wrap_mode);
406 GLint wrap_mode);
442 GLint wrap_mode; member in struct:cc::ResourceProvider::Resource
resource_provider.cc 247 wrap_mode(0),
261 GLint wrap_mode,
292 wrap_mode(wrap_mode),
297 DCHECK(wrap_mode == GL_CLAMP_TO_EDGE || wrap_mode == GL_REPEAT);
306 GLint wrap_mode)
335 wrap_mode(wrap_mode),
340 DCHECK(wrap_mode == GL_CLAMP_TO_EDGE || wrap_mode == GL_REPEAT)
    [all...]
resource_provider_unittest.cc 2361 GLint wrap_mode = texture_id == 1 ? GL_CLAMP_TO_EDGE : GL_REPEAT; local
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv30/
nv30_texture.c 41 wrap_mode(unsigned pipe) function
141 so->wrap = (wrap_mode(cso->wrap_s) << NV30_3D_TEX_WRAP_S__SHIFT) |
142 (wrap_mode(cso->wrap_t) << NV30_3D_TEX_WRAP_T__SHIFT) |
143 (wrap_mode(cso->wrap_r) << NV30_3D_TEX_WRAP_R__SHIFT);
  /external/mesa3d/src/gallium/drivers/nv30/
nv30_texture.c 41 wrap_mode(unsigned pipe) function
141 so->wrap = (wrap_mode(cso->wrap_s) << NV30_3D_TEX_WRAP_S__SHIFT) |
142 (wrap_mode(cso->wrap_t) << NV30_3D_TEX_WRAP_T__SHIFT) |
143 (wrap_mode(cso->wrap_r) << NV30_3D_TEX_WRAP_R__SHIFT);
  /external/chromium_org/cc/output/
software_renderer.cc 91 static SkShader::TileMode WrapModeToTileMode(GLint wrap_mode) {
92 switch (wrap_mode) {
452 SkShader::TileMode tile_mode = WrapModeToTileMode(lock.wrap_mode());
484 DCHECK_EQ(GL_CLAMP_TO_EDGE, lock.wrap_mode());
512 SkShader::TileMode content_tile_mode = WrapModeToTileMode(lock.wrap_mode());
565 mask_lock.wrap_mode());
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/r300/compiler/
radeon_code.h 171 unsigned wrap_mode : 3; member in struct:r300_fragment_program_external_state::__anon17487
radeon_program_tex.c 129 rc_wrap_mode wrapmode = compiler->state.unit[inst->U.I.TexSrcUnit].wrap_mode;
  /external/mesa3d/src/gallium/drivers/r300/compiler/
radeon_code.h 171 unsigned wrap_mode : 3; member in struct:r300_fragment_program_external_state::__anon31046
radeon_program_tex.c 129 rc_wrap_mode wrapmode = compiler->state.unit[inst->U.I.TexSrcUnit].wrap_mode;
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/r300/
r300_fs.c 198 state->unit[i].wrap_mode = RC_WRAP_REPEAT;
202 state->unit[i].wrap_mode = RC_WRAP_MIRRORED_REPEAT;
208 state->unit[i].wrap_mode = RC_WRAP_MIRRORED_CLAMP;
212 state->unit[i].wrap_mode = RC_WRAP_NONE;
  /external/mesa3d/src/gallium/drivers/r300/
r300_fs.c 198 state->unit[i].wrap_mode = RC_WRAP_REPEAT;
202 state->unit[i].wrap_mode = RC_WRAP_MIRRORED_REPEAT;
208 state->unit[i].wrap_mode = RC_WRAP_MIRRORED_CLAMP;
212 state->unit[i].wrap_mode = RC_WRAP_NONE;
  /external/chromium_org/third_party/mesa/src/src/gallium/tests/graw/
graw_util.h 286 unsigned wrap_mode,
295 sampler_desc.wrap_r = wrap_mode;
  /external/mesa3d/src/gallium/tests/graw/
graw_util.h 286 unsigned wrap_mode,
295 sampler_desc.wrap_r = wrap_mode;
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/gallivm/
lp_bld_sample_aos.c 71 * \param wrap_mode one of PIPE_TEX_WRAP_x
83 unsigned wrap_mode,
93 switch(wrap_mode) {
132 * \param wrap_mode one of PIPE_TEX_WRAP_x
140 unsigned wrap_mode,
146 switch(wrap_mode) {
185 * \param wrap_mode one of PIPE_TEX_WRAP_x
200 unsigned wrap_mode,
222 switch(wrap_mode) {
277 switch(wrap_mode) {
    [all...]
lp_bld_sample_soa.c 272 unsigned wrap_mode,
284 switch(wrap_mode) {
465 * \param wrap_mode one of PIPE_TEX_WRAP_x
473 unsigned wrap_mode)
481 switch(wrap_mode) {
    [all...]
  /external/mesa3d/src/gallium/auxiliary/gallivm/
lp_bld_sample_aos.c 71 * \param wrap_mode one of PIPE_TEX_WRAP_x
83 unsigned wrap_mode,
93 switch(wrap_mode) {
132 * \param wrap_mode one of PIPE_TEX_WRAP_x
140 unsigned wrap_mode,
146 switch(wrap_mode) {
185 * \param wrap_mode one of PIPE_TEX_WRAP_x
200 unsigned wrap_mode,
222 switch(wrap_mode) {
277 switch(wrap_mode) {
    [all...]
lp_bld_sample_soa.c 272 unsigned wrap_mode,
284 switch(wrap_mode) {
465 * \param wrap_mode one of PIPE_TEX_WRAP_x
473 unsigned wrap_mode)
481 switch(wrap_mode) {
    [all...]
  /external/chromium_org/cc/trees/
layer_tree_host_impl.cc 3077 GLint wrap_mode = 0; local
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jar 

Completed in 3829 milliseconds