Home
last modified time | relevance | path

Searched refs:n_results (Results 1 - 2 of 2) sorted by relevance

/third_party/vk-gl-cts/external/openglcts/modules/gl/
H A Dgl4cGPUShaderFP64Tests.cpp13742 const glw::GLuint n_results = getResultCount(); in getResultStride() local
13746 for (glw::GLuint i = 0; i < n_results; ++i) in getResultStride()
15019 const glw::GLuint n_results = function_object.getResultCount(); in prepareVertexShaderCode() local
15045 for (glw::GLuint result = 0; result < n_results; ++result) in prepareVertexShaderCode()
15090 for (glw::GLuint result = 1; result < n_results; ++result) in prepareVertexShaderCode()
15333 const glw::GLuint n_results = function_object.getResultCount(); in verifyResults() local
15345 for (glw::GLuint result = 0; result < n_results; ++result) in verifyResults()
15378 for (glw::GLuint result = 0; result < n_results; ++result) in verifyResults()
/third_party/rust/crates/clang-sys/src/
H A Dlib.rs2235 pub fn clang_sortCodeCompletionResults(results: *mut CXCompletionResult, n_results: c_uint); in clang_sortCodeCompletionResults()

Completed in 24 milliseconds