OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:UniformComponentType
(Results
1 - 6
of
6
) sorted by null
/external/swiftshader/src/OpenGL/libGL/
utilities.h
36
GLenum
UniformComponentType
(GLenum type);
utilities.cpp
62
GLenum
UniformComponentType
(GLenum type)
102
return UniformTypeSize(
UniformComponentType
(type)) * UniformComponentCount(type);
Program.cpp
805
switch(
UniformComponentType
(targetUniform->type))
853
switch(
UniformComponentType
(targetUniform->type))
[
all
...]
/external/swiftshader/src/OpenGL/libGLESv2/
utilities.h
34
GLenum
UniformComponentType
(GLenum type);
Program.cpp
918
switch(
UniformComponentType
(targetUniform->type))
976
switch(
UniformComponentType
(targetUniform->type))
1025
switch(
UniformComponentType
(targetUniform->type))
[
all
...]
utilities.cpp
239
GLenum
UniformComponentType
(GLenum type)
305
return UniformTypeSize(
UniformComponentType
(type)) * UniformComponentCount(type);
[
all
...]
Completed in 53 milliseconds