OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:VariableComponentSize
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/third_party/angle/src/common/
utilities.h
21
size_t
VariableComponentSize
(GLenum type);
utilities.cpp
78
size_t
VariableComponentSize
(GLenum type)
95
return
VariableComponentSize
(VariableComponentType(type)) * VariableRowCount(type) * 4;
100
return
VariableComponentSize
(VariableComponentType(type)) * VariableComponentCount(type);
blocklayout.cpp
58
ASSERT(gl::
VariableComponentSize
(gl::VariableComponentType(type)) == BytesPerComponent);
127
ASSERT(gl::
VariableComponentSize
(gl::VariableComponentType(type)) == BytesPerComponent);
Completed in 1016 milliseconds