Searched refs:GL_CLAMP_TO_EDGE (Results 1 - 25 of 103) sorted by relevance

12345

/external/chromium_org/cc/resources/
H A Dscoped_resource.cc26 size, GL_CLAMP_TO_EDGE, hint, format));
43 GL_CLAMP_TO_EDGE,
H A Dresource_provider_unittest.cc539 size, GL_CLAMP_TO_EDGE, ResourceProvider::TextureUsageAny, format);
571 size, GL_CLAMP_TO_EDGE, ResourceProvider::TextureUsageAny, format);
640 size, GL_CLAMP_TO_EDGE, ResourceProvider::TextureUsageAny, format);
646 size, GL_CLAMP_TO_EDGE, ResourceProvider::TextureUsageAny, format);
821 size, GL_CLAMP_TO_EDGE, ResourceProvider::TextureUsageAny, format);
827 size, GL_CLAMP_TO_EDGE, ResourceProvider::TextureUsageAny, format);
1008 size, GL_CLAMP_TO_EDGE, ResourceProvider::TextureUsageAny, format);
1066 size, GL_CLAMP_TO_EDGE, ResourceProvider::TextureUsageAny, format);
1112 size, GL_CLAMP_TO_EDGE, ResourceProvider::TextureUsageAny, format);
1155 size, GL_CLAMP_TO_EDGE, ResourceProvide
[all...]
/external/chromium_org/cc/test/
H A Drender_pass_test_common.cc38 GL_CLAMP_TO_EDGE,
44 GL_CLAMP_TO_EDGE,
50 GL_CLAMP_TO_EDGE,
56 GL_CLAMP_TO_EDGE,
62 GL_CLAMP_TO_EDGE,
68 GL_CLAMP_TO_EDGE,
74 GL_CLAMP_TO_EDGE,
219 GL_CLAMP_TO_EDGE,
H A Dlayer_tree_pixel_test.cc252 GL_TEXTURE_2D, GL_TEXTURE_WRAP_S, GL_CLAMP_TO_EDGE);
254 GL_TEXTURE_2D, GL_TEXTURE_WRAP_T, GL_CLAMP_TO_EDGE);
340 GL_TEXTURE_2D, GL_TEXTURE_WRAP_S, GL_CLAMP_TO_EDGE);
342 GL_TEXTURE_2D, GL_TEXTURE_WRAP_T, GL_CLAMP_TO_EDGE);
/external/chromium_org/gpu/command_buffer/tests/
H A Dgl_chromium_framebuffer_multisample_unittest.cc116 glTexParameteri(GL_TEXTURE_2D, GL_TEXTURE_WRAP_S, GL_CLAMP_TO_EDGE);
117 glTexParameteri(GL_TEXTURE_2D, GL_TEXTURE_WRAP_T, GL_CLAMP_TO_EDGE);
H A Dgl_unittests.cc48 glTexParameterf(GL_TEXTURE_2D, GL_TEXTURE_WRAP_S, GL_CLAMP_TO_EDGE);
49 glTexParameterf(GL_TEXTURE_2D, GL_TEXTURE_WRAP_T, GL_CLAMP_TO_EDGE);
H A Dgl_depth_texture_unittest.cc113 glTexParameteri(GL_TEXTURE_2D, GL_TEXTURE_WRAP_S, GL_CLAMP_TO_EDGE);
114 glTexParameteri(GL_TEXTURE_2D, GL_TEXTURE_WRAP_T, GL_CLAMP_TO_EDGE);
122 glTexParameteri(GL_TEXTURE_2D, GL_TEXTURE_WRAP_S, GL_CLAMP_TO_EDGE);
123 glTexParameteri(GL_TEXTURE_2D, GL_TEXTURE_WRAP_T, GL_CLAMP_TO_EDGE);
H A Dcompressed_texture_test.cc66 glTexParameteri(GL_TEXTURE_2D, GL_TEXTURE_WRAP_S, GL_CLAMP_TO_EDGE);
67 glTexParameteri(GL_TEXTURE_2D, GL_TEXTURE_WRAP_T, GL_CLAMP_TO_EDGE);
H A Dgl_gpu_memory_buffer_unittests.cc83 glTexParameterf(GL_TEXTURE_2D, GL_TEXTURE_WRAP_S, GL_CLAMP_TO_EDGE);
84 glTexParameterf(GL_TEXTURE_2D, GL_TEXTURE_WRAP_T, GL_CLAMP_TO_EDGE);
/external/chromium_org/third_party/angle/samples/gles2_book/MultiTexture/
H A DMultiTexture.c61 glTexParameteri ( GL_TEXTURE_2D, GL_TEXTURE_WRAP_S, GL_CLAMP_TO_EDGE );
62 glTexParameteri ( GL_TEXTURE_2D, GL_TEXTURE_WRAP_T, GL_CLAMP_TO_EDGE );
/external/chromium_org/third_party/angle/samples/gles2_book/TextureWrap/
H A DTextureWrap.c207 glTexParameteri ( GL_TEXTURE_2D, GL_TEXTURE_WRAP_S, GL_CLAMP_TO_EDGE );
208 glTexParameteri ( GL_TEXTURE_2D, GL_TEXTURE_WRAP_T, GL_CLAMP_TO_EDGE );
/external/chromium_org/content/renderer/media/
H A Drenderer_gpu_video_accelerator_factories.cc155 gles2->TexParameteri(texture_target, GL_TEXTURE_WRAP_S, GL_CLAMP_TO_EDGE);
156 gles2->TexParameteri(texture_target, GL_TEXTURE_WRAP_T, GL_CLAMP_TO_EDGE);
253 gles2->TexParameteri(GL_TEXTURE_2D, GL_TEXTURE_WRAP_S, GL_CLAMP_TO_EDGE);
254 gles2->TexParameteri(GL_TEXTURE_2D, GL_TEXTURE_WRAP_T, GL_CLAMP_TO_EDGE);
/external/chromium_org/third_party/WebKit/Source/core/html/canvas/
H A DWebGLTexture.cpp111 case GL_CLAMP_TO_EDGE:
120 case GL_CLAMP_TO_EDGE:
362 || m_wrapS != GL_CLAMP_TO_EDGE || m_wrapT != GL_CLAMP_TO_EDGE))
/external/chromium_org/content/browser/renderer_host/
H A Dcompositing_iosurface_transformer_mac.cc148 GL_CLAMP_TO_EDGE);
216 GL_CLAMP_TO_EDGE);
243 SetTextureParameters(texture_target_, GL_LINEAR, GL_CLAMP_TO_EDGE);
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i915/
H A Di915_texstate.c107 * GL_CLAMP_TO_EDGE, so the same is done here.
117 case GL_CLAMP_TO_EDGE:
318 (((ws != GL_CLAMP) && (ws != GL_CLAMP_TO_EDGE)) ||
319 ((wt != GL_CLAMP) && (wt != GL_CLAMP_TO_EDGE))))
/external/mesa3d/src/mesa/drivers/dri/i915/
H A Di915_texstate.c107 * GL_CLAMP_TO_EDGE, so the same is done here.
117 case GL_CLAMP_TO_EDGE:
318 (((ws != GL_CLAMP) && (ws != GL_CLAMP_TO_EDGE)) ||
319 ((wt != GL_CLAMP) && (wt != GL_CLAMP_TO_EDGE))))
/external/chromium_org/gpu/command_buffer/service/
H A Dgles2_cmd_copy_texture_chromium.cc383 glTexParameterf(GL_TEXTURE_2D, GL_TEXTURE_WRAP_S, GL_CLAMP_TO_EDGE);
384 glTexParameterf(GL_TEXTURE_2D, GL_TEXTURE_WRAP_T, GL_CLAMP_TO_EDGE);
407 glTexParameterf(source_target, GL_TEXTURE_WRAP_S, GL_CLAMP_TO_EDGE);
408 glTexParameterf(source_target, GL_TEXTURE_WRAP_T, GL_CLAMP_TO_EDGE);
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/nouveau/
H A Dnouveau_gldefs.h232 case GL_CLAMP_TO_EDGE:
/external/mesa3d/src/mesa/drivers/dri/nouveau/
H A Dnouveau_gldefs.h232 case GL_CLAMP_TO_EDGE:
/external/chromium_org/content/renderer/gpu/
H A Dmailbox_output_surface.cc83 GL_TEXTURE_2D, GL_TEXTURE_WRAP_S, GL_CLAMP_TO_EDGE);
85 GL_TEXTURE_2D, GL_TEXTURE_WRAP_T, GL_CLAMP_TO_EDGE);
/external/chromium_org/third_party/WebKit/Source/platform/graphics/filters/custom/
H A DCustomFilterRenderer.cpp241 m_context->texParameteri(GL_TEXTURE_2D, GL_TEXTURE_WRAP_S, GL_CLAMP_TO_EDGE);
242 m_context->texParameteri(GL_TEXTURE_2D, GL_TEXTURE_WRAP_T, GL_CLAMP_TO_EDGE);
/external/chromium_org/third_party/angle/samples/gles2_book/ParticleSystem/
H A DParticleSystem.c72 glTexParameteri ( GL_TEXTURE_2D, GL_TEXTURE_WRAP_S, GL_CLAMP_TO_EDGE );
73 glTexParameteri ( GL_TEXTURE_2D, GL_TEXTURE_WRAP_T, GL_CLAMP_TO_EDGE );
/external/chromium_org/ui/surface/
H A Daccelerated_surface_mac.cc132 glTexParameteri(target, GL_TEXTURE_WRAP_S, GL_CLAMP_TO_EDGE);
133 glTexParameteri(target, GL_TEXTURE_WRAP_T, GL_CLAMP_TO_EDGE);
/external/replicaisland/src/com/replica/replicaisland/
H A DTextureLibrary.java155 gl.glTexParameterf(GL10.GL_TEXTURE_2D, GL10.GL_TEXTURE_WRAP_S, GL10.GL_CLAMP_TO_EDGE);
156 gl.glTexParameterf(GL10.GL_TEXTURE_2D, GL10.GL_TEXTURE_WRAP_T, GL10.GL_CLAMP_TO_EDGE);
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/r200/
H A Dr200_tex.c86 case GL_CLAMP_TO_EDGE:
120 case GL_CLAMP_TO_EDGE:
156 case GL_CLAMP_TO_EDGE:

Completed in 1319 milliseconds

12345