/external/mesa3d/src/gallium/drivers/llvmpipe/ |
lp_surface.c | 56 unsigned dstx, unsigned dsty, unsigned dstz, 60 /* XXX this used to ignore srcz/dstz 72 util_resource_copy_region(pipe, dst, dst_level, dstx, dsty, dstz, 78 dst, dst_level, dstz, 94 src_box->x, src_box->y, src_box->z, dstx, dsty, dstz, 144 dstz, dst_level, 158 = llvmpipe_get_texture_image_address(dst_tex, dstz,
|
/external/mesa3d/src/gallium/drivers/nv30/ |
nv30_resource.h | 64 unsigned dstx, unsigned dsty, unsigned dstz,
|
nv30_miptree.c | 125 unsigned dstx, unsigned dsty, unsigned dstz, 133 util_resource_copy_region(pipe, dstres, dst_level, dstx, dsty, dstz, 140 define_rect(dstres, dst_level, dstz, dstx, dsty,
|
/external/mesa3d/src/gallium/drivers/svga/ |
svga_pipe_blit.c | 41 unsigned dstx, unsigned dsty, unsigned dstz, 60 util_resource_copy_region(pipe, dst_tex, dst_level, dstx, dsty, dstz, 131 dst_face = dstz; 137 dst_z = dstz;
|
/external/mesa3d/src/gallium/drivers/i915/ |
i915_surface.c | 49 unsigned dstx, unsigned dsty, unsigned dstz, 57 util_resource_copy_region(pipe, dst, dst_level, dstx, dsty, dstz, 64 util_resource_copy_region(pipe, dst, dst_level, dstx, dsty, dstz, 89 util_blitter_copy_texture(i915->blitter, dst, dst_level, ~0, dstx, dsty, dstz, 165 unsigned dstx, unsigned dsty, unsigned dstz, 177 util_resource_copy_region(pipe, dst, dst_level, dstx, dsty, dstz, 186 assert(dstz == 0); 187 dst_offset = i915_texture_offset(dst_tex, dst_level, dstz);
|
/external/mesa3d/src/gallium/drivers/radeonsi/ |
r600_blit.c | 244 unsigned dstx, unsigned dsty, unsigned dstz, 252 util_blitter_copy_texture(rctx->blitter, dst, dst_level, ~0, dstx, dsty, dstz, 321 unsigned dstx, unsigned dsty, unsigned dstz, 336 util_resource_copy_region(ctx, dst, dst_level, dstx, dsty, dstz, 367 r600_hw_copy_region(ctx, dst, dst_level, dstx, dsty, dstz,
|
/frameworks/native/opengl/tools/glgen/specs/gles11/ |
GLES31Ext.spec | 15 void glCopyImageSubDataEXT ( GLuint srcName, GLenum srcTarget, GLint srcLevel, GLint srcX, GLint srcY, GLint srcZ, GLuint dstName, GLenum dstTarget, GLint dstLevel, GLint dstX, GLint dstY, GLint dstZ, GLsizei srcWidth, GLsizei srcHeight, GLsizei srcDepth )
|
GLES32.spec | 2 void glCopyImageSubData ( GLuint srcName, GLenum srcTarget, GLint srcLevel, GLint srcX, GLint srcY, GLint srcZ, GLuint dstName, GLenum dstTarget, GLint dstLevel, GLint dstX, GLint dstY, GLint dstZ, GLsizei srcWidth, GLsizei srcHeight, GLsizei srcDepth )
|
/external/mesa3d/src/gallium/auxiliary/util/ |
u_blitter.h | 203 unsigned dstx, unsigned dsty, unsigned dstz, 210 * pipe_sampler_view, respectively. The mipmap level and dstz are part of 245 unsigned dstz,
|
u_blitter.c | [all...] |
/external/mesa3d/src/gallium/drivers/r300/ |
r300_blit.c | 450 unsigned dstx, unsigned dsty, unsigned dstz, 471 util_resource_copy_region(pipe, dst, dst_level, dstx, dsty, dstz, 480 util_blitter_default_dst_texture(&dst_templ, dst, dst_level, dstz, src_box); 563 util_resource_copy_region(pipe, dst, dst_level, dstx, dsty, dstz,
|
/external/opencv3/modules/core/test/ |
test_dxt.cpp | 850 Mat z = Mat::zeros(m, n, depth), dstz; local 856 dft(srcz, dstz); 858 if (cvtest::norm(dst, dstz, NORM_INF) > 1e-3) 861 cout << "reference:\n" << dstz << endl << endl;
|
/external/mesa3d/src/gallium/drivers/nv50/ |
nv50_surface.c | 195 unsigned dstx, unsigned dsty, unsigned dstz, 202 unsigned dst_layer = dstz, src_layer = src_box->z; 206 util_resource_copy_region(pipe, dst, dst_level, dstx, dsty, dstz, 226 nv50_m2mf_rect_setup(&drect, dst, dst_level, dstx, dsty, dstz); 255 for (; dst_layer < dstz + src_box->depth; ++dst_layer, ++src_layer) {
|
/external/mesa3d/src/gallium/drivers/nvc0/ |
nvc0_surface.c | 202 unsigned dstx, unsigned dsty, unsigned dstz, 209 unsigned dst_layer = dstz, src_layer = src_box->z; 213 util_resource_copy_region(pipe, dst, dst_level, dstx, dsty, dstz, 233 nv50_m2mf_rect_setup(&drect, dst, dst_level, dstx, dsty, dstz); 261 for (; dst_layer < dstz + src_box->depth; ++dst_layer, ++src_layer) { [all...] |
/external/mesa3d/src/gallium/drivers/noop/ |
noop_pipe.c | 236 unsigned dstx, unsigned dsty, unsigned dstz,
|
/external/mesa3d/src/gallium/drivers/r600/ |
r600_blit.c | 670 unsigned dstx, unsigned dsty, unsigned dstz, 771 util_blitter_copy_texture(rctx->blitter, dst, dst_level, ~0, dstx, dsty, dstz, 777 util_blitter_copy_texture(rctx->blitter, dst, dst_level, 1 << i, dstx, dsty, dstz,
|
/external/mesa3d/src/gallium/drivers/trace/ |
tr_context.c | [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ |
d3d10_1.h | 581 UINT DstZ, [all...] |
/frameworks/native/opengl/libs/GLES2/ |
gl2ext_api.in | 58 void API_ENTRY(glCopyImageSubDataOES)(GLuint srcName, GLenum srcTarget, GLint srcLevel, GLint srcX, GLint srcY, GLint srcZ, GLuint dstName, GLenum dstTarget, GLint dstLevel, GLint dstX, GLint dstY, GLint dstZ, GLsizei srcWidth, GLsizei srcHeight, GLsizei srcDepth) { 59 CALL_GL_API(glCopyImageSubDataOES, srcName, srcTarget, srcLevel, srcX, srcY, srcZ, dstName, dstTarget, dstLevel, dstX, dstY, dstZ, srcWidth, srcHeight, srcDepth); 295 void API_ENTRY(glCopyImageSubDataEXT)(GLuint srcName, GLenum srcTarget, GLint srcLevel, GLint srcX, GLint srcY, GLint srcZ, GLuint dstName, GLenum dstTarget, GLint dstLevel, GLint dstX, GLint dstY, GLint dstZ, GLsizei srcWidth, GLsizei srcHeight, GLsizei srcDepth) { 296 CALL_GL_API(glCopyImageSubDataEXT, srcName, srcTarget, srcLevel, srcX, srcY, srcZ, dstName, dstTarget, dstLevel, dstX, dstY, dstZ, srcWidth, srcHeight, srcDepth); [all...] |
/external/mesa3d/include/GL/ |
glxext.h | [all...] |
wglext.h | [all...] |
/external/mesa3d/src/gallium/drivers/galahad/ |
glhd_context.c | 684 unsigned dstz, 718 dstz, [all...] |
/external/mesa3d/src/gallium/drivers/identity/ |
id_context.c | 612 unsigned dstz, 629 dstz,
|
/external/mesa3d/src/gallium/drivers/rbug/ |
rbug_context.c | 848 unsigned dstz, 866 dstz, [all...] |
/frameworks/base/opengl/java/android/opengl/ |
GLES31Ext.java | 411 // C function void glCopyImageSubDataEXT ( GLuint srcName, GLenum srcTarget, GLint srcLevel, GLint srcX, GLint srcY, GLint srcZ, GLuint dstName, GLenum dstTarget, GLint dstLevel, GLint dstX, GLint dstY, GLint dstZ, GLsizei srcWidth, GLsizei srcHeight, GLsizei srcDepth ) 425 int dstZ, [all...] |