/external/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()
|
/external/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()
|
/external/deqp/external/vulkancts/modules/vulkan/pipeline/ |
D | vktPipelineImageSamplingInstance.cpp | 1160 …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/ |
D | mtl_render_utils.h | 47 uint32_t srcLevel = 0; member
|
/external/mesa3d/src/mesa/state_tracker/ |
D | st_texture.c | 355 struct pipe_resource *src, GLuint srcLevel, in st_texture_image_copy()
|
/external/mesa3d/src/gallium/drivers/svga/ |
D | svga_surface.c | 792 unsigned srcLevel = s->real_level; in svga_propagate_surface() local
|
/external/deqp/modules/gles31/functional/ |
D | es31fCopyImageTests.cpp | 1011 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
|
D | es31fStencilTexturingTests.cpp | 479 const tcu::ConstPixelBufferAccess srcLevel = src.getLevelFace(levelNdx, face); in stencilToUnorm8() local
|
/external/angle/src/libANGLE/ |
D | validationES32.cpp | 128 GLint srcLevel, in ValidateCopyImageSubData()
|
D | capture_gles_3_2_autogen.cpp | 114 GLint srcLevel, in CaptureCopyImageSubData()
|
D | Context.cpp | 3831 GLint srcLevel, in copyImageSubData()
|
/external/angle/src/libGLESv2/ |
D | entry_points_gles_3_2_autogen.cpp | 151 GLint srcLevel, in CopyImageSubData()
|
D | libGLESv2_autogen.cpp | 2025 GLint srcLevel, in glCopyImageSubData() 5482 GLint srcLevel, in glCopyImageSubDataContextANGLE()
|
D | entry_points_gles_ext_autogen.cpp | 9358 GLint srcLevel, in CopyImageSubDataContextANGLE()
|
/external/angle/src/libGL/ |
D | entry_points_gl_4_3_autogen.cpp | 120 GLint srcLevel, in CopyImageSubData()
|
D | libGL_autogen.cpp | 5045 GLint srcLevel, in glCopyImageSubData()
|
/external/deqp/framework/common/ |
D | tcuTexture.cpp | 3189 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/ |
D | gluCallLogWrapper.inl | 726 …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/ |
D | tcuNullRenderContextFuncs.inl | 981 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/ |
D | glwImpl.inl | 815 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/ |
D | null_functions.cpp | 426 GLint srcLevel, in glCopyImageSubDataNULL()
|