Home
last modified time | relevance | path

Searched refs:GetSamplesCount (Results 1 – 6 of 6) sorted by relevance

/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d9/
Drenderer9_utils.h61 GLsizei GetSamplesCount(D3DMULTISAMPLE_TYPE type);
Drenderer9_utils.cpp404 GLsizei GetSamplesCount(D3DMULTISAMPLE_TYPE type) in GetSamplesCount() function
DRenderer9.cpp769 GLsizei sampleCount = d3d9_gl::GetSamplesCount(desc.MultiSampleType); in getD3DTextureInfo()
/third_party/node/deps/v8/src/inspector/
Dv8-profiler-agent-impl.cc104 int count = v8profile->GetSamplesCount(); in buildInspectorObjectForSamples()
113 int count = v8profile->GetSamplesCount(); in buildInspectorObjectForTimestamps()
/third_party/node/deps/v8/include/
Dv8-profiler.h195 int GetSamplesCount() const;
/third_party/node/deps/v8/src/api/
Dapi.cc9881 int CpuProfile::GetSamplesCount() const { in GetSamplesCount() function in v8::CpuProfile