Home
last modified time | relevance | path

Searched refs:fMinLOD (Results 1 – 5 of 5) sorted by relevance

/external/skia/src/gpu/gl/
DGrGLTypesPriv.cpp19 , fMinLOD(-1000.f) in SamplerOverriddenState()
28 fMinLOD = SK_ScalarNaN; in invalidate()
DGrGLGpu.cpp2664 newSamplerState.fMinLOD = -1000.f; in bindTexture()
2676 if (setAll || newSamplerState.fMinLOD != oldSamplerState.fMinLOD) { in bindTexture()
2678 GL_CALL(TexParameterf(target, GR_GL_TEXTURE_MIN_LOD, newSamplerState.fMinLOD)); in bindTexture()
/external/skqp/src/gpu/gl/
DGrGLTexture.h28 GrGLfloat fMinLOD = -1000.f; member
39 fMinLOD = SK_ScalarNaN; in invalidate()
DGrGLGpu.cpp2997 newSamplerParams.fMinLOD = -1000.f; in bindTexture()
3009 if (setAll || newSamplerParams.fMinLOD != oldSamplerParams.fMinLOD) { in bindTexture()
3011 GL_CALL(TexParameterf(target, GR_GL_TEXTURE_MIN_LOD, newSamplerParams.fMinLOD)); in bindTexture()
/external/skia/include/private/
DGrGLTypesPriv.h39 GrGLfloat fMinLOD; member