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

  /external/chromium_org/third_party/angle/src/common/
blocklayout.cpp 82 const int numComponents = gl::VariableComponentCount(type);
106 mCurrentOffset += gl::VariableComponentCount(type);
158 int numComponents = gl::VariableComponentCount(type);
186 mCurrentOffset += gl::VariableComponentCount(type);
utilities.h 19 int VariableComponentCount(GLenum type);
utilities.cpp 18 int VariableComponentCount(GLenum type)
100 return VariableComponentSize(VariableComponentType(type)) * VariableComponentCount(type);
  /external/chromium_org/third_party/angle/src/compiler/translator/
StructureHLSL.cpp 43 const int numComponents = gl::VariableComponentCount(glType);
120 numComponents = gl::VariableComponentCount(glType);
VariablePacker.cpp 43 ASSERT(gl::VariableComponentCount(type) == 1);
  /external/chromium_org/third_party/angle/tests/compiler_tests/
VariablePacker_test.cpp 125 int expectedComponents = gl::VariableComponentCount(type);
  /external/chromium_org/third_party/angle/src/libGLESv2/renderer/d3d/
DynamicHLSL.cpp 70 return HLSLComponentTypeString(gl::VariableComponentType(type), gl::VariableComponentCount(type));
390 structHLSL += " " + HLSLComponentTypeString(componentType, VariableComponentCount(shaderAttribute.type));
    [all...]
  /external/chromium_org/third_party/angle/src/libGLESv2/
ProgramBinary.cpp 546 const int components = VariableComponentCount(targetUniformType);
833 unsigned int size = VariableComponentCount(targetUniform->type);
839 unsigned int size = VariableComponentCount(targetUniform->type);
    [all...]

Completed in 208 milliseconds