Searched refs:NonsamplerState (Results 1 – 8 of 8) sorted by relevance
/third_party/flutter/skia/include/private/ |
D | GrGLTypesPriv.h | 47 struct NonsamplerState { struct 48 NonsamplerState(); 60 const NonsamplerState& nonsamplerState() const { return fNonsamplerState; } in nonsamplerState() argument 65 const NonsamplerState& nonsamplerState, 72 NonsamplerState fNonsamplerState;
|
/third_party/skia/include/private/ |
D | GrGLTypesPriv.h | 47 struct NonsamplerState { struct 48 NonsamplerState(); 60 const NonsamplerState& nonsamplerState() const { return fNonsamplerState; } in nonsamplerState() argument 65 const NonsamplerState& nonsamplerState, 72 NonsamplerState fNonsamplerState;
|
/third_party/flutter/skia/src/gpu/gl/ |
D | GrGLTypesPriv.cpp | 33 GrGLTextureParameters::NonsamplerState::NonsamplerState() in NonsamplerState() function in GrGLTextureParameters::NonsamplerState 37 void GrGLTextureParameters::NonsamplerState::invalidate() { in invalidate() 49 const NonsamplerState& nonsamplerState, in set()
|
D | GrGLGpu.cpp | 1499 tex->parameters()->set(&initialState, GrGLTextureParameters::NonsamplerState(), in onCreateTexture() 1535 tex->parameters()->set(&initialState, GrGLTextureParameters::NonsamplerState(), in onCreateCompressedTexture() 2907 GrGLTextureParameters::NonsamplerState newNonsamplerState; in bindTexture() 2911 const GrGLTextureParameters::NonsamplerState& oldNonsamplerState = in bindTexture() 3718 GrGLTextureParameters::NonsamplerState nonsamplerState = glTex->parameters()->nonsamplerState(); in onRegenerateMipMapLevels() 3925 parameters->set(&initialState, GrGLTextureParameters::NonsamplerState(), in createBackendTexture()
|
/third_party/skia/src/gpu/gl/ |
D | GrGLTypesPriv.cpp | 33 GrGLTextureParameters::NonsamplerState::NonsamplerState() in NonsamplerState() function in GrGLTextureParameters::NonsamplerState 37 void GrGLTextureParameters::NonsamplerState::invalidate() { in invalidate() 49 const NonsamplerState& nonsamplerState, in set()
|
D | GrGLGpu.cpp | 843 GrGLTextureParameters::NonsamplerState nonsamplerState = params->nonsamplerState(); in onWritePixels() 1413 tex->parameters()->set(&initialState, GrGLTextureParameters::NonsamplerState(), in onCreateTexture() 1496 tex->parameters()->set(&initialState, GrGLTextureParameters::NonsamplerState(), in onCreateCompressedTexture() 1534 parameters->set(&initialState, GrGLTextureParameters::NonsamplerState(), in onCreateCompressedBackendTexture() 1563 GrGLTextureParameters::NonsamplerState nonsamplerState = params->nonsamplerState(); in onUpdateCompressedBackendTexture() 2732 GrGLTextureParameters::NonsamplerState newNonsamplerState; in bindTexture() 2737 const GrGLTextureParameters::NonsamplerState& oldNonsamplerState = in bindTexture() 3568 GrGLTextureParameters::NonsamplerState nonsamplerState = glTex->parameters()->nonsamplerState(); in onRegenerateMipMapLevels() 3664 parameters->set(&initialState, GrGLTextureParameters::NonsamplerState(), in onCreateBackendTexture() 3693 GrGLTextureParameters::NonsamplerState nonsamplerState = params->nonsamplerState(); in onClearBackendTexture()
|
/third_party/skia/tests/ |
D | GLBackendSurfaceTest.cpp | 33 GrGLTextureParameters::NonsamplerState nsState = parameters.nonsamplerState(); in nonsampler_params_invalid() 34 GrGLTextureParameters::NonsamplerState invalidNSState; in nonsampler_params_invalid() 82 GrGLTextureParameters::NonsamplerState invalidNSState; in DEF_GPUTEST_FOR_ALL_GL_CONTEXTS()
|
/third_party/flutter/skia/tests/ |
D | GLBackendSurfaceTest.cpp | 31 GrGLTextureParameters::NonsamplerState invalidNSState; in nonsampler_params_invalid() 75 GrGLTextureParameters::NonsamplerState invalidNSState; in DEF_GPUTEST_FOR_ALL_GL_CONTEXTS()
|