Home
last modified time | relevance | path

Searched refs:fboTexType (Results 1 – 2 of 2) sorted by relevance

/hardware/google/gfxstream/guest/GLESv2_enc/
DGLESv2Validation.h52 bool readPixelsFboFormatMatch(GLenum format, GLenum type, GLenum fboTexType);
DGLESv2Validation.cpp624 bool readPixelsFboFormatMatch(GLenum, GLenum type, GLenum fboTexType) { in readPixelsFboFormatMatch() argument
626 if (type == x && fboTexType == y) return false; \ in readPixelsFboFormatMatch()
627 if (type == y && fboTexType == x) return false; \ in readPixelsFboFormatMatch()