Home
last modified time | relevance | path

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

/external/swiftshader/src/OpenGL/libGLESv2/
Dutilities.h54 bool ValidateReadPixelsFormatType(const Framebuffer *framebuffer, GLenum format, GLenum type);
Dutilities.cpp626 bool ValidateReadPixelsFormatType(const Framebuffer *framebuffer, GLenum format, GLenum type) in ValidateReadPixelsFormatType() function
DContext.cpp3307 if(!ValidateReadPixelsFormatType(framebuffer, format, type)) in readPixels()