Home
last modified time | relevance | path

Searched refs:getBindTexImageFormat (Results 1 – 4 of 4) sorted by relevance

/third_party/skia/third_party/externals/angle2/src/libANGLE/
DSurface.h181 const gl::Format &getBindTexImageFormat() const { return mColorFormat; } in getBindTexImageFormat() function
DTexture.cpp1776 ImageDesc desc(size, surface->getBindTexImageFormat(), InitState::Initialized); in bindTexImageFromSurface()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/
DTextureGL.cpp1394 const gl::Format &surfaceFormat = surface->getBindTexImageFormat(); in bindTexImage()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
DTextureVk.cpp2296 const gl::InternalFormat &glInternalFormat = *surface->getBindTexImageFormat().info; in bindTexImage()