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

/device/generic/goldfish-opengl/system/GLESv2_enc/
H A DGLESv2Validation.h50 bool readPixelsFboFormatMatch(GLenum format, GLenum type, GLenum fboTexType);
H A DGLESv2Validation.cpp292 bool readPixelsFboFormatMatch(GLenum format, GLenum type, GLenum fboTexType) { argument
294 if (type == x && fboTexType == y) return false; \
295 if (type == y && fboTexType == x) return false; \

Completed in 7 milliseconds