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

  /external/chromium_org/third_party/skia/src/gpu/gl/
GrGLSL.cpp 61 if (info.caps()->isCoreProfile()) {
GrGLCaps.h 257 bool isCoreProfile() const { return fIsCoreProfile; }
GrGpuGL.cpp 247 if (!this->glCaps().isCoreProfile()) {
258 if (this->glCaps().imagingSupport() && !this->glCaps().isCoreProfile()) {
    [all...]

Completed in 35 milliseconds