Home
last modified time | relevance | path

Searched refs:srcZ (Results 1 – 25 of 68) sorted by relevance

123

/external/mesa3d/src/mesa/main/
Dcopyimage.c541 int srcX, int srcY, int srcZ, int srcLevel, in copy_image_subdata() argument
549 int newSrcZ = srcZ + i; in copy_image_subdata()
555 assert(srcZ + i < MAX_FACES); in copy_image_subdata()
556 srcTexImage = srcTexImage->TexObject->Image[srcZ + i][srcLevel]; in copy_image_subdata()
581 GLint srcX, GLint srcY, GLint srcZ, in _mesa_CopyImageSubData_no_error() argument
591 prepare_target(ctx, srcName, srcTarget, srcLevel, srcZ, &srcTexImage, in _mesa_CopyImageSubData_no_error()
597 copy_image_subdata(ctx, srcTexImage, srcRenderbuffer, srcX, srcY, srcZ, in _mesa_CopyImageSubData_no_error()
604 GLint srcX, GLint srcY, GLint srcZ, in _mesa_CopyImageSubData() argument
624 srcX, srcY, srcZ, in _mesa_CopyImageSubData()
635 if (!prepare_target_err(ctx, srcName, srcTarget, srcLevel, srcZ, srcDepth, in _mesa_CopyImageSubData()
[all …]
Dcopyimage.h40 GLint srcX, GLint srcY, GLint srcZ,
47 GLint srcX, GLint srcY, GLint srcZ,
54 GLint srcX, GLint srcY, GLint srcZ,
61 GLint srcX, GLint srcY, GLint srcZ,
/external/angle/src/libANGLE/renderer/
DRenderbufferImpl.h57 GLint srcZ,
71 GLint srcZ,
102 GLint srcZ, in copyRenderbufferSubData() argument
120 GLint srcZ, in copyTextureSubData() argument
DTextureImpl.cpp52 GLint srcZ, in copyRenderbufferSubData() argument
70 GLint srcZ, in copyTextureSubData() argument
DTextureImpl.h120 GLint srcZ,
134 GLint srcZ,
/external/angle/src/libANGLE/
DRenderbuffer.cpp177 GLint srcZ, in copyRenderbufferSubData() argument
187 srcZ, dstLevel, dstX, dstY, dstZ, srcWidth, in copyRenderbufferSubData()
198 GLint srcZ, in copyTextureSubData() argument
207 ANGLE_TRY(mImplementation->copyTextureSubData(context, srcTexture, srcLevel, srcX, srcY, srcZ, in copyTextureSubData()
DRenderbuffer.h98 GLint srcZ,
112 GLint srcZ,
DvalidationES32.cpp132 GLint srcZ, in ValidateCopyImageSubData() argument
149 return ValidateCopyImageSubDataBase(context, srcName, srcTarget, srcLevel, srcX, srcY, srcZ, in ValidateCopyImageSubData()
DContext_gles_3_2_autogen.h22 GLint srcY, GLint srcZ, GLuint dstName, GLenum dstTarget, \
DvalidationES32_autogen.h45 GLint srcZ,
DTexture.h415 GLint srcZ,
429 GLint srcZ,
DvalidationESEXT.cpp704 GLint srcZ, in ValidateCopyImageSubDataEXT() argument
721 return ValidateCopyImageSubDataBase(context, srcName, srcTarget, srcLevel, srcX, srcY, srcZ, in ValidateCopyImageSubDataEXT()
732 GLint srcZ, in ValidateCopyImageSubDataOES() argument
749 return ValidateCopyImageSubDataBase(context, srcName, srcTarget, srcLevel, srcX, srcY, srcZ, in ValidateCopyImageSubDataOES()
DTexture.cpp1405 GLint srcZ, in copyRenderbufferSubData() argument
1414 ANGLE_TRY(mTexture->copyRenderbufferSubData(context, srcBuffer, srcLevel, srcX, srcY, srcZ, in copyRenderbufferSubData()
1428 GLint srcZ, in copyTextureSubData() argument
1437 ANGLE_TRY(mTexture->copyTextureSubData(context, srcTexture, srcLevel, srcX, srcY, srcZ, in copyTextureSubData()
/external/angle/src/libANGLE/renderer/vulkan/
DRenderbufferVk.h45 GLint srcZ,
59 GLint srcZ,
DRenderbufferVk.cpp205 GLint srcZ, in copyRenderbufferSubData() argument
221 srcZ, mImage, dstLevel, dstX, dstY, dstZ, srcWidth, in copyRenderbufferSubData()
230 GLint srcZ, in copyTextureSubData() argument
247 srcZ, mImage, dstLevel, dstX, dstY, dstZ, srcWidth, in copyTextureSubData()
DTextureVk.h108 GLint srcZ,
122 GLint srcZ,
/external/angle/src/libANGLE/renderer/null/
DTextureNULL.h92 GLint srcZ,
106 GLint srcZ,
DTextureNULL.cpp119 GLint srcZ, in copyRenderbufferSubData() argument
136 GLint srcZ, in copyTextureSubData() argument
/external/angle/src/libGLESv2/
Dentry_points_gles_3_2_autogen.cpp176 GLint srcZ, in GL_CopyImageSubData() argument
193 srcLevel, srcX, srcY, srcZ, dstName, in GL_CopyImageSubData()
202 srcY, srcZ, dstName, dstTarget, dstLevel, dstX, in GL_CopyImageSubData()
206 context->copyImageSubData(srcName, srcTarget, srcLevel, srcX, srcY, srcZ, dstName, in GL_CopyImageSubData()
211 srcY, srcZ, dstName, dstTarget, dstLevel, dstX, dstY, dstZ, srcWidth, in GL_CopyImageSubData()
Dentry_points_gles_3_2_autogen.h33 GLint srcZ,
/external/swiftshader/src/Renderer/
DSurface.hpp317 …void copyInternal(const Surface* src, int x, int y, int z, float srcX, float srcY, float srcZ, boo…
/external/swiftshader/include/GL/
Dglxext.h532 … srcName, GLenum srcTarget, GLint srcLevel, GLint srcX, GLint srcY, GLint srcZ, GLXContext dstCtx,…
534 … srcName, GLenum srcTarget, GLint srcLevel, GLint srcX, GLint srcY, GLint srcZ, GLXContext dstCtx,…
Dwglext.h659 … srcName, GLenum srcTarget, GLint srcLevel, GLint srcX, GLint srcY, GLint srcZ, HGLRC hDstRC, GLui…
661 … srcName, GLenum srcTarget, GLint srcLevel, GLint srcX, GLint srcY, GLint srcZ, HGLRC hDstRC, GLui…
/external/mesa3d/include/GL/
Dglxext.h539 … srcName, GLenum srcTarget, GLint srcLevel, GLint srcX, GLint srcY, GLint srcZ, GLXContext dstCtx,…
541 … srcName, GLenum srcTarget, GLint srcLevel, GLint srcX, GLint srcY, GLint srcZ, GLXContext dstCtx,…
/external/angle/src/third_party/khronos/GL/
Dwglext.h649 … srcName, GLenum srcTarget, GLint srcLevel, GLint srcX, GLint srcY, GLint srcZ, HGLRC hDstRC, GLui…
651 … srcName, GLenum srcTarget, GLint srcLevel, GLint srcX, GLint srcY, GLint srcZ, HGLRC hDstRC, GLui…

123