Searched refs:wrap_mode (Results 1 - 21 of 21) sorted by relevance

/external/chromium_org/cc/resources/
H A Dui_resource_bitmap.h41 void SetWrapMode(UIResourceWrapMode wrap_mode) { wrap_mode_ = wrap_mode; } argument
H A Dresource_provider.h113 GLint wrap_mode,
121 GLint wrap_mode,
129 GLint wrap_mode,
133 ResourceId CreateBitmap(const gfx::Size& size, GLint wrap_mode);
275 GLint wrap_mode() const { return wrap_mode_; } function in class:cc::ResourceProvider::ScopedReadLockSoftware
388 GLint wrap_mode,
396 GLint wrap_mode);
401 GLint wrap_mode);
437 GLint wrap_mode; member in struct:cc::ResourceProvider::Resource
H A Dresource_provider.cc238 wrap_mode(0),
253 GLint wrap_mode,
284 wrap_mode(wrap_mode),
289 DCHECK(wrap_mode == GL_CLAMP_TO_EDGE || wrap_mode == GL_REPEAT);
298 GLint wrap_mode)
327 wrap_mode(wrap_mode),
332 DCHECK(wrap_mode
247 Resource(GLuint texture_id, const gfx::Size& size, Origin origin, GLenum target, GLenum filter, GLenum texture_pool, GLint wrap_mode, TextureHint hint, ResourceFormat format) argument
293 Resource(uint8_t* pixels, SharedBitmap* bitmap, const gfx::Size& size, Origin origin, GLenum filter, GLint wrap_mode) argument
338 Resource(const SharedBitmapId& bitmap_id, const gfx::Size& size, Origin origin, GLenum filter, GLint wrap_mode) argument
435 CreateResource( const gfx::Size& size, GLint wrap_mode, TextureHint hint, ResourceFormat format) argument
460 CreateManagedResource( const gfx::Size& size, GLenum target, GLint wrap_mode, TextureHint hint, ResourceFormat format) argument
486 CreateGLTexture( const gfx::Size& size, GLenum target, GLenum texture_pool, GLint wrap_mode, TextureHint hint, ResourceFormat format) argument
512 CreateBitmap( const gfx::Size& size, GLint wrap_mode) argument
[all...]
H A Dresource_provider_unittest.cc2448 GLint wrap_mode = texture_id == 1 ? GL_CLAMP_TO_EDGE : GL_REPEAT; local
2454 wrap_mode,
2463 texParameteri(GL_TEXTURE_2D, GL_TEXTURE_WRAP_S, wrap_mode));
2465 texParameteri(GL_TEXTURE_2D, GL_TEXTURE_WRAP_T, wrap_mode));
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv30/
H A Dnv30_texture.c41 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/
H A Dnv30_texture.c41 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/
H A Dsoftware_renderer.cc51 static SkShader::TileMode WrapModeToTileMode(GLint wrap_mode) { argument
52 switch (wrap_mode) {
407 SkShader::TileMode tile_mode = WrapModeToTileMode(lock.wrap_mode());
439 DCHECK_EQ(GL_CLAMP_TO_EDGE, lock.wrap_mode());
467 SkShader::TileMode content_tile_mode = WrapModeToTileMode(lock.wrap_mode());
518 mask_lock.wrap_mode());
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/r300/compiler/
H A Dradeon_code.h171 unsigned wrap_mode : 3; member in struct:r300_fragment_program_external_state::__anon13867
H A Dradeon_program_tex.c129 rc_wrap_mode wrapmode = compiler->state.unit[inst->U.I.TexSrcUnit].wrap_mode;
/external/mesa3d/src/gallium/drivers/r300/compiler/
H A Dradeon_code.h171 unsigned wrap_mode : 3; member in struct:r300_fragment_program_external_state::__anon27278
H A Dradeon_program_tex.c129 rc_wrap_mode wrapmode = compiler->state.unit[inst->U.I.TexSrcUnit].wrap_mode;
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/r300/
H A Dr300_fs.c198 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/
H A Dr300_fs.c198 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/
H A Dgraw_util.h286 unsigned wrap_mode,
295 sampler_desc.wrap_r = wrap_mode;
285 graw_util_create_simple_sampler(const struct graw_info *info, unsigned wrap_mode, unsigned img_filter) argument
/external/mesa3d/src/gallium/tests/graw/
H A Dgraw_util.h286 unsigned wrap_mode,
295 sampler_desc.wrap_r = wrap_mode;
285 graw_util_create_simple_sampler(const struct graw_info *info, unsigned wrap_mode, unsigned img_filter) argument
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/gallivm/
H A Dlp_bld_sample_aos.c71 * \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) {
76 lp_build_sample_wrap_nearest_int(struct lp_build_sample_context *bld, unsigned block_length, LLVMValueRef coord, LLVMValueRef coord_f, LLVMValueRef length, LLVMValueRef stride, boolean is_pot, unsigned wrap_mode, LLVMValueRef *out_offset, LLVMValueRef *out_i) argument
136 lp_build_sample_wrap_nearest_float(struct lp_build_sample_context *bld, LLVMValueRef coord, LLVMValueRef length, boolean is_pot, unsigned wrap_mode, LLVMValueRef *icoord) argument
192 lp_build_sample_wrap_linear_int(struct lp_build_sample_context *bld, unsigned block_length, LLVMValueRef coord0, LLVMValueRef *weight_i, LLVMValueRef coord_f, LLVMValueRef length, LLVMValueRef stride, boolean is_pot, unsigned wrap_mode, LLVMValueRef *offset0, LLVMValueRef *offset1, LLVMValueRef *i0, LLVMValueRef *i1) argument
353 lp_build_sample_wrap_linear_float(struct lp_build_sample_context *bld, unsigned block_length, LLVMValueRef coord, LLVMValueRef length, boolean is_pot, unsigned wrap_mode, LLVMValueRef *coord0, LLVMValueRef *coord1, LLVMValueRef *weight, unsigned force_nearest) argument
[all...]
H A Dlp_bld_sample_soa.c272 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) {
267 lp_build_sample_wrap_linear(struct lp_build_sample_context *bld, LLVMValueRef coord, LLVMValueRef length, LLVMValueRef length_f, boolean is_pot, unsigned wrap_mode, LLVMValueRef *x0_out, LLVMValueRef *x1_out, LLVMValueRef *weight_out) argument
468 lp_build_sample_wrap_nearest(struct lp_build_sample_context *bld, LLVMValueRef coord, LLVMValueRef length, LLVMValueRef length_f, boolean is_pot, unsigned wrap_mode) argument
/external/mesa3d/src/gallium/auxiliary/gallivm/
H A Dlp_bld_sample_aos.c71 * \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) {
76 lp_build_sample_wrap_nearest_int(struct lp_build_sample_context *bld, unsigned block_length, LLVMValueRef coord, LLVMValueRef coord_f, LLVMValueRef length, LLVMValueRef stride, boolean is_pot, unsigned wrap_mode, LLVMValueRef *out_offset, LLVMValueRef *out_i) argument
136 lp_build_sample_wrap_nearest_float(struct lp_build_sample_context *bld, LLVMValueRef coord, LLVMValueRef length, boolean is_pot, unsigned wrap_mode, LLVMValueRef *icoord) argument
192 lp_build_sample_wrap_linear_int(struct lp_build_sample_context *bld, unsigned block_length, LLVMValueRef coord0, LLVMValueRef *weight_i, LLVMValueRef coord_f, LLVMValueRef length, LLVMValueRef stride, boolean is_pot, unsigned wrap_mode, LLVMValueRef *offset0, LLVMValueRef *offset1, LLVMValueRef *i0, LLVMValueRef *i1) argument
353 lp_build_sample_wrap_linear_float(struct lp_build_sample_context *bld, unsigned block_length, LLVMValueRef coord, LLVMValueRef length, boolean is_pot, unsigned wrap_mode, LLVMValueRef *coord0, LLVMValueRef *coord1, LLVMValueRef *weight, unsigned force_nearest) argument
[all...]
H A Dlp_bld_sample_soa.c272 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) {
267 lp_build_sample_wrap_linear(struct lp_build_sample_context *bld, LLVMValueRef coord, LLVMValueRef length, LLVMValueRef length_f, boolean is_pot, unsigned wrap_mode, LLVMValueRef *x0_out, LLVMValueRef *x1_out, LLVMValueRef *weight_out) argument
468 lp_build_sample_wrap_nearest(struct lp_build_sample_context *bld, LLVMValueRef coord, LLVMValueRef length, LLVMValueRef length_f, boolean is_pot, unsigned wrap_mode) argument
/external/chromium_org/cc/trees/
H A Dlayer_tree_host_impl.cc3235 GLint wrap_mode = 0; local
3238 wrap_mode = GL_CLAMP_TO_EDGE;
3241 wrap_mode = GL_REPEAT;
3264 wrap_mode,
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 5565 milliseconds