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

  /external/v8/test/cctest/
test-profile-generator.cc 361 // -> aaa - sample1
364 TickSample sample1; local
365 sample1.pc = ToAddress(0x1600);
366 sample1.tos = ToAddress(0x1500);
367 sample1.stack[0] = ToAddress(0x1510);
368 sample1.frames_count = 1;
369 generator.RecordTickSample(sample1);
427 // -> aaa #3 - sample1
430 TickSample sample1; local
431 sample1.pc = ToAddress(0x1600)
472 TickSample sample1; local
    [all...]
  /external/icu/icu4c/source/samples/ucnv/
convsamp.cpp 677 const char *sample1 = "abc\xdf\xbf"; local
681 if(convsample_20_didSubstitute(sample1))
835 const char *sample1 = "abc\xdf\xbf"; local
838 if(convsample_21_didSubstitute(sample1))
  /external/skia/src/codec/
SkSwizzler.cpp 23 static void sample1(void* dst, const uint8_t* src, int width, int bpp, int deltaSrc, int offset, function
731 proc = &sample1;
745 proc = &sample1;
873 proc = &sample1;
    [all...]
  /frameworks/rs/driver/runtime/
rs_sample.c 571 float4 sample1 = sample_LOD_LinearPixel(alloc, dk, dt, wrapS, uv, lod1); local
573 return sample0 * (1.0f - frac) + sample1 * frac;
624 float4 sample1 = sample_LOD_LinearPixel(alloc, dk, dt, wrapS, wrapT, uv, lod1); local
626 return sample0 * (1.0f - frac) + sample1 * frac;
  /external/pdfium/core/src/fpdfapi/fpdf_page/
fpdf_page_func.cpp 616 FX_DWORD sample1 = local
619 ((FX_FLOAT)sample1 - (FX_FLOAT)sample);
  /external/deqp/external/vulkancts/modules/vulkan/binding_model/
vktBindingShaderAccessTests.cpp 3534 const tcu::Vec4 sample1 = (!doFetch) ? (green) : (m_images.fetchImageValue(1)); local
4555 const tcu::Vec4 sample1 = (!doFetch) ? (green) : (m_images.fetchSampleValue(1)); local
5767 const tcu::Vec4 sample1 = (!doFetch) ? (green) : (m_texelBuffers.fetchTexelValue(1)); local
    [all...]

Completed in 1232 milliseconds