OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:BGRA_EXT
(Results
1 - 4
of
4
) sorted by null
/external/webkit/Source/WebCore/platform/graphics/
Extensions3D.h
76
BGRA_EXT
= 0x80E1,
GraphicsContext3D.cpp
105
case Extensions3D::
BGRA_EXT
: // GL_EXT_texture_format_BGRA8888
[
all
...]
/external/webkit/Source/WebCore/platform/graphics/gpu/
Texture.cpp
74
*glFormat = Extensions3D::
BGRA_EXT
;
/external/webkit/Source/WebCore/platform/graphics/skia/
PlatformContextSkia.cpp
898
context->readPixels(0, height - 1 - y, width, 1, Extensions3D::
BGRA_EXT
, GraphicsContext3D::UNSIGNED_BYTE, pixels);
Completed in 824 milliseconds