Searched refs:effectiveFormat (Results 1 – 2 of 2) sorted by relevance
685 SecondFormat effectiveFormat = format; in toStringForTime() local687 effectiveFormat = Millisecond; in toStringForTime()689 effectiveFormat = Second; in toStringForTime()691 switch (effectiveFormat) { in toStringForTime()
590 …EffectiveInternalFormatInfo(GLenum effectiveFormat, GLenum destFormat, GLuint minRedBits, GLuint m… in EffectiveInternalFormatInfo()593 : mEffectiveFormat(effectiveFormat), mDestFormat(destFormat), mMinRedBits(minRedBits), in EffectiveInternalFormatInfo()807 GLenum effectiveFormat; in IsValidES3CopyTexImageCombination() local808 …ffectiveInternalFormat(framebufferInternalFormatInfo, textureInternalFormatInfo, &effectiveFormat)) in IsValidES3CopyTexImageCombination()810 sourceEffectiveFormat = &GetInternalFormatInfo(effectiveFormat); in IsValidES3CopyTexImageCombination()