/external/angle/src/libANGLE/ |
D | format_map_desktop.cpp | 86 const InternalFormat &internalFormatInfo = GetInternalFormatInfo(internalFormat, type); in ValidDesktopFormatCombination() 87 const InternalFormat &formatInfo = GetInternalFormatInfo(format, type); in ValidDesktopFormatCombination()
|
D | formatutils.h | 275 const InternalFormat &GetInternalFormatInfo(GLenum internalFormat, GLenum type);
|
D | formatutils.cpp | 534 : info(&GetInternalFormatInfo(internalFormat, type)) in Format() 1455 const InternalFormat &GetInternalFormatInfo(GLenum internalFormat, GLenum type) in GetInternalFormatInfo() function 1729 gl::InternalFormat internalFormat = gl::GetInternalFormatInfo(format, type); in MaybeOverrideLuminance() 1734 gl::GetInternalFormatInfo(actualFormat, actualType).pixelBytes); in MaybeOverrideLuminance()
|
D | Texture.cpp | 1302 GetInternalFormatInfo(internalFormat, GL_UNSIGNED_BYTE); in copyImage() 1475 const InternalFormat &internalFormatInfo = GetInternalFormatInfo(internalFormat, type); in copyTexture()
|
D | validationES3.cpp | 366 const InternalFormat &formatInfo = GetInternalFormatInfo(internalFormat, type); in ValidateTexImageFormatCombination() 609 : GetInternalFormatInfo(internalformat, type); in ValidateES3TexImageParametersBase() 1173 const InternalFormat ©Format = GetInternalFormatInfo(internalformat, GL_UNSIGNED_BYTE); in ValidateES3CopyTexImageParametersBase()
|
D | validationES.cpp | 1133 const InternalFormat &formatInfo = GetInternalFormatInfo(format, type); in ValidImageDataSize() 3595 : GetInternalFormatInfo(internalformat, GL_UNSIGNED_BYTE); in ValidateCopyTexImageParametersBase() 6687 const InternalFormat &formatInfo = GetInternalFormatInfo(format, type); in ValidatePixelPack()
|
D | validationES2.cpp | 163 const InternalFormat &internalFormatInfo = GetInternalFormatInfo(internalFormat, type); in IsValidCopyTextureDestinationFormatType() 1651 if (GetInternalFormatInfo(format, type).sizedInternalFormat != in ValidateES2TexImageParametersBase()
|
/external/angle/src/libANGLE/renderer/gl/ |
D | formatutilsgl.h | 64 const InternalFormat &GetInternalFormatInfo(GLenum internalFormat, StandardGL standard);
|
D | formatutilsgl.cpp | 436 const InternalFormat &GetInternalFormatInfo(GLenum internalFormat, StandardGL standard) in GetInternalFormatInfo() function 483 return gl::GetInternalFormatInfo(EmulateLUMAFormat(internalFormat.format), internalFormat.type); in EmulateLUMA() 791 functions, features, gl::GetInternalFormatInfo(internalFormat, type)); in GetTexImageFormat() 833 functions, features, gl::GetInternalFormatInfo(internalFormat, framebufferType)); in GetCopyTexImageImageFormat()
|
D | FramebufferGL.cpp | 350 gl::GetInternalFormatInfo(originalReadFormat, type); in RearrangeEXTTextureNorm16Pixels() 699 const gl::InternalFormat &glFormat = gl::GetInternalFormatInfo(readFormat, readType); in readPixels() 1492 const gl::InternalFormat &glFormat = gl::GetInternalFormatInfo(format, type); in readPixelsRowByRow() 1547 const gl::InternalFormat &glFormat = gl::GetInternalFormatInfo(format, type); in readPixelsAllAtOnce()
|
D | TextureGL.cpp | 276 gl::GetInternalFormatInfo(internalFormat, type); in setImageHelper() 410 const gl::InternalFormat &glFormat = gl::GetInternalFormatInfo(format, type); in setSubImageRowByRowWorkaround() 484 const gl::InternalFormat &glFormat = gl::GetInternalFormatInfo(format, type); in setSubImagePaddingWorkaround() 693 gl::GetInternalFormatInfo(copyTexImageFormat.internalFormat, type).pixelBytes; in copyImage() 902 const gl::InternalFormat &destFormatInfo = gl::GetInternalFormatInfo(internalFormat, type); in copyTexture()
|
D | renderergl_utils.cpp | 437 nativegl::GetInternalFormatInfo(internalFormat, functions->standard); in GenerateTextureFormatCaps() 2275 nativegl::GetInternalFormatInfo(internalFormat, functions->standard); in SupportsNativeRendering() 2571 const gl::InternalFormat &glFormat = gl::GetInternalFormatInfo(format, type); in ShouldApplyLastRowPaddingWorkaround()
|
D | BlitGL.cpp | 700 const auto &destInternalFormatInfo = gl::GetInternalFormatInfo(destFormat, destType); in copySubTextureCPUReadback()
|
/external/angle/src/libANGLE/renderer/vulkan/ |
D | vk_format_utils.h | 105 return gl::GetInternalFormatInfo(intendedGLFormat, type); in getInternalFormatInfo()
|
D | TextureVk.cpp | 310 const gl::InternalFormat &formatInfo = gl::GetInternalFormatInfo(internalFormat, type); in setImage() 324 const gl::InternalFormat &formatInfo = gl::GetInternalFormatInfo(format, type); in setSubImage() 360 const gl::InternalFormat &formatInfo = gl::GetInternalFormatInfo(format, GL_UNSIGNED_BYTE); in setCompressedSubImage() 550 gl::GetInternalFormatInfo(internalFormat, GL_UNSIGNED_BYTE); in copyImage() 586 const gl::InternalFormat &destFormatInfo = gl::GetInternalFormatInfo(internalFormat, type); in copyTexture()
|
D | vk_helpers.cpp | 6803 const gl::InternalFormat &sizedFormatInfo = gl::GetInternalFormatInfo(format, type); in GetReadPixelsParams() 6884 gl::GetInternalFormatInfo(format, type).pixelBytes; in readPixelsForGetImage()
|
/external/angle/src/libANGLE/renderer/null/ |
D | FramebufferNULL.cpp | 117 const gl::InternalFormat &glFormat = gl::GetInternalFormatInfo(format, type); in readPixels()
|
/external/angle/src/libANGLE/renderer/d3d/d3d11/ |
D | PixelTransfer11.cpp | 179 gl::GetInternalFormatInfo(unsizedFormat, sourcePixelsType); in copyBufferToTexture()
|
/external/angle/src/libANGLE/renderer/d3d/ |
D | TextureD3D.cpp | 948 const gl::InternalFormat &internalFormatInfo = gl::GetInternalFormatInfo(internalFormat, type); in setImage() 1059 gl::GetInternalFormatInfo(internalFormat, GL_UNSIGNED_BYTE); in copyImage() 1174 const gl::InternalFormat &internalFormatInfo = gl::GetInternalFormatInfo(internalFormat, type); in copyTexture() 1752 const gl::InternalFormat &internalFormatInfo = gl::GetInternalFormatInfo(internalFormat, type); in setImage() 1813 gl::GetInternalFormatInfo(internalFormat, GL_UNSIGNED_BYTE); in copyImage() 1928 const gl::InternalFormat &internalFormatInfo = gl::GetInternalFormatInfo(internalFormat, type); in copyTexture() 2487 const gl::InternalFormat &internalFormatInfo = gl::GetInternalFormatInfo(internalFormat, type); in setImage() 2648 const gl::InternalFormat &internalFormatInfo = gl::GetInternalFormatInfo(internalFormat, type); in copyTexture() 3154 const gl::InternalFormat &formatInfo = gl::GetInternalFormatInfo(internalFormat, type); in setImage() 3190 gl::GetInternalFormatInfo(getInternalFormat(index.getLevelIndex()), type); in setSubImage() [all …]
|
D | FramebufferD3D.cpp | 218 const gl::InternalFormat &sizedFormatInfo = gl::GetInternalFormatInfo(format, type); in readPixels()
|
/external/angle/src/libANGLE/renderer/metal/ |
D | TextureMtl.mm | 883 const gl::InternalFormat &dstFormatInfo = gl::GetInternalFormatInfo(internalFormat, type); 898 const gl::InternalFormat &formatInfo = gl::GetInternalFormatInfo(format, type); 928 const gl::InternalFormat &formatInfo = gl::GetInternalFormatInfo(format, GL_UNSIGNED_BYTE); 945 gl::GetInternalFormatInfo(internalFormat, GL_UNSIGNED_BYTE); 1002 const gl::InternalFormat &internalFormatInfo = gl::GetInternalFormatInfo(internalFormat, type); 1528 srcFormatInfo = &gl::GetInternalFormatInfo(srcFormat, srcType);
|
D | FrameBufferMtl.mm | 234 const gl::InternalFormat &sizedFormatInfo = gl::GetInternalFormatInfo(format, type);
|
/external/angle/src/libANGLE/capture/ |
D | capture_gles_3_0_params.cpp | 706 const gl::InternalFormat &internalFormatInfo = gl::GetInternalFormatInfo(format, type); in CaptureTexImage3D_pixels()
|
D | capture_gles_2_0_params.cpp | 694 const gl::InternalFormat &internalFormatInfo = gl::GetInternalFormatInfo(format, type); in CaptureTexImage2D_pixels()
|
/external/angle/src/libANGLE/renderer/ |
D | renderer_utils.cpp | 872 GLenum sizedInternalFormat = gl::GetInternalFormatInfo(format, type).sizedInternalFormat; in GetFormatFromFormatType()
|