OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:UniformTypeSize
(Results
1 - 3
of
3
) sorted by null
/external/webkit/Source/ThirdParty/ANGLE/src/libGLESv2/
utilities.h
24
size_t
UniformTypeSize
(GLenum type);
utilities.cpp
86
size_t
UniformTypeSize
(GLenum type)
95
return
UniformTypeSize
(UniformComponentType(type)) * UniformComponentCount(type);
Program.cpp
31
int bytes =
UniformTypeSize
(type) * arraySize;
[
all
...]
Completed in 57 milliseconds