Searched refs:nonsamplerState (Results 1 – 4 of 4) sorted by relevance
49 const NonsamplerState& nonsamplerState, in set() argument54 fNonsamplerState = nonsamplerState; in set()
834 GrGLTextureParameters::NonsamplerState nonsamplerState = params->nonsamplerState(); in onWritePixels() local836 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() local1502 if (params->nonsamplerState().fBaseMipMapLevel != 0) { in onUpdateCompressedBackendTexture()1504 nonsamplerState.fBaseMipMapLevel = 0; in onUpdateCompressedBackendTexture()1508 if (params->nonsamplerState().fMaxMipmapLevel != (numMipLevels - 1)) { in onUpdateCompressedBackendTexture()[all …]
60 const NonsamplerState& nonsamplerState() const { return fNonsamplerState; } in nonsamplerState() function65 const NonsamplerState& nonsamplerState,
33 GrGLTextureParameters::NonsamplerState nsState = parameters.nonsamplerState(); in nonsampler_params_invalid()