Home
last modified time | relevance | path

Searched refs:GetInternalFormatInfo (Results 1 – 25 of 26) sorted by relevance

12

/external/angle/src/libANGLE/
Dformat_map_desktop.cpp86 const InternalFormat &internalFormatInfo = GetInternalFormatInfo(internalFormat, type); in ValidDesktopFormatCombination()
87 const InternalFormat &formatInfo = GetInternalFormatInfo(format, type); in ValidDesktopFormatCombination()
Dformatutils.h275 const InternalFormat &GetInternalFormatInfo(GLenum internalFormat, GLenum type);
Dformatutils.cpp534 : 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()
DTexture.cpp1302 GetInternalFormatInfo(internalFormat, GL_UNSIGNED_BYTE); in copyImage()
1475 const InternalFormat &internalFormatInfo = GetInternalFormatInfo(internalFormat, type); in copyTexture()
DvalidationES3.cpp366 const InternalFormat &formatInfo = GetInternalFormatInfo(internalFormat, type); in ValidateTexImageFormatCombination()
609 : GetInternalFormatInfo(internalformat, type); in ValidateES3TexImageParametersBase()
1173 const InternalFormat &copyFormat = GetInternalFormatInfo(internalformat, GL_UNSIGNED_BYTE); in ValidateES3CopyTexImageParametersBase()
DvalidationES.cpp1133 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()
DvalidationES2.cpp163 const InternalFormat &internalFormatInfo = GetInternalFormatInfo(internalFormat, type); in IsValidCopyTextureDestinationFormatType()
1651 if (GetInternalFormatInfo(format, type).sizedInternalFormat != in ValidateES2TexImageParametersBase()
/external/angle/src/libANGLE/renderer/gl/
Dformatutilsgl.h64 const InternalFormat &GetInternalFormatInfo(GLenum internalFormat, StandardGL standard);
Dformatutilsgl.cpp436 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()
DFramebufferGL.cpp350 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()
DTextureGL.cpp276 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()
Drenderergl_utils.cpp437 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()
DBlitGL.cpp700 const auto &destInternalFormatInfo = gl::GetInternalFormatInfo(destFormat, destType); in copySubTextureCPUReadback()
/external/angle/src/libANGLE/renderer/vulkan/
Dvk_format_utils.h105 return gl::GetInternalFormatInfo(intendedGLFormat, type); in getInternalFormatInfo()
DTextureVk.cpp310 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()
Dvk_helpers.cpp6803 const gl::InternalFormat &sizedFormatInfo = gl::GetInternalFormatInfo(format, type); in GetReadPixelsParams()
6884 gl::GetInternalFormatInfo(format, type).pixelBytes; in readPixelsForGetImage()
/external/angle/src/libANGLE/renderer/null/
DFramebufferNULL.cpp117 const gl::InternalFormat &glFormat = gl::GetInternalFormatInfo(format, type); in readPixels()
/external/angle/src/libANGLE/renderer/d3d/d3d11/
DPixelTransfer11.cpp179 gl::GetInternalFormatInfo(unsizedFormat, sourcePixelsType); in copyBufferToTexture()
/external/angle/src/libANGLE/renderer/d3d/
DTextureD3D.cpp948 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 …]
DFramebufferD3D.cpp218 const gl::InternalFormat &sizedFormatInfo = gl::GetInternalFormatInfo(format, type); in readPixels()
/external/angle/src/libANGLE/renderer/metal/
DTextureMtl.mm883 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);
DFrameBufferMtl.mm234 const gl::InternalFormat &sizedFormatInfo = gl::GetInternalFormatInfo(format, type);
/external/angle/src/libANGLE/capture/
Dcapture_gles_3_0_params.cpp706 const gl::InternalFormat &internalFormatInfo = gl::GetInternalFormatInfo(format, type); in CaptureTexImage3D_pixels()
Dcapture_gles_2_0_params.cpp694 const gl::InternalFormat &internalFormatInfo = gl::GetInternalFormatInfo(format, type); in CaptureTexImage2D_pixels()
/external/angle/src/libANGLE/renderer/
Drenderer_utils.cpp872 GLenum sizedInternalFormat = gl::GetInternalFormatInfo(format, type).sizedInternalFormat; in GetFormatFromFormatType()

12