OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:UniformComponentCount
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/third_party/angle/src/libGLESv2/
utilities.h
23
int
UniformComponentCount
(GLenum type);
utilities.cpp
16
int
UniformComponentCount
(GLenum type)
102
return UniformComponentSize(UniformComponentType(type)) *
UniformComponentCount
(type);
ProgramBinary.cpp
843
unsigned int size =
UniformComponentCount
(targetUniform->type);
[
all
...]
Completed in 40 milliseconds