HomeSort by relevance Sort by last modified time
    Searched defs:sample1 (Results 1 - 6 of 6) sorted by null

  /external/icu/icu4c/source/samples/ucnv/
convsamp.cpp 686 const char *sample1 = "abc\xdf\xbf"; local
690 if(convsample_20_didSubstitute(sample1))
844 const char *sample1 = "abc\xdf\xbf"; local
847 if(convsample_21_didSubstitute(sample1))
  /external/skia/src/codec/
SkSwizzler.cpp 24 static void sample1(void* dst, const uint8_t* src, int width, int bpp, int deltaSrc, int offset, function
798 proc = &sample1;
879 proc = &sample1;
    [all...]
  /external/skqp/src/codec/
SkSwizzler.cpp 24 static void sample1(void* dst, const uint8_t* src, int width, int bpp, int deltaSrc, int offset, function
798 proc = &sample1;
879 proc = &sample1;
    [all...]
  /frameworks/rs/driver/runtime/
rs_sample.c 567 float4 sample1 = sample_LOD_LinearPixel(alloc, dk, dt, wrapS, uv, lod1); local
569 return sample0 * (1.0f - frac) + sample1 * frac;
620 float4 sample1 = sample_LOD_LinearPixel(alloc, dk, dt, wrapS, wrapT, uv, lod1); local
622 return sample0 * (1.0f - frac) + sample1 * frac;
  /external/python/cpython3/Lib/test/
test_xml_etree.py 2248 sample1 = ('<!DOCTYPE html PUBLIC' variable in class:TreeBuilderTest
2368 sample1 = b'<file><line>22<\/line><\/file>' variable in class:XMLParserTest
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/binding_model/
vktBindingShaderAccessTests.cpp 4277 const tcu::Vec4 sample1 = (!doFetch) ? (green) : (m_images.fetchImageValue(1)); local
5685 const tcu::Vec4 sample1 = (!doFetch) ? (green) : (m_images.fetchSampleValue(1)); local
7286 const tcu::Vec4 sample1 = (!doFetch) ? (green) : (m_texelBuffers.fetchTexelValue(1)); local
    [all...]

Completed in 244 milliseconds