OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getNumberOfColumnsForVariableType
(Results
1 - 2
of
2
) sorted by null
/external/deqp/external/openglcts/modules/gl/
gl4cGPUShaderFP64Tests.hpp
134
static unsigned int
getNumberOfColumnsForVariableType
(_variable_type type);
[
all
...]
gl4cGPUShaderFP64Tests.cpp
903
unsigned int Utils::
getNumberOfColumnsForVariableType
(_variable_type type)
1129
const unsigned int n_a_columns = Utils::
getNumberOfColumnsForVariableType
(type_matrix_a);
1132
const unsigned int n_b_columns = Utils::
getNumberOfColumnsForVariableType
(type_matrix_b);
[
all
...]
Completed in 196 milliseconds