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.h259 const InternalFormat &GetInternalFormatInfo(GLenum internalFormat, GLenum type);
Dcapture_gles_3_0_params.cpp682 const gl::InternalFormat &internalFormatInfo = gl::GetInternalFormatInfo(format, type); in CaptureTexImage3D_pixels()
Dcapture_gles_2_0_params.cpp693 const gl::InternalFormat &internalFormatInfo = gl::GetInternalFormatInfo(format, type); in CaptureTexImage2D_pixels()
DTexture.cpp1165 GetInternalFormatInfo(internalFormat, GL_UNSIGNED_BYTE); in copyImage()
1284 const InternalFormat &internalFormatInfo = GetInternalFormatInfo(internalFormat, type); in copyTexture()
DvalidationES3.cpp342 const InternalFormat &formatInfo = GetInternalFormatInfo(internalFormat, type); in ValidateTexImageFormatCombination()
534 : GetInternalFormatInfo(internalformat, type); in ValidateES3TexImageParametersBase()
1054 const InternalFormat &copyFormat = GetInternalFormatInfo(internalformat, GL_UNSIGNED_BYTE); in ValidateES3CopyTexImageParametersBase()
DvalidationES.cpp991 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()
Dformatutils.cpp531 : info(&GetInternalFormatInfo(internalFormat, type)) in Format()
1212 const InternalFormat &GetInternalFormatInfo(GLenum internalFormat, GLenum type) in GetInternalFormatInfo() function
DvalidationES2.cpp163 const InternalFormat &internalFormatInfo = GetInternalFormatInfo(internalFormat, type); in IsValidCopyTextureDestinationFormatType()
1706 if (GetInternalFormatInfo(format, type).sizedInternalFormat != in ValidateES2TexImageParametersBase()
/external/angle/src/libANGLE/renderer/gl/
Dformatutilsgl.h62 const InternalFormat &GetInternalFormatInfo(GLenum internalFormat, StandardGL standard);
Dformatutilsgl.cpp414 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()
DFramebufferGL.cpp325 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()
DTextureGL.cpp378 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()
Drenderergl_utils.cpp277 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()
DBlitGL.cpp653 const auto &destInternalFormatInfo = gl::GetInternalFormatInfo(destFormat, destType); in copySubTextureCPUReadback()
/external/angle/src/libANGLE/renderer/vulkan/
Dvk_format_utils.h83 return gl::GetInternalFormatInfo(internalFormat, type); in getInternalFormatInfo()
DTextureVk.cpp141 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()
Dvk_helpers.cpp3477 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/
DFramebufferNULL.cpp118 const gl::InternalFormat &glFormat = gl::GetInternalFormatInfo(format, type); in readPixels()
/external/angle/src/libANGLE/renderer/d3d/
DTextureD3D.cpp900 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 …]
DFramebufferD3D.cpp205 const gl::InternalFormat &sizedFormatInfo = 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/metal/
DTextureMtl.mm495 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);
DFrameBufferMtl.mm171 const gl::InternalFormat &sizedFormatInfo = gl::GetInternalFormatInfo(format, type);
/external/angle/src/libANGLE/renderer/
Drenderer_utils.cpp708 GLenum sizedInternalFormat = gl::GetInternalFormatInfo(format, type).sizedInternalFormat; in GetFormatFromFormatType()

12