OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:newContextSize
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/third_party/WebKit/Source/platform/graphics/filters/custom/
FECustomFilter.cpp
181
IntSize
newContextSize
(effectDrawingRect.size());
182
if (!resizeContextIfNeeded(
newContextSize
))
192
ASSERT(static_cast<size_t>(
newContextSize
.width() *
newContextSize
.height() * 4) == dstPixelArray->length());
193
m_context->readPixels(0, 0,
newContextSize
.width(),
newContextSize
.height(), GL_RGBA, GL_UNSIGNED_BYTE, dstPixelArray->data());
268
bool FECustomFilter::resizeMultisampleBuffers(const IntSize&
newContextSize
)
291
extensions->renderbufferStorageMultisample(GL_RENDERBUFFER, sampleCount, Extensions3D::RGBA8_OES,
newContextSize
.width(),
newContextSize
.height());
295
extensions->renderbufferStorageMultisample(GL_RENDERBUFFER, sampleCount, GL_DEPTH_COMPONENT16,
newContextSize
.width(), newContextSize.height())
[
all
...]
/external/chromium_org/third_party/libxml/src/
xpath.c
[
all
...]
/external/libxml2/
xpath.c
[
all
...]
Completed in 66 milliseconds