Home
last modified time | relevance | path

Searched refs:VariableComponentCount (Results 1 – 8 of 8) sorted by relevance

/external/chromium_org/third_party/angle/src/common/
Dblocklayout.cpp82 const int numComponents = gl::VariableComponentCount(type); in getBlockLayoutInfo()
106 mCurrentOffset += gl::VariableComponentCount(type); in advanceOffset()
158 int numComponents = gl::VariableComponentCount(type); in getBlockLayoutInfo()
186 mCurrentOffset += gl::VariableComponentCount(type); in advanceOffset()
Dutilities.h19 int VariableComponentCount(GLenum type);
Dutilities.cpp18 int VariableComponentCount(GLenum type) in VariableComponentCount() function
100 return VariableComponentSize(VariableComponentType(type)) * VariableComponentCount(type); in VariableExternalSize()
/external/chromium_org/third_party/angle/src/compiler/translator/
DStructureHLSL.cpp43 const int numComponents = gl::VariableComponentCount(glType); in prePadding()
120 numComponents = gl::VariableComponentCount(glType); in postPaddingString()
DVariablePacker.cpp43 ASSERT(gl::VariableComponentCount(type) == 1); in GetNumComponentsPerRow()
/external/chromium_org/third_party/angle/tests/compiler_tests/
DVariablePacker_test.cpp125 int expectedComponents = gl::VariableComponentCount(type); in TEST()
/external/chromium_org/third_party/angle/src/libGLESv2/renderer/d3d/
DDynamicHLSL.cpp70 … return HLSLComponentTypeString(gl::VariableComponentType(type), gl::VariableComponentCount(type)); in HLSLTypeString()
390 …structHLSL += " " + HLSLComponentTypeString(componentType, VariableComponentCount(shaderAttribu… in generateVertexShaderForInputLayout()
1110 int shaderComponentCount = VariableComponentCount(shaderAttrib.type); in generateAttributeConversionHLSL()
/external/chromium_org/third_party/angle/src/libGLESv2/
DProgramBinary.cpp546 const int components = VariableComponentCount(targetUniformType); in setUniform()
833 unsigned int size = VariableComponentCount(targetUniform->type); in getUniformv()
839 unsigned int size = VariableComponentCount(targetUniform->type); in getUniformv()