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

  /external/skia/src/gpu/
GrCaps.h 243 bool crossContextTextureSupport() const { return fCrossContextTextureSupport; }
  /external/skqp/src/gpu/
GrCaps.h 245 bool crossContextTextureSupport() const { return fCrossContextTextureSupport; }
  /external/skia/src/image/
SkImage_Gpu.cpp 458 if (!context || !context->priv().caps()->crossContextTextureSupport()) {
519 if (!context || !context->priv().caps()->crossContextTextureSupport()) {
    [all...]
  /external/skqp/src/image/
SkImage_Gpu.cpp 447 if (!context || !context->contextPriv().caps()->crossContextTextureSupport()) {
499 if (!context || !context->contextPriv().caps()->crossContextTextureSupport()) {
  /external/skia/tests/
ImageTest.cpp     [all...]
  /external/skqp/tests/
ImageTest.cpp     [all...]

Completed in 674 milliseconds