/external/mesa3d/src/mesa/main/ |
D | copyimage.c | 536 int srcX, int srcY, int srcZ, int srcLevel, in copy_image_subdata() argument 551 srcTexImage = srcTexImage->TexObject->Image[srcZ + i][srcLevel]; in copy_image_subdata() 575 _mesa_CopyImageSubData_no_error(GLuint srcName, GLenum srcTarget, GLint srcLevel, in _mesa_CopyImageSubData_no_error() argument 586 prepare_target(ctx, srcName, srcTarget, srcLevel, srcZ, &srcTexImage, in _mesa_CopyImageSubData_no_error() 593 srcLevel, dstTexImage, dstRenderbuffer, dstX, dstY, dstZ, in _mesa_CopyImageSubData_no_error() 598 _mesa_CopyImageSubData(GLuint srcName, GLenum srcTarget, GLint srcLevel, in _mesa_CopyImageSubData() argument 618 srcName, _mesa_enum_to_string(srcTarget), srcLevel, in _mesa_CopyImageSubData() 630 if (!prepare_target_err(ctx, srcName, srcTarget, srcLevel, srcZ, srcDepth, in _mesa_CopyImageSubData() 729 srcLevel, dstTexImage, dstRenderbuffer, dstX, dstY, dstZ, in _mesa_CopyImageSubData()
|
D | copyimage.h | 39 _mesa_CopyImageSubData_no_error(GLuint srcName, GLenum srcTarget, GLint srcLevel, 46 _mesa_CopyImageSubData(GLuint srcName, GLenum srcTarget, GLint srcLevel,
|
/external/mesa3d/src/mesa/drivers/common/ |
D | meta_generate_mipmap.c | 63 GLuint srcLevel; in fallback_required() local 74 srcLevel = texObj->BaseLevel; in fallback_required() 75 baseImage = _mesa_select_tex_image(texObj, target, srcLevel); in fallback_required() 274 const GLuint srcLevel = dstLevel - 1; in _mesa_meta_GenerateMipmap() local 279 srcImage = _mesa_select_tex_image(texObj, faceTarget, srcLevel); in _mesa_meta_GenerateMipmap() 320 (GLint *) &srcLevel, false); in _mesa_meta_GenerateMipmap()
|
D | meta_blit.c | 622 GLuint srcLevel; in blitframebuffer_texture() local 640 srcLevel = readAtt->TextureLevel; in blitframebuffer_texture() 649 srcLevel = 0; in blitframebuffer_texture() 676 srcLevel = 0; in blitframebuffer_texture() 722 srcLevel); in blitframebuffer_texture() 764 = _mesa_select_tex_image(texObj, target, srcLevel); in blitframebuffer_texture() 913 GLenum target, GLenum filter, GLuint srcLevel) in _mesa_meta_setup_sampler() argument 933 (GLint *) &srcLevel, false); in _mesa_meta_setup_sampler() 935 (GLint *) &srcLevel, false); in _mesa_meta_setup_sampler()
|
D | meta.h | 473 GLenum target, GLenum filter, GLuint srcLevel);
|
/external/deqp/external/vulkancts/modules/vulkan/pipeline/ |
D | vktPipelineImageSamplingInstance.cpp | 1115 …const tcu::ConstPixelBufferAccess& srcLevel = testTexture.getLevel((int)subresource.baseMipLevel+l… in getTexture1DView() local 1117 levels[levelNdx] = tcu::getSubregion(srcLevel, 0, 0, 0, srcLevel.getWidth(), 1, 1); in getTexture1DView() 1135 …const tcu::ConstPixelBufferAccess& srcLevel = tex1D ? tex1D->getTexture().getLevel((int)subresourc… in getTexture1DArrayView() local 1138 …levels[levelNdx] = tcu::getSubregion(srcLevel, 0, (int)subresource.baseArrayLayer, 0, srcLevel.get… in getTexture1DArrayView() 1157 …const tcu::ConstPixelBufferAccess& srcLevel = tex2D ? tex2D->getTexture().getLevel((int)subresourc… in getTexture2DView() local 1160 …levels[levelNdx] = tcu::getSubregion(srcLevel, 0, 0, (int)subresource.baseArrayLayer, srcLevel.get… in getTexture2DView() 1178 …const tcu::ConstPixelBufferAccess& srcLevel = tex2D ? tex2D->getTexture().getLevel((int)subresourc… in getTexture2DArrayView() local 1181 …levels[levelNdx] = tcu::getSubregion(srcLevel, 0, 0, (int)subresource.baseArrayLayer, srcLevel.get… in getTexture2DArrayView() 1212 …const tcu::ConstPixelBufferAccess& srcLevel = texCubeArray ? texCubeArray->getTexture().getLevel((… in getTextureCubeView() local 1215 …] = tcu::getSubregion(srcLevel, 0, 0, (int)subresource.baseArrayLayer + (texCubeArray ? faceNdx : … in getTextureCubeView() [all …]
|
/external/mesa3d/src/mesa/state_tracker/ |
D | st_texture.c | 354 struct pipe_resource *src, GLuint srcLevel, in st_texture_image_copy() argument 363 if (u_minify(src->width0, srcLevel) != width || in st_texture_image_copy() 364 u_minify(src->height0, srcLevel) != height || in st_texture_image_copy() 365 u_minify(src->depth0, srcLevel) != depth) { in st_texture_image_copy() 401 srcLevel, in st_texture_image_copy()
|
D | st_texture.h | 304 struct pipe_resource *src, GLuint srcLevel,
|
/external/deqp/modules/gles31/functional/ |
D | es31fCopyImageTests.cpp | 1011 int srcLevel, in copyImageData() argument 1016 const ArrayBuffer<deUint8>& srcLevelData = srcImageData[srcLevel]; in copyImageData() 1022 const IVec3 srcTexelBlockStride = getTexelBlockStride(srcImageInfo, srcLevel); in copyImageData() 1111 int srcLevel, in copyImage() argument 1116 …gl.copyImageSubData(srcName, srcImageInfo.getTarget(), srcLevel, srcPos.x(), srcPos.y(), srcPos.z(… in copyImage() 1123 srcImageData, srcImageInfo, srcLevel, srcPos, copySize); in copyImage() 2070 , srcLevel (srcLevel_) in Copy() 2081 int srcLevel; member 2125 …const int srcLevel = (srcIsTexture ? (levels[levelNdx] >= 0 ? levels[levelNdx] : getLastFullLev… in generateCopies() local 2128 const IVec3 srcSize = getLevelSize(srcInfo.getTarget(), srcInfo.getSize(), srcLevel); in generateCopies() [all …]
|
D | es31fStencilTexturingTests.cpp | 479 const tcu::ConstPixelBufferAccess srcLevel = src.getLevelFace(levelNdx, face); in stencilToUnorm8() local 484 dstLevel.setPixel(Vec4(float(srcLevel.getPixStencil(x, y)) / 255.f, 0.f, 0.f, 1.f), x, y); in stencilToUnorm8()
|
/external/deqp/framework/common/ |
D | tcuTexture.cpp | 3126 const tcu::ConstPixelBufferAccess& srcLevel = other.getLevel(levelNdx); in TextureLevelPyramid() local 3129 …m_access[levelNdx] = PixelBufferAccess(srcLevel.getFormat(), srcLevel.getWidth(), srcLevel.getHeig… in TextureLevelPyramid() 3147 const tcu::ConstPixelBufferAccess& srcLevel = other.getLevel(levelNdx); in operator =() local 3150 …m_access[levelNdx] = PixelBufferAccess(srcLevel.getFormat(), srcLevel.getWidth(), srcLevel.getHeig… in operator =()
|
/external/swiftshader/include/GL/ |
D | glxext.h | 532 …isplay *dpy, GLXContext srcCtx, GLuint srcName, GLenum srcTarget, GLint srcLevel, GLint srcX, GLin… 534 …isplay *dpy, GLXContext srcCtx, GLuint srcName, GLenum srcTarget, GLint srcLevel, GLint srcX, GLin…
|
D | wglext.h | 659 …GESUBDATANVPROC) (HGLRC hSrcRC, GLuint srcName, GLenum srcTarget, GLint srcLevel, GLint srcX, GLin… 661 BOOL WINAPI wglCopyImageSubDataNV (HGLRC hSrcRC, GLuint srcName, GLenum srcTarget, GLint srcLevel, …
|
/external/mesa3d/include/GL/ |
D | glxext.h | 518 …isplay *dpy, GLXContext srcCtx, GLuint srcName, GLenum srcTarget, GLint srcLevel, GLint srcX, GLin… 520 …isplay *dpy, GLXContext srcCtx, GLuint srcName, GLenum srcTarget, GLint srcLevel, GLint srcX, GLin…
|
D | wglext.h | 659 …GESUBDATANVPROC) (HGLRC hSrcRC, GLuint srcName, GLenum srcTarget, GLint srcLevel, GLint srcX, GLin… 661 BOOL WINAPI wglCopyImageSubDataNV (HGLRC hSrcRC, GLuint srcName, GLenum srcTarget, GLint srcLevel, …
|
D | glext.h | 2469 …RYP PFNGLCOPYIMAGESUBDATAPROC) (GLuint srcName, GLenum srcTarget, GLint srcLevel, GLint srcX, GLin… 2513 GLAPI void APIENTRY glCopyImageSubData (GLuint srcName, GLenum srcTarget, GLint srcLevel, GLint src… 9328 … GLbitfield destinationGpuMask, GLuint srcName, GLenum srcTarget, GLint srcLevel, GLint srcX, GLin… 9332 … GLbitfield destinationGpuMask, GLuint srcName, GLenum srcTarget, GLint srcLevel, GLint srcX, GLin… 9605 …P PFNGLCOPYIMAGESUBDATANVPROC) (GLuint srcName, GLenum srcTarget, GLint srcLevel, GLint srcX, GLin… 9607 GLAPI void APIENTRY glCopyImageSubDataNV (GLuint srcName, GLenum srcTarget, GLint srcLevel, GLint s… 9907 … srcGpu, GLbitfield dstGpuMask, GLuint srcName, GLenum srcTarget, GLint srcLevel, GLint srcX, GLin… 9920 … srcGpu, GLbitfield dstGpuMask, GLuint srcName, GLenum srcTarget, GLint srcLevel, GLint srcX, GLin…
|
/external/mesa3d/include/GLES2/ |
D | gl2ext.h | 278 … PFNGLCOPYIMAGESUBDATAOESPROC) (GLuint srcName, GLenum srcTarget, GLint srcLevel, GLint srcX, GLin… 280 GL_APICALL void GL_APIENTRY glCopyImageSubDataOES (GLuint srcName, GLenum srcTarget, GLint srcLevel… 1164 … PFNGLCOPYIMAGESUBDATAEXTPROC) (GLuint srcName, GLenum srcTarget, GLint srcLevel, GLint srcX, GLin… 1166 GL_APICALL void GL_APIENTRY glCopyImageSubDataEXT (GLuint srcName, GLenum srcTarget, GLint srcLevel…
|
/external/swiftshader/include/GLES2/ |
D | gl2ext.h | 288 … PFNGLCOPYIMAGESUBDATAOESPROC) (GLuint srcName, GLenum srcTarget, GLint srcLevel, GLint srcX, GLin… 290 GL_APICALL void GL_APIENTRY glCopyImageSubDataOES (GLuint srcName, GLenum srcTarget, GLint srcLevel… 1198 … PFNGLCOPYIMAGESUBDATAEXTPROC) (GLuint srcName, GLenum srcTarget, GLint srcLevel, GLint srcX, GLin… 1200 GL_APICALL void GL_APIENTRY glCopyImageSubDataEXT (GLuint srcName, GLenum srcTarget, GLint srcLevel…
|
/external/mesa3d/include/GLES3/ |
D | gl32.h | 1734 …RYP PFNGLCOPYIMAGESUBDATAPROC) (GLuint srcName, GLenum srcTarget, GLint srcLevel, GLint srcX, GLin… 1779 GL_APICALL void GL_APIENTRY glCopyImageSubData (GLuint srcName, GLenum srcTarget, GLint srcLevel, G…
|
/external/deqp/framework/platform/null/ |
D | tcuNullRenderContextFuncs.inl | 981 GLW_APICALL void GLW_APIENTRY glCopyImageSubData (GLuint srcName, GLenum srcTarget, GLint srcLevel,… argument 985 DE_UNREF(srcLevel); 4280 … srcGpu, GLbitfield dstGpuMask, GLuint srcName, GLenum srcTarget, GLint srcLevel, GLint srcX, GLin… argument 4286 DE_UNREF(srcLevel);
|
/external/deqp/framework/opengl/ |
D | gluCallLogWrapper.inl | 726 …opyImageSubData (glw::GLuint srcName, glw::GLenum srcTarget, glw::GLint srcLevel, glw::GLint srcX,… argument 729 …"glCopyImageSubData(" << srcName << ", " << toHex(srcTarget) << ", " << srcLevel << ", " << srcX <… 730 …m_gl.copyImageSubData(srcName, srcTarget, srcLevel, srcX, srcY, srcZ, dstName, dstTarget, dstLevel… 3728 …ield dstGpuMask, glw::GLuint srcName, glw::GLenum srcTarget, glw::GLint srcLevel, glw::GLint srcX,… argument 3731 …x(dstGpuMask) << ", " << srcName << ", " << toHex(srcTarget) << ", " << srcLevel << ", " << srcX <… 3732 …m_gl.multicastCopyImageSubDataNV(srcGpu, dstGpuMask, srcName, srcTarget, srcLevel, srcX, srcY, src…
|
D | gluCallLogWrapperApi.inl | 107 …SubData (glw::GLuint srcName, glw::GLenum srcTarget, glw::GLint srcLevel, glw::GLint srcX,… 504 …ield dstGpuMask, glw::GLuint srcName, glw::GLenum srcTarget, glw::GLint srcLevel, glw::GLint srcX,…
|
/external/deqp/framework/opengl/wrapper/ |
D | glwImpl.inl | 815 void glwCopyImageSubData (GLuint srcName, GLenum srcTarget, GLint srcLevel, GLint srcX, GLint srcY,… argument 820 …gl->copyImageSubData(srcName, srcTarget, srcLevel, srcX, srcY, srcZ, dstName, dstTarget, dstLevel,… 3991 … srcGpu, GLbitfield dstGpuMask, GLuint srcName, GLenum srcTarget, GLint srcLevel, GLint srcX, GLin… argument 3996 …gl->multicastCopyImageSubDataNV(srcGpu, dstGpuMask, srcName, srcTarget, srcLevel, srcX, srcY, srcZ…
|
D | glwApi.inl | 1013 void glwCopyImageSubData (GLuint srcName, GLenum srcTarget, GLint srcLevel, GLint srcX, G… 1410 … srcGpu, GLbitfield dstGpuMask, GLuint srcName, GLenum srcTarget, GLint srcLevel, GLint srcX, GLin…
|
D | glwFunctionTypes.inl | 107 …lCopyImageSubDataFunc) (GLuint srcName, GLenum srcTarget, GLint srcLevel, GLint srcX, GLin… 504 … srcGpu, GLbitfield dstGpuMask, GLuint srcName, GLenum srcTarget, GLint srcLevel, GLint srcX, GLin…
|