Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/
Dformatutilsgl.h129 struct ReadPixelsFormat struct
134 ReadPixelsFormat GetReadPixelsFormat(const FunctionsGL *functions, argument
Dformatutilsgl.cpp866 ReadPixelsFormat GetReadPixelsFormat(const FunctionsGL *functions, in GetReadPixelsFormat()
872 ReadPixelsFormat result; in GetReadPixelsFormat()
DFramebufferGL.cpp673 nativegl::ReadPixelsFormat readPixelsFormat = in readPixels()
/third_party/skia/src/gpu/gl/
DGrGLCaps.h606 struct ReadPixelsFormat { struct
607 ReadPixelsFormat() : fFormat(0), fType(0) {} in ReadPixelsFormat() function