Home
last modified time | relevance | path

Searched defs:nonsamplerState (Results 1 – 3 of 3) sorted by relevance

/external/skia/src/gpu/ganesh/gl/
DGrGLTypesPriv.cpp51 const NonsamplerState& nonsamplerState, in set()
DGrGLGpu.cpp909 GrGLTextureParameters::NonsamplerState nonsamplerState = params->nonsamplerState(); in onWritePixels() local
1677 GrGLTextureParameters::NonsamplerState nonsamplerState = params->nonsamplerState(); in onUpdateCompressedBackendTexture() local
3759 GrGLTextureParameters::NonsamplerState nonsamplerState = glTex->parameters()->nonsamplerState(); in onRegenerateMipMapLevels() local
3875 GrGLTextureParameters::NonsamplerState nonsamplerState = params->nonsamplerState(); in onClearBackendTexture() local
/external/skia/include/private/gpu/ganesh/
DGrGLTypesPriv.h61 const NonsamplerState& nonsamplerState() const { return fNonsamplerState; } in nonsamplerState() function