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

  /external/chromium_org/third_party/skia/src/gpu/gl/
GrGLCaps.h 145 bool usesMSAARenderBuffers() const {
GrGLCaps.cpp 412 !fBGRAIsInternalFormat || !this->usesMSAARenderBuffers();
GrGpuGL.cpp 783 if (desc->fSampleCnt > 0 && this->glCaps().usesMSAARenderBuffers()) {
    [all...]
  /external/skia/src/gpu/gl/
GrGLCaps.h 145 bool usesMSAARenderBuffers() const {
GrGLCaps.cpp 412 !fBGRAIsInternalFormat || !this->usesMSAARenderBuffers();
GrGpuGL.cpp 783 if (desc->fSampleCnt > 0 && this->glCaps().usesMSAARenderBuffers()) {
    [all...]

Completed in 820 milliseconds