Searched defs:wrap_mode (Results 1 - 17 of 17) sorted by relevance

/external/chromium_org/cc/resources/
H A Dui_resource_bitmap.h40 void SetWrapMode(UIResourceWrapMode wrap_mode) { wrap_mode_ = wrap_mode; } argument
H A Dresource_provider.h101 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
H A Dresource_provider_unittest.cc2174 GLint wrap_mode = texture_id == 1 ? GL_CLAMP_TO_EDGE : GL_REPEAT; local
2180 wrap_mode,
2190 texParameteri(GL_TEXTURE_2D, GL_TEXTURE_WRAP_S, wrap_mode));
2193 texParameteri(GL_TEXTURE_2D, GL_TEXTURE_WRAP_T, wrap_mode));
H A Dresource_provider.cc190 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
199 Resource(GLuint texture_id, gfx::Size size, GLenum target, GLenum filter, GLenum texture_pool, GLint wrap_mode, TextureUsageHint hint, ResourceFormat format) argument
241 Resource(uint8_t* pixels, SharedBitmap* bitmap, gfx::Size size, GLenum filter, GLint wrap_mode) argument
332 CreateResource( gfx::Size size, GLint wrap_mode, TextureUsageHint hint, ResourceFormat format) argument
357 CreateManagedResource( gfx::Size size, GLenum target, GLint wrap_mode, TextureUsageHint hint, ResourceFormat format) argument
383 CreateGLTexture( gfx::Size size, GLenum target, GLenum texture_pool, GLint wrap_mode, TextureUsageHint hint, ResourceFormat format) argument
402 CreateBitmap( gfx::Size size, GLint wrap_mode) argument
[all...]
/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/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/cc/output/
H A Dsoftware_renderer.cc52 static SkShader::TileMode WrapModeToTileMode(GLint wrap_mode) { argument
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/auxiliary/gallivm/
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
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...]
/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::__anon13013
/external/mesa3d/src/gallium/auxiliary/gallivm/
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
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...]
/external/mesa3d/src/gallium/drivers/r300/compiler/
H A Dradeon_code.h171 unsigned wrap_mode : 3; member in struct:r300_fragment_program_external_state::__anon23498
/external/chromium_org/cc/trees/
H A Dlayer_tree_host_impl.cc2813 GLint wrap_mode = 0; local
2816 wrap_mode = GL_CLAMP_TO_EDGE;
2819 wrap_mode = GL_REPEAT;
2834 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 484 milliseconds