Searched defs:textures (Results 1 - 25 of 125) sorted by relevance

12345

/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/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
H A DGrBicubicEffect.cpp183 GrTexture* textures[]) {
190 return GrBicubicEffect::Create(textures[texIdx], coefficients);
180 TestCreate(SkRandom* random, GrContext* context, const GrDrawTargetCaps&, GrTexture* textures[]) argument
/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/src/gallium/state_trackers/dri/common/
H A Ddri_drawable.h59 struct pipe_resource *textures[ST_ATTACHMENT_COUNT]; member in struct:dri_drawable
/external/mesa3d/src/gallium/state_trackers/dri/common/
H A Ddri_drawable.h59 struct pipe_resource *textures[ST_ATTACHMENT_COUNT]; member in struct:dri_drawable
/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/mesa/src/src/gallium/auxiliary/rbug/
H A Drbug_texture.h88 rbug_texture_t *textures; member in struct:rbug_proto_texture_list_reply
159 rbug_texture_t *textures,
H A Drbug_texture.c240 rbug_texture_t *textures,
251 LEN_ARRAY(8, textures); /* textures */
263 WRITE_ARRAY(8, rbug_texture_t, textures); /* textures */
550 READ_ARRAY(8, rbug_texture_t, textures); /* textures */
238 rbug_send_texture_list_reply(struct rbug_connection *__con, uint32_t serial, rbug_texture_t *textures, uint32_t textures_len, uint32_t *__serial) argument
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/r300/
H A Dr300_context.c43 struct r300_textures_state *textures = local
51 for (i = 0; i < textures->sampler_view_count; i++)
53 (struct pipe_sampler_view**)&textures->sampler_views[i], NULL);
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/egl/common/
H A Degl_g3d_image.c48 struct pipe_resource *textures[NUM_NATIVE_ATTACHMENTS]; local
56 if (!nsurf->validate(nsurf, 1 << natt, NULL, textures, NULL, NULL))
57 textures[natt] = NULL;
61 return textures[natt];
H A Degl_g3d_st.c211 struct pipe_resource *textures[NUM_NATIVE_ATTACHMENTS]; local
241 &gsurf->sequence_number, textures, &gsurf->base.Width,
268 tex = textures[natt];
/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/auxiliary/rbug/
H A Drbug_texture.h88 rbug_texture_t *textures; member in struct:rbug_proto_texture_list_reply
159 rbug_texture_t *textures,
/external/mesa3d/src/gallium/drivers/r300/
H A Dr300_context.c43 struct r300_textures_state *textures = local
51 for (i = 0; i < textures->sampler_view_count; i++)
53 (struct pipe_sampler_view**)&textures->sampler_views[i], NULL);
/external/mesa3d/src/gallium/state_trackers/egl/common/
H A Degl_g3d_image.c48 struct pipe_resource *textures[NUM_NATIVE_ATTACHMENTS]; local
56 if (!nsurf->validate(nsurf, 1 << natt, NULL, textures, NULL, NULL))
57 textures[natt] = NULL;
61 return textures[natt];
H A Degl_g3d_st.c211 struct pipe_resource *textures[NUM_NATIVE_ATTACHMENTS]; local
241 &gsurf->sequence_number, textures, &gsurf->base.Width,
268 tex = textures[natt];
/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/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/egl/gdi/
H A Dnative_gdi.c188 unsigned int *seq_num, struct pipe_resource **textures,
200 if (textures)
201 resource_surface_get_resources(gsurf->rsurf, textures, attachment_mask);
187 gdi_surface_validate(struct native_surface *nsurf, uint attachment_mask, unsigned int *seq_num, struct pipe_resource **textures, int *width, int *height) argument
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/egl/wayland/
H A Dnative_wayland.c204 unsigned int *seq_num, struct pipe_resource **textures,
216 if (textures)
217 resource_surface_get_resources(surface->rsurf, textures, attachment_mask);
203 wayland_surface_validate(struct native_surface *nsurf, uint attachment_mask, unsigned int *seq_num, struct pipe_resource **textures, int *width, int *height) argument
/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/chromium_org/third_party/mesa/src/src/mapi/glapi/tests/
H A Dcheck_table.cpp1519 glAreTexturesResidentEXT(GLsizei n, const GLuint *textures, argument
1523 (void) textures;
1529 glDeleteTexturesEXT(GLsizei n, const GLuint *textures) argument
1532 (void) textures;
1536 glGenTexturesEXT(GLsizei n, GLuint *textures) argument
1539 (void) textures;

Completed in 4592 milliseconds

12345