Searched refs:NonsamplerState (Results 1 – 4 of 4) sorted by relevance
/external/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;
|
/external/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 | 834 GrGLTextureParameters::NonsamplerState nonsamplerState = params->nonsamplerState(); in onWritePixels() 1351 tex->parameters()->set(&initialState, GrGLTextureParameters::NonsamplerState(), in onCreateTexture() 1434 tex->parameters()->set(&initialState, GrGLTextureParameters::NonsamplerState(), in onCreateCompressedTexture() 1472 parameters->set(&initialState, GrGLTextureParameters::NonsamplerState(), in onCreateCompressedBackendTexture() 1501 GrGLTextureParameters::NonsamplerState nonsamplerState = params->nonsamplerState(); in onUpdateCompressedBackendTexture() 2702 GrGLTextureParameters::NonsamplerState newNonsamplerState; in bindTexture() 2707 const GrGLTextureParameters::NonsamplerState& oldNonsamplerState = in bindTexture() 3537 GrGLTextureParameters::NonsamplerState nonsamplerState = glTex->parameters()->nonsamplerState(); in onRegenerateMipMapLevels() 3633 parameters->set(&initialState, GrGLTextureParameters::NonsamplerState(), in onCreateBackendTexture() 3662 GrGLTextureParameters::NonsamplerState nonsamplerState = params->nonsamplerState(); in onClearBackendTexture()
|
/external/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()
|