Home
last modified time | relevance | path

Searched refs:nonsamplerState (Results 1 – 4 of 4) sorted by relevance

/external/skia/src/gpu/gl/
DGrGLTypesPriv.cpp49 const NonsamplerState& nonsamplerState, in set() argument
54 fNonsamplerState = nonsamplerState; in set()
DGrGLGpu.cpp834 GrGLTextureParameters::NonsamplerState nonsamplerState = params->nonsamplerState(); in onWritePixels() local
836 if (params->nonsamplerState().fBaseMipMapLevel != 0) { in onWritePixels()
838 nonsamplerState.fBaseMipMapLevel = 0; in onWritePixels()
840 if (params->nonsamplerState().fMaxMipmapLevel != maxLevel) { in onWritePixels()
842 nonsamplerState.fBaseMipMapLevel = maxLevel; in onWritePixels()
844 params->set(nullptr, nonsamplerState, fResetTimestampForTextureParameters); in onWritePixels()
1501 GrGLTextureParameters::NonsamplerState nonsamplerState = params->nonsamplerState(); in onUpdateCompressedBackendTexture() local
1502 if (params->nonsamplerState().fBaseMipMapLevel != 0) { in onUpdateCompressedBackendTexture()
1504 nonsamplerState.fBaseMipMapLevel = 0; in onUpdateCompressedBackendTexture()
1508 if (params->nonsamplerState().fMaxMipmapLevel != (numMipLevels - 1)) { in onUpdateCompressedBackendTexture()
[all …]
/external/skia/include/private/
DGrGLTypesPriv.h60 const NonsamplerState& nonsamplerState() const { return fNonsamplerState; } in nonsamplerState() function
65 const NonsamplerState& nonsamplerState,
/external/skia/tests/
DGLBackendSurfaceTest.cpp33 GrGLTextureParameters::NonsamplerState nsState = parameters.nonsamplerState(); in nonsampler_params_invalid()