Home
last modified time | relevance | path

Searched refs:GetUnsizedFormat (Results 1 – 12 of 12) sorted by relevance

/external/angle/src/libANGLE/renderer/d3d/d3d11/
DPixelTransfer11.cpp177 GLenum unsizedFormat = gl::GetUnsizedFormat(destinationFormat); in copyBufferToTexture()
DImage11.cpp101 GLenum destUnsizedFormat = gl::GetUnsizedFormat(dest->getInternalFormat()); in CopyImage()
DRenderer11.cpp2510 destArea, destSize, nullptr, gl::GetUnsizedFormat(destFormat), in copyImageInternal()
2522 destArea, destSize, nullptr, gl::GetUnsizedFormat(destFormat), in copyImageInternal()
/external/angle/src/libANGLE/
Dformatutils.h279 GLenum GetUnsizedFormat(GLenum internalFormat);
DGLES1Renderer.cpp123 tex2DFormats[i] = gl::GetUnsizedFormat( in prepareForDraw()
DvalidationES2.cpp73 switch (GetUnsizedFormat(internalFormat)) in IsValidCopyTextureSourceInternalFormatEnum()
157 if (!ValidES3FormatCombination(GetUnsizedFormat(internalFormat), type, internalFormat)) in IsValidCopyTextureDestinationFormatType()
DvalidationES3.cpp169 switch (GetUnsizedFormat(srcInternalFormat)) in ValidateCopyTexture3DCommon()
Dformatutils.cpp1709 GLenum GetUnsizedFormat(GLenum internalFormat) in GetUnsizedFormat() function
/external/angle/src/libANGLE/renderer/gl/
DTextureGL.cpp81 GLenum originalFormat = gl::GetUnsizedFormat(originalInternalFormat); in GetLevelInfo()
82 GLenum destinationFormat = gl::GetUnsizedFormat(destinationInternalFormat); in GetLevelInfo()
708 gl::GetUnsizedFormat(copyTexImageFormat.internalFormat), in copyImage()
899 sourceImageDesc.size, gl::GetUnsizedFormat(internalFormat), in copyTexture()
DBlitGL.cpp280 GLenum format = gl::GetUnsizedFormat(internalFormat); in copyImageToLUMAWorkaroundTexture()
344 gl::GetUnsizedFormat(copyTexImageFormat.internalFormat), in copySubImageToLUMAWorkaroundTexture()
/external/angle/src/libANGLE/renderer/d3d/d3d9/
DImage9.cpp210 gl::GetUnsizedFormat(dest->getInternalFormat()), in CopyImage()
/external/angle/src/libANGLE/renderer/d3d/
DTextureD3D.cpp1152 gl::GetUnsizedFormat(getBaseLevelInternalFormat()), in copySubImage()
1904 context, source, clippedArea, gl::GetUnsizedFormat(getBaseLevelInternalFormat()), in copySubImage()
3323 gl::GetUnsizedFormat(getInternalFormat(getBaseLevel())), in copySubImage()