OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GetNumComponentsPerRow
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/third_party/angle/src/compiler/translator/
VariablePacker.h
22
static int
GetNumComponentsPerRow
(sh::GLenum type);
VariablePacker.cpp
14
int VariablePacker::
GetNumComponentsPerRow
(sh::GLenum type)
179
if (
GetNumComponentsPerRow
(variable.type) != 4) {
193
if (
GetNumComponentsPerRow
(variable.type) != 3) {
212
if (
GetNumComponentsPerRow
(variable.type) != 2) {
236
ASSERT(1 ==
GetNumComponentsPerRow
(variable.type));
/external/chromium_org/third_party/angle/tests/compiler_tests/
VariablePacker_test.cpp
76
int num_components_per_row = VariablePacker::
GetNumComponentsPerRow
(type);
138
VariablePacker::
GetNumComponentsPerRow
(type));
Completed in 118 milliseconds