HomeSort by relevance Sort by last modified time
    Searched refs:textures (Results 101 - 125 of 463) sorted by null

1 2 3 45 6 7 8 91011>>

  /external/chromium_org/third_party/skia/src/gpu/effects/
GrTextureDomainEffect.cpp 226 GrTexture* textures[]) {
238 return GrTextureDomainEffect::Create(textures[texIdx],
  /external/jmonkeyengine/engine/src/blender/com/jme3/scene/plugins/blender/textures/
TextureGeneratorVoronoi.java 32 package com.jme3.scene.plugins.blender.textures;
37 import com.jme3.scene.plugins.blender.textures.NoiseGenerator.NoiseMath;
TextureGeneratorClouds.java 32 package com.jme3.scene.plugins.blender.textures;
TextureGeneratorMarble.java 32 package com.jme3.scene.plugins.blender.textures;
TextureGeneratorStucci.java 32 package com.jme3.scene.plugins.blender.textures;
  /external/skia/src/gpu/effects/
GrTextureDomainEffect.cpp 226 GrTexture* textures[]) {
238 return GrTextureDomainEffect::Create(textures[texIdx],
  /frameworks/base/media/mca/filterfw/native/core/
shader_program.h 64 // If more input textures are given than the shader can handle, this will result
101 // textures and FBOs.
334 // Render a single frame with the given input textures. You may override
338 // - Bind the given textures
341 bool RenderFrame(const std::vector<GLuint>& textures,
397 // Returns the lowest texture unit that will be used to bind textures.
402 // Sets the lowest texture unit that will be used to bind textures. The
443 // Binds the given input textures.
444 bool BindInputTextures(const std::vector<GLuint>& textures,
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/dri/drm/
dri2.c 52 struct pipe_resource *ptex = drawable->textures[ST_ATTACHMENT_BACK_LEFT];
55 if (ptex && ctx->pp && drawable->textures[ST_ATTACHMENT_DEPTH_STENCIL])
56 pp_run(ctx->pp, ptex, ptex, drawable->textures[ST_ATTACHMENT_DEPTH_STENCIL]);
223 pipe_resource_reference(&drawable->textures[i], NULL);
279 drawable->textures[statt] =
  /external/mesa3d/src/gallium/state_trackers/dri/drm/
dri2.c 52 struct pipe_resource *ptex = drawable->textures[ST_ATTACHMENT_BACK_LEFT];
55 if (ptex && ctx->pp && drawable->textures[ST_ATTACHMENT_DEPTH_STENCIL])
56 pp_run(ctx->pp, ptex, ptex, drawable->textures[ST_ATTACHMENT_DEPTH_STENCIL]);
223 pipe_resource_reference(&drawable->textures[i], NULL);
279 drawable->textures[statt] =
  /frameworks/base/core/jni/
android_opengl_GLES10.cpp 605 /* void glDeleteTextures ( GLsizei n, const GLuint *textures ) */
614 GLuint *textures = (GLuint *) 0; local
619 _exceptionMessage = "textures == null";
637 textures = textures_base + offset;
641 (GLuint *)textures
654 /* void glDeleteTextures ( GLsizei n, const GLuint *textures ) */
664 GLuint *textures = (GLuint *) 0; local
666 textures = (GLuint *)getPointer(_env, textures_buf, &_array, &_remaining, &_bufferOffset);
673 if (textures == NULL) {
675 textures = (GLuint *) (_texturesBase + _bufferOffset)
1111 GLuint *textures = (GLuint *) 0; local
1161 GLuint *textures = (GLuint *) 0; local
    [all...]
  /development/samples/ApiDemos/src/com/example/android/apis/graphics/
MatrixPaletteRenderer.java 259 int[] textures = new int[1]; local
260 gl.glGenTextures(1, textures, 0);
262 mTextureID = textures[0];
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/r300/
r300_context.c 43 struct r300_textures_state *textures = local
50 /* Textures. */
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/fbdev/
native_fbdev.c 99 unsigned int *seq_num, struct pipe_resource **textures,
106 if (textures)
107 resource_surface_get_resources(fbsurf->rsurf, textures, attachment_mask);
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/egl/wayland/
native_wayland.c 204 unsigned int *seq_num, struct pipe_resource **textures,
216 if (textures)
217 resource_surface_get_resources(surface->rsurf, textures, attachment_mask);
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/egl/x11/
native_ximage.c 197 unsigned int *seq_num, struct pipe_resource **textures,
209 if (textures)
210 resource_surface_get_resources(xsurf->rsurf, textures, attachment_mask);
  /external/mesa3d/src/gallium/drivers/r300/
r300_context.c 43 struct r300_textures_state *textures = local
50 /* Textures. */
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/fbdev/
native_fbdev.c 99 unsigned int *seq_num, struct pipe_resource **textures,
106 if (textures)
107 resource_surface_get_resources(fbsurf->rsurf, textures, attachment_mask);
  /external/mesa3d/src/gallium/state_trackers/egl/wayland/
native_wayland.c 204 unsigned int *seq_num, struct pipe_resource **textures,
216 if (textures)
217 resource_surface_get_resources(surface->rsurf, textures, attachment_mask);
  /external/mesa3d/src/gallium/state_trackers/egl/x11/
native_ximage.c 197 unsigned int *seq_num, struct pipe_resource **textures,
209 if (textures)
210 resource_surface_get_resources(xsurf->rsurf, textures, attachment_mask);
  /frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
GLTextureViewActivity.java 254 int[] textures = new int[1]; local
257 glGenTextures(1, textures, 0);
260 int texture = textures[0];
  /frameworks/native/opengl/tests/gl2_cameraeye/src/com/android/gl2cameraeye/
GL2CameraEye.java 288 int[] textures = new int[1]; local
289 GLES20.glGenTextures(1, textures, 0);
291 mTextureID = textures[0];
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/draw/
draw_llvm.h 100 struct draw_jit_texture textures[PIPE_MAX_SAMPLERS]; member in struct:draw_jit_context
119 lp_build_struct_get_ptr(_gallivm, _ptr, DRAW_JIT_CTX_TEXTURES, "textures")
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/rbug/
rbug_texture.c 240 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 */
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/llvmpipe/
lp_jit.c 157 LP_CHECK_MEMBER_OFFSET(struct lp_jit_context, textures,
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/egl/common/
native.h 130 * Validate the buffers of the surface. textures, if not NULL, points to an
131 * array of size NUM_NATIVE_ATTACHMENTS and the returned textures are owned
142 unsigned int *seq_num, struct pipe_resource **textures,

Completed in 2838 milliseconds

1 2 3 45 6 7 8 91011>>