Home
last modified time | relevance | path

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

/external/angle/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.cpp760 GLsizei sampleCount = d3d9_gl::GetSamplesCount(desc.MultiSampleType); in getD3DTextureInfo()
/external/v8/src/inspector/
Dv8-profiler-agent-impl.cc107 int count = v8profile->GetSamplesCount(); in buildInspectorObjectForSamples()
116 int count = v8profile->GetSamplesCount(); in buildInspectorObjectForTimestamps()
/external/v8/include/
Dv8-profiler.h189 int GetSamplesCount() const;
/external/v8/src/api/
Dapi.cc10707 int CpuProfile::GetSamplesCount() const { in GetSamplesCount() function in v8::CpuProfile