Home
last modified time | relevance | path

Searched refs:GLenumToComponentType (Results 1 – 5 of 5) sorted by relevance

/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/
Dangletypes.h406 constexpr ComponentType GLenumToComponentType(GLenum componentType) in GLenumToComponentType() function
DProgram.cpp3373 GLenumToComponentType(VariableComponentType(attribute.type)); in linkAttributes()
4061 GLenumToComponentType(mState.mOutputVariableTypes[location]); in linkOutputVariables()
/third_party/skia/third_party/externals/angle2/src/libANGLE/
Dangletypes.h746 constexpr ComponentType GLenumToComponentType(GLenum componentType) in GLenumToComponentType() function
DProgramExecutable.cpp1234 ComponentType componentType = GLenumToComponentType(mOutputVariableTypes[location]); in linkValidateOutputVariables()
DProgram.cpp3874 GLenumToComponentType(VariableComponentType(attribute.type)); in linkAttributes()