Home
last modified time | relevance | path

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

/third_party/skia/src/gpu/gl/
DGrGLTypesPriv.cpp49 const NonsamplerState& nonsamplerState, in set()
DGrGLGpu.cpp843 GrGLTextureParameters::NonsamplerState nonsamplerState = params->nonsamplerState(); in onWritePixels() local
1574 GrGLTextureParameters::NonsamplerState nonsamplerState = params->nonsamplerState(); in onUpdateCompressedBackendTexture() local
3579 GrGLTextureParameters::NonsamplerState nonsamplerState = glTex->parameters()->nonsamplerState(); in onRegenerateMipMapLevels() local
3704 GrGLTextureParameters::NonsamplerState nonsamplerState = params->nonsamplerState(); in onClearBackendTexture() local
/third_party/skia/include/private/
DGrGLTypesPriv.h60 const NonsamplerState& nonsamplerState() const { return fNonsamplerState; } in nonsamplerState() function