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

  /external/skia/tests/
GrTextureMipMapInvalidationTest.cpp 41 REPORTER_ASSERT(reporter, false == tex->texturePriv().hasMipMaps());
51 REPORTER_ASSERT(reporter, true == tex->texturePriv().hasMipMaps());
52 REPORTER_ASSERT(reporter, false == tex->texturePriv().mipMapsAreDirty());
56 REPORTER_ASSERT(reporter, true == tex->texturePriv().hasMipMaps());
57 REPORTER_ASSERT(reporter, true == tex->texturePriv().mipMapsAreDirty());
  /external/skia/include/gpu/
GrTexture.h 44 inline GrTexturePriv texturePriv();
45 inline const GrTexturePriv texturePriv() const;
  /external/skia/src/gpu/
GrTexturePriv.h 58 inline GrTexturePriv GrTexture::texturePriv() { return GrTexturePriv(this); }
60 inline const GrTexturePriv GrTexture::texturePriv () const {
GrTexture.cpp 42 if (this->texturePriv().hasMipMaps()) {
SkGrPixelRef.cpp 130 texture->texturePriv().dirtyMipMaps(true);
  /external/skia/src/gpu/gl/
GrGLGpu.cpp 835 glTex->texturePriv().dirtyMipMaps(true);
872 glTex->texturePriv().dirtyMipMaps(true);
    [all...]
  /external/skia/src/gpu/vk/
GrVkGpu.cpp 306 vkTex->texturePriv().dirtyMipMaps(true);
    [all...]

Completed in 212 milliseconds