Home
last modified time | relevance | path

Searched refs:effectiveFormat (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/platform/
DDateComponents.cpp685 SecondFormat effectiveFormat = format; in toStringForTime() local
687 effectiveFormat = Millisecond; in toStringForTime()
689 effectiveFormat = Second; in toStringForTime()
691 switch (effectiveFormat) { in toStringForTime()
/external/chromium_org/third_party/angle/src/libGLESv2/
DvalidationES3.cpp590 …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() local
808 …ffectiveInternalFormat(framebufferInternalFormatInfo, textureInternalFormatInfo, &effectiveFormat)) in IsValidES3CopyTexImageCombination()
810 sourceEffectiveFormat = &GetInternalFormatInfo(effectiveFormat); in IsValidES3CopyTexImageCombination()