OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:grContext
(Results
1 - 9
of
9
) sorted by null
/external/chromium_org/third_party/WebKit/Source/platform/graphics/gpu/
AcceleratedImageBufferSurface.cpp
42
GrContext
*
grContext
= SharedGraphicsContext3D::get()->
grContext
();
43
if (!
grContext
)
45
RefPtr<SkGpuDevice> device = adoptRef(new SkGpuDevice(
grContext
, SkBitmap::kARGB_8888_Config, size.width(), size.height(), msaaSampleCount));
SharedGraphicsContext3D.cpp
50
GrContext
*
grContext
= 0;
54
grContext
= provider->
grContext
();
57
if (webContext &&
grContext
) {
59
GrContext
* oldGrContext = m_context ? m_context->
grContext
() : 0;
60
if (webContext != oldWebContext ||
grContext
!= oldGrContext)
/external/skia/tests/
GrDrawTargetTest.cpp
11
#include "
GrContext
.h"
27
GrContext
*
grContext
= factory->get(glType);
28
if (NULL ==
grContext
) {
32
test_print(reporter,
grContext
->getGpu()->caps());
GpuDrawPathTest.cpp
11
#include "
GrContext
.h"
52
GrContext
*
grContext
= factory->get(glType);
53
if (NULL ==
grContext
) {
68
SkAutoTUnref<GrTexture> texture(
grContext
->createUncachedTexture(desc, NULL, 0));
69
SkAutoTUnref<SkGpuDevice> device(SkNEW_ARGS(SkGpuDevice, (
grContext
, texture.get())));
GpuBitmapCopyTest.cpp
11
#include "
GrContext
.h"
111
GrContext
*
grContext
= factory->get(glType);
112
if (NULL ==
grContext
) {
117
if (NULL ==
grContext
) {
131
SkGpuDevice* device = SkNEW_ARGS(SkGpuDevice, (
grContext
, gPairs[i].fConfig, W, H));
GpuColorFilterTest.cpp
11
#include "
GrContext
.h"
37
static void test_getConstantColorComponents(skiatest::Reporter* reporter,
GrContext
*
grContext
) {
103
SkAutoTUnref<GrEffectRef> grEffect(cf->asNewEffect(
grContext
));
117
GrContext
*
grContext
= factory->get(glType);
118
if (NULL ==
grContext
) {
122
test_getConstantColorComponents(reporter,
grContext
);
BlurTest.cpp
280
GrContext
*
grContext
= factory->get(GrContextFactory::kNative_GLContextType);
281
if (NULL ==
grContext
) {
292
SkAutoTUnref<GrTexture> texture(
grContext
->createUncachedTexture(desc, NULL, 0));
293
SkAutoTUnref<SkGpuDevice> device(SkNEW_ARGS(SkGpuDevice, (
grContext
, texture.get())));
/external/chromium_org/webkit/common/gpu/
webgraphicscontext3d_provider_impl.cc
22
GrContext
* WebGraphicsContext3DProviderImpl::
grContext
() {
23
return provider_->
GrContext
();
/external/chromium_org/third_party/WebKit/Source/platform/graphics/
GraphicsContext3D.cpp
37
#include "third_party/skia/include/gpu/
GrContext
.h"
82
, m_grContext(m_provider->
grContext
())
282
GrContext
* GraphicsContext3D::
grContext
()
[
all
...]
Completed in 219 milliseconds