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

  /external/skia/src/gpu/gl/
GrGLCaps.h 332 bool isCoreProfile() const { return fIsCoreProfile; }
GrGLCaps.cpp 629 bool isCoreProfile) {
648 if (isCoreProfile) {
658 if (isCoreProfile) {
666 if (isCoreProfile) {
673 if (isCoreProfile) {
    [all...]
GrGLGpu.cpp 382 if (!this->glCaps().isCoreProfile()) {
393 if (this->glCaps().imagingSupport() && !this->glCaps().isCoreProfile()) {
    [all...]

Completed in 142 milliseconds