Home
last modified time | relevance | path

Searched defs:normalizedCoords (Results 1 – 7 of 7) sorted by relevance

/aosp_15_r20/external/skia/src/ports/
H A DSkFontScanner_fontations.cpp110 rust::Box<fontations_ffi::BridgeNormalizedCoords> normalizedCoords = in scanInstance() local
142 rust::Box<fontations_ffi::BridgeNormalizedCoords> normalizedCoords = in scanInstance() local
H A DSkTypeface_fontations.cpp102 rust::Box<fontations_ffi::BridgeNormalizedCoords>&& normalizedCoords, in SkTypeface_Fontations()
163 rust::Box<fontations_ffi::BridgeNormalizedCoords> normalizedCoords = in MakeFromData() local
/aosp_15_r20/external/angle/src/libANGLE/
H A DCLContext.cpp219 cl_bool normalizedCoords = CL_TRUE; in createSamplerWithProperties() local
251 cl_sampler Context::createSampler(cl_bool normalizedCoords, in createSampler()
H A DCLSampler.cpp90 cl_bool normalizedCoords, in Sampler()
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/texture/
H A DvktTextureTestUtil.cpp1935 bool normalizedCoords) in createSampler()
1956 bool normalizedCoords) in createSampler()
1971 tcu::Sampler::FilterMode magFilterMode, bool normalizedCoords) in createSampler()
/aosp_15_r20/external/deqp/framework/common/
H A DtcuTexVerifierUtil.cpp58 Vec2 computeNonNormalizedCoordBounds(const bool normalizedCoords, const int dim, const float coord,… in computeNonNormalizedCoordBounds()
H A DtcuTexture.hpp268 bool normalizedCoords; member in tcu::Sampler