Home
last modified time | relevance | path

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

/external/angle/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.cpp672 nativegl::ReadPixelsFormat readPixelsFormat = in readPixels()
/external/skqp/src/gpu/gl/
DGrGLCaps.h529 struct ReadPixelsFormat { struct
530 ReadPixelsFormat() : fFormat(0), fType(0) {} in ReadPixelsFormat() argument
567 ReadPixelsFormat fSecondReadPixelsFormat;
DGrGLCaps.cpp907 ReadPixelsFormat* rpFormat = in readPixelsSupported()
908 const_cast<ReadPixelsFormat*>(&fConfigTable[surfaceConfig].fSecondReadPixelsFormat); in readPixelsSupported()
/external/skia/src/gpu/gl/
DGrGLCaps.h576 struct ReadPixelsFormat { struct
577 ReadPixelsFormat() : fFormat(0), fType(0) {} in ReadPixelsFormat() argument