Searched refs:getMinLod (Results 1 – 15 of 15) sorted by relevance
/third_party/skia/third_party/externals/angle2/src/libANGLE/ |
D | Sampler.cpp | 121 GLfloat Sampler::getMinLod() const in getMinLod() function in gl::Sampler 123 return mState.getMinLod(); in getMinLod()
|
D | Sampler.h | 57 GLfloat getMinLod() const;
|
D | Texture.h | 302 GLfloat getMinLod() const;
|
D | angletypes.h | 354 GLfloat getMinLod() const { return mMinLod; } in getMinLod() function
|
D | Texture.cpp | 934 GLfloat Texture::getMinLod() const in getMinLod() function in gl::Texture 936 return mState.mSamplerState.getMinLod(); in getMinLod()
|
D | queryutils.cpp | 310 *params = CastFromSpecialValue<isGLfixed, ParamType>(pname, texture->getMinLod()); in QueryTexParameterBase() 518 *params = CastFromStateValue<ParamType>(pname, sampler->getMinLod()); in QuerySamplerParameterBase()
|
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/libGLESv2/ |
D | Sampler.h | 63 GLfloat getMinLod() const { return mMinLod; } in getMinLod() function
|
D | Context.cpp | 1820 case GL_TEXTURE_MIN_LOD: return static_cast<GLint>(roundf(samplerObject->getMinLod())); in getSamplerParameteri() 1843 case GL_TEXTURE_MIN_LOD: return samplerObject->getMinLod(); in getSamplerParameterf() 3174 minLOD = samplerObject->getMinLod(); in applyTextures()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/ |
D | SamplerGL.cpp | 99 …D, mState, mAppliedSamplerState, GL_TEXTURE_MIN_LOD, &gl::SamplerState::getMinLod, &gl::SamplerSta… in syncState()
|
D | TextureGL.cpp | 1494 mAppliedSampler.setMinLod(mState.getSamplerState().getMinLod()); in syncState() 1497 GL_TEXTURE_MIN_LOD, mAppliedSampler.getMinLod())); in syncState()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/ |
D | RenderStateCache.cpp | 299 samplerDesc.MinLOD = samplerState.getMinLod(); in getSamplerState()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/capture/ |
D | FrameCapture.cpp | 2754 if (textureSamplerState.getMinLod() != defaultSamplerState.getMinLod()) in CaptureShareGroupMidExecutionSetup() 2756 capTexParamf(GL_TEXTURE_MIN_LOD, textureSamplerState.getMinLod()); in CaptureShareGroupMidExecutionSetup() 3112 if (sampler->getMinLod() != defaultSamplerState.getMinLod()) in CaptureShareGroupMidExecutionSetup() 3115 sampler->getMinLod())); in CaptureShareGroupMidExecutionSetup()
|
D | frame_capture_utils.cpp | 740 json->addScalar("MinLod", samplerState.getMinLod()); in SerializeSamplerState()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/metal/ |
D | TextureMtl.mm | 1528 minLodClamp = mState.getSamplerState().getMinLod(); 1535 minLodClamp = sampler->getSamplerState().getMinLod();
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/ |
D | vk_cache_utils.cpp | 3278 mMinLod = samplerState.getMinLod(); in update()
|