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

  /external/skia/include/gpu/
GrTexture.h 45 inline GrTexturePriv texturePriv();
46 inline const GrTexturePriv texturePriv() const;
  /external/skia/src/gpu/
GrTexturePriv.h 96 inline GrTexturePriv GrTexture::texturePriv() { return GrTexturePriv(this); }
98 inline const GrTexturePriv GrTexture::texturePriv () const {
GrTextureProxy.cpp 36 fTarget->asTexture()->texturePriv().setMipColorMode(colorMode);
GrProcessor.cpp 240 fParams.setFilterMode(SkTMin(params.filterMode(), texture->texturePriv().highestFilterMode()));
250 filterMode = SkTMin(filterMode, texture->texturePriv().highestFilterMode());
265 fParams.setFilterMode(SkTMin(params.filterMode(), texture->texturePriv().highestFilterMode()));
279 filterMode = SkTMin(filterMode, texture->texturePriv().highestFilterMode());
GrTexture.cpp 39 return GrSurface::ComputeSize(fDesc, 1, this->texturePriv().hasMipMaps());
GrProgramDesc.cpp 65 GrSLType type = imageAccess.texture()->texturePriv().imageStorageType();
86 k16[j] = sampler_key(tex->texturePriv().samplerType(), tex->config(), sampler.visibility(),
GrResourceProvider.cpp 84 texture->texturePriv().setMipColorMode(mipColorMode);
98 texture->texturePriv().setMipColorMode(mipColorMode);
GrSurfaceProxy.cpp 55 fTarget->asTexture()->texturePriv().setMipColorMode(fMipColorMode);
GrGpu.cpp 483 texture->texturePriv().dirtyMipMaps(true);
  /external/skia/tests/
GrTextureMipMapInvalidationTest.cpp 23 return as_IB(surf->makeImageSnapshot())->peekTexture()->texturePriv().hasMipMaps();
27 return as_IB(surf->makeImageSnapshot())->peekTexture()->texturePriv().mipMapsAreDirty();
  /external/skia/src/gpu/gl/
GrGLTextureRenderTarget.h 75 this->texturePriv().hasMipMaps());
GrGLGpu.cpp     [all...]
GrGLGpu.h 619 switch (texture->texturePriv().samplerType()) {
  /external/skia/src/gpu/vk/
GrVkTextureRenderTarget.h 119 this->texturePriv().hasMipMaps());
GrVkTexture.cpp 242 this->texturePriv().setMaxMipMapLevel(mipLevels);
GrVkGpuCommandBuffer.cpp 499 if (vkTexture->texturePriv().mipMapsAreDirty()) {
501 vkTexture->texturePriv().dirtyMipMaps(false);
GrVkCopyManager.cpp 250 resourceProv.findOrCreateCompatibleSampler(params, srcTex->texturePriv().maxMipMapLevel());
GrVkPipelineState.cpp 320 texture->texturePriv().maxMipMapLevel()));
GrVkGpu.cpp 366 int currentMipLevels = vkTex->texturePriv().maxMipMapLevel() + 1;
    [all...]
  /external/skia/src/gpu/glsl/
GrGLSLProgramBuilder.cpp 269 GrSLType samplerType = sampler.texture()->texturePriv().samplerType();
347 GrSLType uniformType = access.texture()->texturePriv().imageStorageType();
  /external/skia/src/image/
SkImage_Gpu.cpp 463 auto textureData = texture->texturePriv().detachBackendTexture();
    [all...]

Completed in 5613 milliseconds