Home
last modified time | relevance | path

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

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