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 101 GLint wrap_mode,
109 GLint wrap_mode,
117 GLint wrap_mode,
121 ResourceId CreateBitmap(gfx::Size size, GLint wrap_mode);
269 GLint wrap_mode() const { return wrap_mode_; } function in class:cc::ResourceProvider::ScopedReadLockSoftware
373 GLint wrap_mode,
380 GLint wrap_mode);
412 GLint wrap_mode; member in struct:cc::ResourceProvider::Resource
resource_provider.cc 190 wrap_mode(0),
204 GLint wrap_mode,
232 wrap_mode(wrap_mode),
238 DCHECK(wrap_mode == GL_CLAMP_TO_EDGE || wrap_mode == GL_REPEAT);
245 GLint wrap_mode)
271 wrap_mode(wrap_mode),
277 DCHECK(wrap_mode == GL_CLAMP_TO_EDGE || wrap_mode == GL_REPEAT)
    [all...]
resource_provider_unittest.cc 2174 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 52 static SkShader::TileMode WrapModeToTileMode(GLint wrap_mode) {
53 switch (wrap_mode) {
397 SkShader::TileMode tile_mode = WrapModeToTileMode(lock.wrap_mode());
426 DCHECK_EQ(GL_CLAMP_TO_EDGE, lock.wrap_mode());
452 SkShader::TileMode content_tile_mode = WrapModeToTileMode(lock.wrap_mode());
508 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::__anon12703
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::__anon23170
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 2813 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 1361 milliseconds