| /third_party/mesa3d/src/mesa/drivers/common/ |
| D | meta_generate_mipmap.c | 63 GLuint srcLevel; in fallback_required() local 273 const GLuint srcLevel = dstLevel - 1; in _mesa_meta_GenerateMipmap() local
|
| D | meta_blit.c | 109 GLuint srcLevel; in blitframebuffer_texture() local 385 GLenum target, GLenum filter, GLuint srcLevel) in setup_sampler()
|
| /third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/ |
| D | RenderbufferImpl.h | 99 GLint srcLevel, in copyRenderbufferSubData() 117 GLint srcLevel, in copyTextureSubData()
|
| D | TextureImpl.cpp | 49 GLint srcLevel, in copyRenderbufferSubData() 67 GLint srcLevel, in copyTextureSubData()
|
| /third_party/mesa3d/src/mesa/main/ |
| D | copyimage.c | 541 int srcX, int srcY, int srcZ, int srcLevel, in copy_image_subdata() 580 _mesa_CopyImageSubData_no_error(GLuint srcName, GLenum srcTarget, GLint srcLevel, in _mesa_CopyImageSubData_no_error() 603 _mesa_CopyImageSubData(GLuint srcName, GLenum srcTarget, GLint srcLevel, in _mesa_CopyImageSubData() 739 _mesa_CopyImageSubDataNV_no_error(GLuint srcName, GLenum srcTarget, GLint srcLevel, in _mesa_CopyImageSubDataNV_no_error() 762 _mesa_CopyImageSubDataNV(GLuint srcName, GLenum srcTarget, GLint srcLevel, in _mesa_CopyImageSubDataNV()
|
| /third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/ |
| D | vktPipelineImageSamplingInstance.cpp | 1232 …const tcu::ConstPixelBufferAccess& srcLevel = testTexture.getLevel((int)subresource.baseMipLevel+l… in getTexture1DView() local 1252 …const tcu::ConstPixelBufferAccess& srcLevel = tex1D ? tex1D->getTexture().getLevel((int)subresourc… in getTexture1DArrayView() local 1274 …const tcu::ConstPixelBufferAccess& srcLevel = tex2D ? tex2D->getTexture().getLevel((int)subresourc… in getTexture2DView() local 1295 …const tcu::ConstPixelBufferAccess& srcLevel = tex2D ? tex2D->getTexture().getLevel((int)subresourc… in getTexture2DArrayView() local 1329 …const tcu::ConstPixelBufferAccess& srcLevel = texCubeArray ? texCubeArray->getTexture().getLevel((… in getTextureCubeView() local 1357 …const tcu::ConstPixelBufferAccess& srcLevel = texCubeArray->getTexture().getLevel((int)subresource… in getTextureCubeArrayView() local
|
| /third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/ |
| D | RenderbufferVk.cpp | 196 GLint srcLevel, in copyRenderbufferSubData() 221 GLint srcLevel, in copyTextureSubData()
|
| D | UtilsVk.h | 170 gl::LevelIndex srcLevel; member 191 uint32_t srcLevel; member
|
| D | TextureVk.cpp | 647 GLint srcLevel, in copyRenderbufferSubData() 673 GLint srcLevel, in copyTextureSubData()
|
| /third_party/skia/third_party/externals/angle2/src/libANGLE/ |
| D | Renderbuffer.cpp | 197 GLint srcLevel, in copyRenderbufferSubData() 218 GLint srcLevel, in copyTextureSubData()
|
| D | validationES32.cpp | 140 GLint srcLevel, in ValidateCopyImageSubData()
|
| D | Texture.cpp | 1426 GLint srcLevel, in copyRenderbufferSubData() 1449 GLint srcLevel, in copyTextureSubData()
|
| /third_party/skia/third_party/externals/dawn/src/tests/unittests/validation/ |
| D | CopyTextureForBrowserTests.cpp | 47 uint32_t srcLevel, in TestCopyTextureForBrowser()
|
| D | CopyCommandsValidationTests.cpp | 112 uint32_t srcLevel, in TestT2BCopy() 133 uint32_t srcLevel, in TestT2TCopy()
|
| /third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/null/ |
| D | TextureNULL.cpp | 116 GLint srcLevel, in copyRenderbufferSubData() 133 GLint srcLevel, in copyTextureSubData()
|
| /third_party/mesa3d/src/mesa/state_tracker/ |
| D | st_texture.c | 357 struct pipe_resource *src, GLuint srcLevel, in st_texture_image_copy()
|
| /third_party/mesa3d/src/gallium/drivers/svga/ |
| D | svga_surface.c | 797 unsigned srcLevel = s->real_level; in svga_propagate_surface() local
|
| /third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/ |
| D | validationGL43.cpp | 39 GLint srcLevel, in ValidateCopyImageSubData()
|
| /third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/metal/ |
| D | mtl_render_utils.h | 76 MipmapNativeLevel srcLevel = kZeroNativeMipLevel; member
|
| /third_party/vk-gl-cts/modules/gles31/functional/ |
| D | es31fCopyImageTests.cpp | 1011 int srcLevel, in copyImageData() 1111 int srcLevel, in copyImage() 2089 int srcLevel; member 2133 …const int srcLevel = (srcIsTexture ? (levels[levelNdx] >= 0 ? levels[levelNdx] : getLastFullLev… in generateCopies() local
|
| D | es31fStencilTexturingTests.cpp | 479 const tcu::ConstPixelBufferAccess srcLevel = src.getLevelFace(levelNdx, face); in stencilToUnorm8() local
|
| /third_party/flutter/skia/third_party/externals/dawn/src/tests/unittests/validation/ |
| D | CopyCommandsValidationTests.cpp | 106 uint32_t srcLevel, in TestT2BCopy() 127 uint32_t srcLevel, in TestT2TCopy()
|
| /third_party/flutter/skia/third_party/externals/angle2/src/libGL/ |
| D | entry_points_gl_4_3_autogen.cpp | 118 GLint srcLevel, in CopyImageSubData()
|
| /third_party/skia/third_party/externals/angle2/src/libGLESv2/ |
| D | entry_points_gles_3_2_autogen.cpp | 180 GLint srcLevel, in GL_CopyImageSubData()
|
| /third_party/skia/third_party/externals/angle2/src/libANGLE/capture/ |
| D | capture_gles_3_2_autogen.cpp | 114 GLint srcLevel, in CaptureCopyImageSubData()
|