Home
last modified time | relevance | path

Searched refs:UNPACK_FLIP_Y_CHROMIUM (Results 1 – 5 of 5) sorted by relevance

/external/chromium_org/gpu/GLES2/extensions/CHROMIUM/
DCHROMIUM_flipy.txt29 UNPACK_FLIP_Y_CHROMIUM 0x9240
39 UNPACK_FLIP_Y_CHROMIUM boolean FALSE {TRUE, FALSE}
63 "If UNPACK_FLIP_Y_CHROMIUM is FALSE then p is equal to pixels. Otherwise
68 Do not add the sentence "If UNPACK_FLIP_Y_CHROMIUM is FALSE ..." described
91 and UNPACK_SKIP_PIXELS. IF UNPACK_FLIP_Y_CHROMIUM is FALSE then
94 When UNPACK_FLIP_Y_CHROMIUM is TRUE then p is pixels +
DCHROMIUM_copy_texture.txt26 UNPACK_FLIP_Y_CHROMIUM, GL_UNPACK_PREMULTIPLY_ALPHA_CHROMIUM and
/external/chromium_org/third_party/WebKit/Source/platform/graphics/
DExtensions3D.h174 UNPACK_FLIP_Y_CHROMIUM = 0x9240, enumerator
DImageBuffer.cpp152 context.pixelStorei(Extensions3D::UNPACK_FLIP_Y_CHROMIUM, !flipY); in copyToPlatformTexture()
155 context.pixelStorei(Extensions3D::UNPACK_FLIP_Y_CHROMIUM, false); in copyToPlatformTexture()
/external/chromium_org/third_party/WebKit/Source/platform/graphics/gpu/
DDrawingBuffer.cpp333 context.pixelStorei(Extensions3D::UNPACK_FLIP_Y_CHROMIUM, flipY); in copyToPlatformTexture()
335 context.pixelStorei(Extensions3D::UNPACK_FLIP_Y_CHROMIUM, false); in copyToPlatformTexture()