HomeSort by relevance Sort by last modified time
    Searched refs:UniformComponentCount (Results 1 - 3 of 3) sorted by null

  /external/webkit/Source/ThirdParty/ANGLE/src/libGLESv2/
utilities.h 22 int UniformComponentCount(GLenum type);
utilities.cpp 21 int UniformComponentCount(GLenum type)
95 return UniformTypeSize(UniformComponentType(type)) * UniformComponentCount(type);
Program.cpp 821 unsigned int count = UniformComponentCount(targetUniform->type);
864 unsigned int count = UniformComponentCount(targetUniform->type);
    [all...]

Completed in 34 milliseconds