HomeSort by relevance Sort by last modified time
    Searched refs:drawFormat (Results 1 - 5 of 5) sorted by null

  /device/generic/goldfish-opengl/system/GLESv2_enc/
GLESv2Validation.h 51 bool blitFramebufferFormat(GLenum readFormat, GLenum drawFormat);
GLESv2Validation.cpp 306 bool blitFramebufferFormat(GLenum readFormat, GLenum drawFormat) {
308 if (readFormat == x && drawFormat == y) return false; \
309 if (readFormat == y && drawFormat == x) return false; \