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

  /external/skqp/src/gpu/
GrSurfaceProxyPriv.h 30 GrTexture* peekTexture() const {
GrCoordTransform.h 119 GrTexture* peekTexture() const {
120 SkASSERT(fProxy->priv().peekTexture());
121 return fProxy->priv().peekTexture();
GrProcessor.h 319 // 'peekTexture' should only ever be called after a successful 'instantiate' call
320 GrTexture* peekTexture() const {
321 SkASSERT(fProxyRef.get()->priv().peekTexture());
322 return fProxyRef.get()->priv().peekTexture();
  /external/skia/src/gpu/
GrCoordTransform.h 119 GrTexture* peekTexture() const {
120 SkASSERT(fProxy->priv().peekTexture());
121 return fProxy->priv().peekTexture();
GrSurfaceProxyPriv.h 30 GrTexture* peekTexture() const {
GrProcessor.h 293 // 'peekTexture' should only ever be called after a successful 'instantiate' call
294 GrTexture* peekTexture() const {
295 SkASSERT(fProxyRef.get()->priv().peekTexture());
296 return fProxyRef.get()->priv().peekTexture();

Completed in 245 milliseconds