Home
last modified time | relevance | path

Searched refs:ValidateReadPixelsFormatType (Results 1 – 3 of 3) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/src/OpenGL/libGLESv2/
Dutilities.h54 bool ValidateReadPixelsFormatType(const Framebuffer *framebuffer, GLenum format, GLenum type);
Dutilities.cpp597 bool ValidateReadPixelsFormatType(const Framebuffer *framebuffer, GLenum format, GLenum type) in ValidateReadPixelsFormatType() function
DContext.cpp3372 if(!ValidateReadPixelsFormatType(framebuffer, format, type)) in readPixels()