Home
last modified time | relevance | path

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

/external/angle/src/libANGLE/renderer/gl/
Dformatutilsgl.h129 struct ReadPixelsFormat struct
134 ReadPixelsFormat GetReadPixelsFormat(const FunctionsGL *functions, argument
Dformatutilsgl.cpp943 ReadPixelsFormat GetReadPixelsFormat(const FunctionsGL *functions, in GetReadPixelsFormat()
949 ReadPixelsFormat result; in GetReadPixelsFormat()
DFramebufferGL.cpp736 nativegl::ReadPixelsFormat readPixelsFormat = in readPixels()
/external/skia/src/gpu/ganesh/gl/
DGrGLCaps.h671 struct ReadPixelsFormat { struct
672 ReadPixelsFormat() : fFormat(0), fType(0) {} in ReadPixelsFormat() function