Home
last modified time | relevance | path

Searched defs:srcLevel (Results 1 – 22 of 22) sorted by relevance

/external/mesa3d/src/mesa/drivers/common/
Dmeta_generate_mipmap.c63 GLuint srcLevel; in fallback_required() local
273 const GLuint srcLevel = dstLevel - 1; in _mesa_meta_GenerateMipmap() local
Dmeta_blit.c109 GLuint srcLevel; in blitframebuffer_texture() local
385 GLenum target, GLenum filter, GLuint srcLevel) in setup_sampler()
/external/mesa3d/src/mesa/main/
Dcopyimage.c541 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()
/external/deqp/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineImageSamplingInstance.cpp1160 …const tcu::ConstPixelBufferAccess& srcLevel = testTexture.getLevel((int)subresource.baseMipLevel+l… in getTexture1DView() local
1180 …const tcu::ConstPixelBufferAccess& srcLevel = tex1D ? tex1D->getTexture().getLevel((int)subresourc… in getTexture1DArrayView() local
1202 …const tcu::ConstPixelBufferAccess& srcLevel = tex2D ? tex2D->getTexture().getLevel((int)subresourc… in getTexture2DView() local
1223 …const tcu::ConstPixelBufferAccess& srcLevel = tex2D ? tex2D->getTexture().getLevel((int)subresourc… in getTexture2DArrayView() local
1257 …const tcu::ConstPixelBufferAccess& srcLevel = texCubeArray ? texCubeArray->getTexture().getLevel((… in getTextureCubeView() local
1285 …const tcu::ConstPixelBufferAccess& srcLevel = texCubeArray->getTexture().getLevel((int)subresource… in getTextureCubeArrayView() local
/external/angle/src/libANGLE/renderer/metal/
Dmtl_render_utils.h47 uint32_t srcLevel = 0; member
/external/mesa3d/src/mesa/state_tracker/
Dst_texture.c355 struct pipe_resource *src, GLuint srcLevel, in st_texture_image_copy()
/external/mesa3d/src/gallium/drivers/svga/
Dsvga_surface.c792 unsigned srcLevel = s->real_level; in svga_propagate_surface() local
/external/deqp/modules/gles31/functional/
Des31fCopyImageTests.cpp1011 int srcLevel, in copyImageData()
1111 int srcLevel, in copyImage()
2081 int srcLevel; member
2125 …const int srcLevel = (srcIsTexture ? (levels[levelNdx] >= 0 ? levels[levelNdx] : getLastFullLev… in generateCopies() local
Des31fStencilTexturingTests.cpp479 const tcu::ConstPixelBufferAccess srcLevel = src.getLevelFace(levelNdx, face); in stencilToUnorm8() local
/external/angle/src/libANGLE/
DvalidationES32.cpp128 GLint srcLevel, in ValidateCopyImageSubData()
Dcapture_gles_3_2_autogen.cpp114 GLint srcLevel, in CaptureCopyImageSubData()
DContext.cpp3831 GLint srcLevel, in copyImageSubData()
/external/angle/src/libGLESv2/
Dentry_points_gles_3_2_autogen.cpp151 GLint srcLevel, in CopyImageSubData()
DlibGLESv2_autogen.cpp2025 GLint srcLevel, in glCopyImageSubData()
5482 GLint srcLevel, in glCopyImageSubDataContextANGLE()
Dentry_points_gles_ext_autogen.cpp9358 GLint srcLevel, in CopyImageSubDataContextANGLE()
/external/angle/src/libGL/
Dentry_points_gl_4_3_autogen.cpp120 GLint srcLevel, in CopyImageSubData()
DlibGL_autogen.cpp5045 GLint srcLevel, in glCopyImageSubData()
/external/deqp/framework/common/
DtcuTexture.cpp3189 const tcu::ConstPixelBufferAccess& srcLevel = other.getLevel(levelNdx); in TextureLevelPyramid() local
3210 const tcu::ConstPixelBufferAccess& srcLevel = other.getLevel(levelNdx); in operator =() local
/external/deqp/framework/opengl/
DgluCallLogWrapper.inl726 …r::glCopyImageSubData (glw::GLuint srcName, glw::GLenum srcTarget, glw::GLint srcLevel, glw::GLint…
3728 …GLbitfield dstGpuMask, glw::GLuint srcName, glw::GLenum srcTarget, glw::GLint srcLevel, glw::GLint…
/external/deqp/framework/platform/null/
DtcuNullRenderContextFuncs.inl981 GLW_APICALL void GLW_APIENTRY glCopyImageSubData (GLuint srcName, GLenum srcTarget, GLint srcLevel,…
4280 …int srcGpu, GLbitfield dstGpuMask, GLuint srcName, GLenum srcTarget, GLint srcLevel, GLint srcX, G…
/external/deqp/framework/opengl/wrapper/
DglwImpl.inl815 void glwCopyImageSubData (GLuint srcName, GLenum srcTarget, GLint srcLevel, GLint srcX, GLint srcY,…
3991 …int srcGpu, GLbitfield dstGpuMask, GLuint srcName, GLenum srcTarget, GLint srcLevel, GLint srcX, G…
/external/angle/src/libANGLE/renderer/gl/
Dnull_functions.cpp426 GLint srcLevel, in glCopyImageSubDataNULL()