Home
last modified time | relevance | path

Searched refs:colorFormat (Results 1 – 7 of 7) sorted by relevance

/external/webkit/Source/ThirdParty/ANGLE/src/libGLESv2/
Dutilities.h58 unsigned int GetAlphaSize(D3DFORMAT colorFormat);
59 unsigned int GetRedSize(D3DFORMAT colorFormat);
60 unsigned int GetGreenSize(D3DFORMAT colorFormat);
61 unsigned int GetBlueSize(D3DFORMAT colorFormat);
Dutilities.cpp611 unsigned int GetAlphaSize(D3DFORMAT colorFormat) in GetAlphaSize() argument
613 switch (colorFormat) in GetAlphaSize()
633 unsigned int GetRedSize(D3DFORMAT colorFormat) in GetRedSize() argument
635 switch (colorFormat) in GetRedSize()
654 unsigned int GetGreenSize(D3DFORMAT colorFormat) in GetGreenSize() argument
656 switch (colorFormat) in GetGreenSize()
676 unsigned int GetBlueSize(D3DFORMAT colorFormat) in GetBlueSize() argument
678 switch (colorFormat) in GetBlueSize()
/external/webkit/Source/WebCore/platform/graphics/gpu/
DDrawingBuffer.cpp213 unsigned long internalColorFormat, colorFormat, internalRenderbufferFormat; in reset() local
216 colorFormat = GraphicsContext3D::RGBA; in reset()
220 colorFormat = GraphicsContext3D::RGB; in reset()
250 …EXTURE_2D, 0, internalColorFormat, m_size.width(), m_size.height(), 0, colorFormat, GraphicsContex… in reset()
/external/webkit/Source/WebCore/platform/graphics/opengl/
DGraphicsContext3DOpenGL.cpp180 GLuint colorFormat, internalDepthStencilFormat = 0; in reshape() local
183 colorFormat = GL_RGBA; in reshape()
186 colorFormat = GL_RGB; in reshape()
237 …::glTexImage2D(GL_TEXTURE_2D, 0, m_internalColorFormat, width, height, 0, colorFormat, GL_UNSIGNED… in reshape()
240 …::glTexImage2D(GL_TEXTURE_2D, 0, m_internalColorFormat, width, height, 0, colorFormat, GL_UNSIGNED… in reshape()
/external/webkit/Source/WebCore/inspector/front-end/
DStylesSidebarPane.js69 var format = WebInspector.settings.colorFormat;
478 if (options[i].value === WebInspector.settings.colorFormat) {
490 WebInspector.settings.colorFormat = selectedOption.value;
1301 if (WebInspector.settings.colorFormat === "original")
1305 else if (WebInspector.settings.colorFormat === "rgb")
1307 else if (WebInspector.settings.colorFormat === "hsl")
/external/skia/include/gpu/gl/
DGrGLFunctions.h198 …TYPE* GrGLPathColorGenProc)(GrGLenum color, GrGLenum genMode, GrGLenum colorFormat, const GrGLfloa…
/external/webkit/Source/WebCore/
DChangeLog-2010-01-2962053 (WebInspector.loaded): Initilize the colorFormat preference.