/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 | 259 const InternalFormat &GetInternalFormatInfo(GLenum internalFormat, GLenum type);
|
D | capture_gles_3_0_params.cpp | 682 const gl::InternalFormat &internalFormatInfo = gl::GetInternalFormatInfo(format, type); in CaptureTexImage3D_pixels()
|
D | capture_gles_2_0_params.cpp | 693 const gl::InternalFormat &internalFormatInfo = gl::GetInternalFormatInfo(format, type); in CaptureTexImage2D_pixels()
|
D | Texture.cpp | 1165 GetInternalFormatInfo(internalFormat, GL_UNSIGNED_BYTE); in copyImage() 1284 const InternalFormat &internalFormatInfo = GetInternalFormatInfo(internalFormat, type); in copyTexture()
|
D | validationES3.cpp | 342 const InternalFormat &formatInfo = GetInternalFormatInfo(internalFormat, type); in ValidateTexImageFormatCombination() 534 : GetInternalFormatInfo(internalformat, type); in ValidateES3TexImageParametersBase() 1054 const InternalFormat ©Format = GetInternalFormatInfo(internalformat, GL_UNSIGNED_BYTE); in ValidateES3CopyTexImageParametersBase()
|
D | validationES.cpp | 991 const InternalFormat &formatInfo = GetInternalFormatInfo(format, type); in ValidImageDataSize() 2640 : GetInternalFormatInfo(internalformat, GL_UNSIGNED_BYTE); in ValidateCopyTexImageParametersBase() 5663 const InternalFormat &formatInfo = GetInternalFormatInfo(format, type); in ValidatePixelPack()
|
D | formatutils.cpp | 531 : info(&GetInternalFormatInfo(internalFormat, type)) in Format() 1212 const InternalFormat &GetInternalFormatInfo(GLenum internalFormat, GLenum type) in GetInternalFormatInfo() function
|
D | validationES2.cpp | 163 const InternalFormat &internalFormatInfo = GetInternalFormatInfo(internalFormat, type); in IsValidCopyTextureDestinationFormatType() 1706 if (GetInternalFormatInfo(format, type).sizedInternalFormat != in ValidateES2TexImageParametersBase()
|
/external/angle/src/libANGLE/renderer/gl/ |
D | formatutilsgl.h | 62 const InternalFormat &GetInternalFormatInfo(GLenum internalFormat, StandardGL standard);
|
D | formatutilsgl.cpp | 414 const InternalFormat &GetInternalFormatInfo(GLenum internalFormat, StandardGL standard) in GetInternalFormatInfo() function 486 result = gl::GetInternalFormatInfo(GL_RED, internalFormat.type).sizedInternalFormat; in GetNativeInternalFormat() 491 result = gl::GetInternalFormatInfo(GL_RG, internalFormat.type).sizedInternalFormat; in GetNativeInternalFormat() 703 functions, features, gl::GetInternalFormatInfo(internalFormat, type)); in GetTexImageFormat() 745 functions, features, gl::GetInternalFormatInfo(internalFormat, framebufferType)); in GetCopyTexImageImageFormat()
|
D | FramebufferGL.cpp | 325 gl::GetInternalFormatInfo(originalReadFormat, type); in RearrangeEXTTextureNorm16Pixels() 663 const gl::InternalFormat &glFormat = gl::GetInternalFormatInfo(readFormat, readType); in readPixels() 1438 const gl::InternalFormat &glFormat = gl::GetInternalFormatInfo(format, type); in readPixelsRowByRow() 1492 const gl::InternalFormat &glFormat = gl::GetInternalFormatInfo(format, type); in readPixelsAllAtOnce()
|
D | TextureGL.cpp | 378 const gl::InternalFormat &glFormat = gl::GetInternalFormatInfo(format, type); in setSubImageRowByRowWorkaround() 437 const gl::InternalFormat &glFormat = gl::GetInternalFormatInfo(format, type); in setSubImagePaddingWorkaround() 646 gl::GetInternalFormatInfo(copyTexImageFormat.internalFormat, type).pixelBytes; in copyImage() 829 const gl::InternalFormat &destFormatInfo = gl::GetInternalFormatInfo(internalFormat, type); in copyTexture()
|
D | renderergl_utils.cpp | 277 nativegl::GetInternalFormatInfo(internalFormat, functions->standard); in GenerateTextureFormatCaps() 1767 nativegl::GetInternalFormatInfo(internalFormat, functions->standard); in SupportsNativeRendering() 2063 const gl::InternalFormat &glFormat = gl::GetInternalFormatInfo(format, type); in ShouldApplyLastRowPaddingWorkaround()
|
D | BlitGL.cpp | 653 const auto &destInternalFormatInfo = gl::GetInternalFormatInfo(destFormat, destType); in copySubTextureCPUReadback()
|
/external/angle/src/libANGLE/renderer/vulkan/ |
D | vk_format_utils.h | 83 return gl::GetInternalFormatInfo(internalFormat, type); in getInternalFormatInfo()
|
D | TextureVk.cpp | 141 const gl::InternalFormat &formatInfo = gl::GetInternalFormatInfo(internalFormat, type); in setImage() 155 const gl::InternalFormat &formatInfo = gl::GetInternalFormatInfo(format, type); in setSubImage() 191 const gl::InternalFormat &formatInfo = gl::GetInternalFormatInfo(format, GL_UNSIGNED_BYTE); in setCompressedSubImage() 313 gl::GetInternalFormatInfo(internalFormat, GL_UNSIGNED_BYTE); in copyImage() 348 const gl::InternalFormat &destFormatInfo = gl::GetInternalFormatInfo(internalFormat, type); in copyTexture()
|
D | vk_helpers.cpp | 3477 const gl::InternalFormat &sizedFormatInfo = gl::GetInternalFormatInfo(format, type); in GetReadPixelsParams() 3553 outputSkipBytes += width * height * gl::GetInternalFormatInfo(format, type).pixelBytes; in readPixelsForGetImage()
|
/external/angle/src/libANGLE/renderer/null/ |
D | FramebufferNULL.cpp | 118 const gl::InternalFormat &glFormat = gl::GetInternalFormatInfo(format, type); in readPixels()
|
/external/angle/src/libANGLE/renderer/d3d/ |
D | TextureD3D.cpp | 900 const gl::InternalFormat &internalFormatInfo = gl::GetInternalFormatInfo(internalFormat, type); in setImage() 1011 gl::GetInternalFormatInfo(internalFormat, GL_UNSIGNED_BYTE); in copyImage() 1126 const gl::InternalFormat &internalFormatInfo = gl::GetInternalFormatInfo(internalFormat, type); in copyTexture() 1702 const gl::InternalFormat &internalFormatInfo = gl::GetInternalFormatInfo(internalFormat, type); in setImage() 1763 gl::GetInternalFormatInfo(internalFormat, GL_UNSIGNED_BYTE); in copyImage() 1878 const gl::InternalFormat &internalFormatInfo = gl::GetInternalFormatInfo(internalFormat, type); in copyTexture() 2435 const gl::InternalFormat &internalFormatInfo = gl::GetInternalFormatInfo(internalFormat, type); in setImage() 2596 const gl::InternalFormat &internalFormatInfo = gl::GetInternalFormatInfo(internalFormat, type); in copyTexture() 3102 const gl::InternalFormat &formatInfo = gl::GetInternalFormatInfo(internalFormat, type); in setImage() 3138 gl::GetInternalFormatInfo(getInternalFormat(index.getLevelIndex()), type); in setSubImage() [all …]
|
D | FramebufferD3D.cpp | 205 const gl::InternalFormat &sizedFormatInfo = 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/metal/ |
D | TextureMtl.mm | 495 const gl::InternalFormat &formatInfo = gl::GetInternalFormatInfo(internalFormat, type); 509 const gl::InternalFormat &formatInfo = gl::GetInternalFormatInfo(format, type); 536 const gl::InternalFormat &formatInfo = gl::GetInternalFormatInfo(format, GL_UNSIGNED_BYTE); 549 gl::GetInternalFormatInfo(internalFormat, GL_UNSIGNED_BYTE);
|
D | FrameBufferMtl.mm | 171 const gl::InternalFormat &sizedFormatInfo = gl::GetInternalFormatInfo(format, type);
|
/external/angle/src/libANGLE/renderer/ |
D | renderer_utils.cpp | 708 GLenum sizedInternalFormat = gl::GetInternalFormatInfo(format, type).sizedInternalFormat; in GetFormatFromFormatType()
|