Home
last modified time | relevance | path

Searched refs:fboImplementationInternalFormat (Results 1 – 8 of 8) sorted by relevance

/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/
DFormat.h80 GLenum fboImplementationInternalFormat; member
155 fboImplementationInternalFormat(fboFormat), in Format()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/
DImage11.cpp99 gl::GetSizedInternalFormatInfo(sourceFormat.fboImplementationInternalFormat).pixelBytes; in CopyImage()
104 gl::GetSizedInternalFormatInfo(destFormat.fboImplementationInternalFormat); in CopyImage()
DFramebuffer11.cpp390 return gl::GetSizedInternalFormatInfo(angleFormat.fboImplementationInternalFormat); in getImplementationColorReadFormat()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/
DSurfaceD3D.cpp137 mRenderTargetFormat = mColorFormat->fboImplementationInternalFormat; in initialize()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d9/
DFramebuffer9.cpp396 return gl::GetSizedInternalFormatInfo(angleFormat.fboImplementationInternalFormat); in getImplementationColorReadFormat()
/third_party/skia/third_party/externals/angle2/src/libANGLE/
DSurface.cpp228 GLenum internalFormat = colorFormat->fboImplementationInternalFormat; in initialize()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/metal/
DFrameBufferMtl.mm46 implFormat = renderTarget->getFormat()->actualAngleFormat().fboImplementationInternalFormat;
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
DFramebufferVk.cpp716 GLenum implFormat = vkFormat.getActualRenderableImageFormat().fboImplementationInternalFormat; in getImplementationColorReadFormat()