Lines Matching +defs:from +defs:begin
64 EnumIterator<E> begin() const { return {static_cast<E>(0)}; } in begin() function
117 iterator begin() noexcept { return mPrivateData.begin(); } in begin() function
118 const_iterator begin() const noexcept { return mPrivateData.begin(); } in begin() function
196 angle::EnumIterator<TextureTarget> begin() const { return kCubeMapTextureTargetMin; } in begin() function
209 angle::EnumIterator<ShaderType> begin() const { return kShaderTypeMin; } in begin() function
268 constexpr GLenum ToGLenum(PrimitiveMode from) in ToGLenum()
321 constexpr GLenum ToGLenum(DrawElementsType from) in ToGLenum()
358 constexpr GLenum ToGLenum(BlendEquationType from) in ToGLenum()
423 constexpr GLenum ToGLenum(BlendFactorType from) in ToGLenum()
503 constexpr GLenum ToGLenum(VertexAttribType from) in ToGLenum()
575 constexpr GLenum ToGLenum(TessEvaluationType from) in ToGLenum()