Searched refs:mColorFormat (Results 1 – 8 of 8) sorted by relevance
/device/generic/vulkan-cereal/third-party/angle/src/libANGLE/renderer/d3d/ |
D | SurfaceD3D.cpp | 44 mColorFormat(nullptr), in SurfaceD3D() 110 &mColorFormat)); in initialize() 113 if (mColorFormat->id != angle::FormatID::R8G8B8A8_TYPELESS && in initialize() 114 mColorFormat->id != angle::FormatID::B8G8R8A8_TYPELESS) in initialize() 120 if (mColorFormat->id == angle::FormatID::R8G8B8A8_TYPELESS) in initialize() 126 mColorFormat = &angle::Format::Get(angle::FormatID::R8G8B8A8_TYPELESS_SRGB); in initialize() 129 if (mColorFormat->id == angle::FormatID::B8G8R8A8_TYPELESS) in initialize() 135 mColorFormat = &angle::Format::Get(angle::FormatID::B8G8R8A8_TYPELESS_SRGB); in initialize() 138 mRenderTargetFormat = mColorFormat->fboImplementationInternalFormat; in initialize() 441 return mColorFormat; in getD3DTextureColorFormat()
|
D | SurfaceD3D.h | 99 const angle::Format *mColorFormat; variable
|
/device/generic/vulkan-cereal/third-party/angle/src/libANGLE/renderer/gl/wgl/ |
D | D3DTextureSurfaceWGL.cpp | 252 mColorFormat(nullptr), in D3DTextureSurfaceWGL() 302 &mColorFormat, &mObject, &device)); in initialize() 304 if (mColorFormat) in initialize() 308 if (mColorFormat->id != angle::FormatID::R8G8B8A8_TYPELESS && in initialize() 309 mColorFormat->id != angle::FormatID::B8G8R8A8_TYPELESS) in initialize() 511 return mColorFormat; in getD3DTextureColorFormat()
|
D | D3DTextureSurfaceWGL.h | 88 const angle::Format *mColorFormat; variable
|
/device/generic/vulkan-cereal/third-party/angle/src/libANGLE/ |
D | Surface.cpp | 79 mColorFormat(config->renderTargetFormat), in Surface() 180 mColorFormat = gl::Format(mState.config->renderTargetFormat); in initialize() 195 mColorFormat = gl::Format(internalFormat, type); in initialize() 202 mColorFormat = gl::Format(internalFormat, colorFormat->componentType); in initialize() 204 if (mColorFormat.info->colorEncoding == GL_SRGB) in initialize() 540 return (binding == GL_BACK ? mColorFormat : mDSFormat); in getAttachmentFormat()
|
D | Surface.h | 163 const gl::Format &getBindTexImageFormat() const { return mColorFormat; } in getBindTexImageFormat() 240 gl::Format mColorFormat; variable
|
/device/generic/vulkan-cereal/third-party/angle/src/libANGLE/renderer/metal/ |
D | SurfaceMtl.mm | 185 mColorFormat.intendedFormatId = mColorFormat.actualFormatId = angle::FormatID::B8G8R8A8_UNORM; 186 mColorFormat.metalFormat = MTLPixelFormatBGRA8Unorm; 258 mMetalLayer.get().pixelFormat = mColorFormat.metalFormat; 528 mColorRenderTarget.set(mDrawableTexture, 0, 0, mColorFormat);
|
D | SurfaceMtl.h | 92 mtl::Format mColorFormat; variable
|