Searched refs:textures (Results 1 - 25 of 233) sorted by relevance

12345678910

/external/chromium_org/cc/resources/
H A Dprioritized_resource_unittest.cc130 // Create textures for double our memory limit.
131 scoped_ptr<PrioritizedResource> textures[kMaxTextures * 2]; local
134 textures[i] =
139 textures[i]->set_request_priority(100 + i);
143 EXPECT_TRUE(ValidateTexture(textures[0].get(), false));
144 EXPECT_TRUE(ValidateTexture(textures[7].get(), false));
145 EXPECT_FALSE(ValidateTexture(textures[8].get(), false));
146 EXPECT_FALSE(ValidateTexture(textures[15].get(), false));
150 textures[i]->set_request_priority(100 - i);
154 EXPECT_FALSE(ValidateTexture(textures[
175 scoped_ptr<PrioritizedResource> textures[kMaxTextures]; local
242 scoped_ptr<PrioritizedResource> textures[kMaxTextures]; local
312 scoped_ptr<PrioritizedResource> textures[kMaxTextures]; local
392 scoped_ptr<PrioritizedResource> textures[kMaxTextures]; local
[all...]
/external/chromium_org/third_party/angle/tests/angle_tests/
H A DClearTest.cpp113 GLuint textures[2]; local
114 glGenTextures(2, &textures[0]);
116 glBindTexture(GL_TEXTURE_2D, textures[0]);
118 glFramebufferTexture2D(GL_FRAMEBUFFER, GL_COLOR_ATTACHMENT0, GL_TEXTURE_2D, textures[0], 0);
120 glBindTexture(GL_TEXTURE_2D, textures[1]);
122 glFramebufferTexture2D(GL_FRAMEBUFFER, GL_COLOR_ATTACHMENT1, GL_TEXTURE_2D, textures[1], 0);
138 glFramebufferTexture2D(GL_FRAMEBUFFER, GL_COLOR_ATTACHMENT0, GL_TEXTURE_2D, textures[1], 0);
141 glDeleteTextures(2, textures);
149 GLuint textures[2]; local
150 glGenTextures(2, &textures[
[all...]
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/wgl/
H A Dstw_st.c44 struct pipe_resource *textures[ST_ATTACHMENT_COUNT]; member in struct:stw_st_framebuffer
56 * Remove outdated textures and create the requested ones.
67 /* remove outdated textures */
70 pipe_resource_reference(&stwfb->textures[i], NULL);
86 if (stwfb->textures[i] || !(mask & (1 << i))) {
88 if (stwfb->textures[i])
113 stwfb->textures[i] =
146 pipe_resource_reference(&out[i], stwfb->textures[statts[i]]);
165 resource = stwfb->textures[statt];
217 pipe_resource_reference(&stwfb->textures[
[all...]
/external/mesa3d/src/gallium/state_trackers/wgl/
H A Dstw_st.c44 struct pipe_resource *textures[ST_ATTACHMENT_COUNT]; member in struct:stw_st_framebuffer
56 * Remove outdated textures and create the requested ones.
67 /* remove outdated textures */
70 pipe_resource_reference(&stwfb->textures[i], NULL);
86 if (stwfb->textures[i] || !(mask & (1 << i))) {
88 if (stwfb->textures[i])
113 stwfb->textures[i] =
146 pipe_resource_reference(&out[i], stwfb->textures[statts[i]]);
165 resource = stwfb->textures[statt];
217 pipe_resource_reference(&stwfb->textures[
[all...]
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/glx/xlib/
H A Dxm_st.c44 struct pipe_resource *textures[ST_ATTACHMENT_COUNT]; member in struct:xmesa_st_framebuffer
63 struct pipe_resource *ptex = xstfb->textures[statt];
92 struct pipe_resource *src_ptex = xstfb->textures[src_statt];
93 struct pipe_resource *dst_ptex = xstfb->textures[dst_statt];
110 * Remove outdated textures and create the requested ones.
122 /* remove outdated textures */
125 pipe_resource_reference(&xstfb->textures[i], NULL);
141 if (xstfb->textures[i] || !(mask & (1 << i))) {
143 if (xstfb->textures[i])
170 xstfb->textures[
[all...]
/external/mesa3d/src/gallium/state_trackers/glx/xlib/
H A Dxm_st.c44 struct pipe_resource *textures[ST_ATTACHMENT_COUNT]; member in struct:xmesa_st_framebuffer
63 struct pipe_resource *ptex = xstfb->textures[statt];
92 struct pipe_resource *src_ptex = xstfb->textures[src_statt];
93 struct pipe_resource *dst_ptex = xstfb->textures[dst_statt];
110 * Remove outdated textures and create the requested ones.
122 /* remove outdated textures */
125 pipe_resource_reference(&xstfb->textures[i], NULL);
141 if (xstfb->textures[i] || !(mask & (1 << i))) {
143 if (xstfb->textures[i])
170 xstfb->textures[
[all...]
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv30/
H A Dnv40_verttex.c37 struct nv30_sampler_view *sv = (void *)nv30->fragprog.textures[unit];
81 pipe_sampler_view_reference(&nv30->vertprog.textures[i], views[i]);
87 pipe_sampler_view_reference(&nv30->vertprog.textures[i], NULL);
/external/mesa3d/src/gallium/drivers/nv30/
H A Dnv40_verttex.c37 struct nv30_sampler_view *sv = (void *)nv30->fragprog.textures[unit];
81 pipe_sampler_view_reference(&nv30->vertprog.textures[i], views[i]);
87 pipe_sampler_view_reference(&nv30->vertprog.textures[i], NULL);
/external/chromium_org/third_party/mesa/src/src/mesa/main/
H A Dtexobj.h143 _mesa_GenTextures( GLsizei n, GLuint *textures );
147 _mesa_DeleteTextures( GLsizei n, const GLuint *textures );
155 _mesa_PrioritizeTextures( GLsizei n, const GLuint *textures,
160 _mesa_AreTexturesResident( GLsizei n, const GLuint *textures,
/external/mesa3d/src/mesa/main/
H A Dtexobj.h143 _mesa_GenTextures( GLsizei n, GLuint *textures );
147 _mesa_DeleteTextures( GLsizei n, const GLuint *textures );
155 _mesa_PrioritizeTextures( GLsizei n, const GLuint *textures,
160 _mesa_AreTexturesResident( GLsizei n, const GLuint *textures,
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/xorg/
H A Dxorg_renderer.h59 struct pipe_resource **textures);
73 struct pipe_sampler_view **textures,
/external/chromium_org/third_party/skia/src/gpu/effects/
H A DGrSimpleTextureEffect.cpp59 GrTexture* textures[]) {
81 return GrSimpleTextureEffect::Create(textures[texIdx], matrix, coordSet);
56 TestCreate(SkRandom* random, GrContext*, const GrDrawTargetCaps&, GrTexture* textures[]) argument
H A DGrCustomCoordsTextureEffect.cpp96 GrTexture* textures[]) {
111 return GrCustomCoordsTextureEffect::Create(textures[texIdx], params);
93 TestCreate(SkRandom* random, GrContext*, const GrDrawTargetCaps&, GrTexture* textures[]) argument
/external/mesa3d/src/gallium/state_trackers/xorg/
H A Dxorg_renderer.h59 struct pipe_resource **textures);
73 struct pipe_sampler_view **textures,
/external/skia/src/gpu/effects/
H A DGrSimpleTextureEffect.cpp57 GrTexture* textures[]) {
79 return GrSimpleTextureEffect::Create(textures[texIdx], matrix, coordSet);
54 TestCreate(SkRandom* random, GrContext*, const GrDrawTargetCaps&, GrTexture* textures[]) argument
H A DGrCustomCoordsTextureEffect.cpp90 GrTexture* textures[]) {
105 return GrCustomCoordsTextureEffect::Create(textures[texIdx], params);
87 TestCreate(SkRandom* random, GrContext*, const GrDrawTargetCaps&, GrTexture* textures[]) argument
/external/chromium_org/third_party/mesa/src/docs/
H A DMESA_texture_array.spec44 blend two textures out of a larger set of textures. Moreover, in some
45 cases the selected textures may vary on a per-fragment basis within
48 1. High dynamic range textures. The application stores several
49 different "exposures" of an image as different textures. On a
57 textures to blend at run-time.
59 3. Storing short video clips in textures. Each depth slice is a
64 textures without mipmaps. Both of these options have major drawbacks.
74 2D textures. The per-fragment texel is selected by the R texture
302 "For one-dimensional array textures, h_
[all...]
/external/mesa3d/docs/
H A DMESA_texture_array.spec44 blend two textures out of a larger set of textures. Moreover, in some
45 cases the selected textures may vary on a per-fragment basis within
48 1. High dynamic range textures. The application stores several
49 different "exposures" of an image as different textures. On a
57 textures to blend at run-time.
59 3. Storing short video clips in textures. Each depth slice is a
64 textures without mipmaps. Both of these options have major drawbacks.
74 2D textures. The per-fragment texel is selected by the R texture
302 "For one-dimensional array textures, h_
[all...]
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/dri/sw/
H A Ddrisw.c148 ptex = drawable->textures[ST_ATTACHMENT_BACK_LEFT];
151 if (ctx->pp && drawable->textures[ST_ATTACHMENT_DEPTH_STENCIL])
152 pp_run(ctx->pp, ptex, ptex, drawable->textures[ST_ATTACHMENT_DEPTH_STENCIL]);
170 ptex = drawable->textures[statt];
201 /* remove outdated textures */
204 pipe_resource_reference(&drawable->textures[i], NULL);
220 if (drawable->textures[statts[i]])
235 drawable->textures[statts[i]] =
H A Ddri_context.c246 if (draw->textures[ST_ATTACHMENT_BACK_LEFT] && draw->textures[ST_ATTACHMENT_DEPTH_STENCIL]
248 pp_init_fbos(ctx->pp, draw->textures[ST_ATTACHMENT_BACK_LEFT]->width0,
249 draw->textures[ST_ATTACHMENT_BACK_LEFT]->height0);
/external/mesa3d/src/gallium/state_trackers/dri/sw/
H A Ddrisw.c148 ptex = drawable->textures[ST_ATTACHMENT_BACK_LEFT];
151 if (ctx->pp && drawable->textures[ST_ATTACHMENT_DEPTH_STENCIL])
152 pp_run(ctx->pp, ptex, ptex, drawable->textures[ST_ATTACHMENT_DEPTH_STENCIL]);
170 ptex = drawable->textures[statt];
201 /* remove outdated textures */
204 pipe_resource_reference(&drawable->textures[i], NULL);
220 if (drawable->textures[statts[i]])
235 drawable->textures[statts[i]] =
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/llvmpipe/
H A Dlp_jit.h107 struct lp_jit_texture textures[PIPE_MAX_SAMPLERS]; member in struct:lp_jit_context
142 lp_build_struct_get_ptr(_gallivm, _ptr, LP_JIT_CTX_TEXTURES, "textures")
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/dri/common/
H A Ddri_context.c246 if (draw->textures[ST_ATTACHMENT_BACK_LEFT] && draw->textures[ST_ATTACHMENT_DEPTH_STENCIL]
248 pp_init_fbos(ctx->pp, draw->textures[ST_ATTACHMENT_BACK_LEFT]->width0,
249 draw->textures[ST_ATTACHMENT_BACK_LEFT]->height0);
H A Ddri_drawable.h59 struct pipe_resource *textures[ST_ATTACHMENT_COUNT]; member in struct:dri_drawable
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/dri/drm/
H A Ddri_context.c246 if (draw->textures[ST_ATTACHMENT_BACK_LEFT] && draw->textures[ST_ATTACHMENT_DEPTH_STENCIL]
248 pp_init_fbos(ctx->pp, draw->textures[ST_ATTACHMENT_BACK_LEFT]->width0,
249 draw->textures[ST_ATTACHMENT_BACK_LEFT]->height0);

Completed in 2169 milliseconds

12345678910