HomeSort by relevance Sort by last modified time
    Searched full:copytexsubimage (Results 1 - 25 of 25) sorted by null

  /external/chromium_org/third_party/mesa/src/src/mesa/swrast/
NOTES 15 (ReadPixels, etc), and texture operations (CopyTexSubImage) which may
  /external/mesa3d/src/mesa/swrast/
NOTES 15 (ReadPixels, etc), and texture operations (CopyTexSubImage) which may
  /external/chromium_org/third_party/mesa/src/docs/
relnotes-7.11.2.html 62 <li>mesa: fix format selection for meta CopyTexSubImage()</li>
relnotes-6.5.2.html 45 <li>Accelerated CopyTexSubimage, DrawPixels, ReadPixels, CopyPixels
relnotes-7.9.1.html 210 <li>intel: Allow CopyTexSubImage to InternalFormat 3/4 textures, like RGB/RGBA.</li>
relnotes-7.10.html     [all...]
  /external/mesa3d/docs/
relnotes-7.11.2.html 62 <li>mesa: fix format selection for meta CopyTexSubImage()</li>
relnotes-6.5.2.html 45 <li>Accelerated CopyTexSubimage, DrawPixels, ReadPixels, CopyPixels
relnotes-7.9.1.html 210 <li>intel: Allow CopyTexSubImage to InternalFormat 3/4 textures, like RGB/RGBA.</li>
relnotes-7.10.html     [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/intel/
intel_tex_copy.c 170 functions->CopyTexSubImage = intelCopyTexSubImage;
  /external/mesa3d/src/mesa/drivers/dri/intel/
intel_tex_copy.c 170 functions->CopyTexSubImage = intelCopyTexSubImage;
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/common/
driverfuncs.c 97 driver->CopyTexSubImage = _mesa_meta_CopyTexSubImage;
  /external/mesa3d/src/mesa/drivers/common/
driverfuncs.c 97 driver->CopyTexSubImage = _mesa_meta_CopyTexSubImage;
  /external/chromium_org/third_party/mesa/src/src/mesa/main/
teximage.c 3481 copytexsubimage(struct gl_context *ctx, GLuint dims, GLenum target, GLint level, function
    [all...]
dd.h 240 void (*CopyTexSubImage)(struct gl_context *ctx, GLuint dims,
    [all...]
  /external/mesa3d/src/mesa/main/
teximage.c 3481 copytexsubimage(struct gl_context *ctx, GLuint dims, GLenum target, GLint level, function
    [all...]
dd.h 240 void (*CopyTexSubImage)(struct gl_context *ctx, GLuint dims,
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/state_tracker/
st_cb_texture.c 707 * Do a CopyTexSubImage operation using a read transfer from the source,
    [all...]
  /external/mesa3d/src/mesa/state_tracker/
st_cb_texture.c 707 * Do a CopyTexSubImage operation using a read transfer from the source,
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/radeon/
radeon_texture.c 695 functions->CopyTexSubImage = radeonCopyTexSubImage;
  /external/mesa3d/src/mesa/drivers/dri/radeon/
radeon_texture.c 695 functions->CopyTexSubImage = radeonCopyTexSubImage;
  /external/chromium_org/third_party/skia/src/gpu/gl/
GrGpuGL.cpp     [all...]
  /external/skia/src/gpu/gl/
GrGpuGL.cpp     [all...]
  /external/chromium_org/gpu/command_buffer/service/
gles2_cmd_decoder_unittest_textures.cc 906 // Test CopyTexSubImage not allowed for ETC1 compressed texture
    [all...]

Completed in 1065 milliseconds