OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ScalerImpl
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/content/common/gpu/client/
gl_helper_scaling.cc
103
class
ScalerImpl
:
117
ScalerImpl
(WebGraphicsContext3D* context,
120
ScalerImpl
* subscaler,
159
virtual ~
ScalerImpl
() {
258
scoped_ptr<
ScalerImpl
> subscaler_;
471
ScalerImpl
* ret = NULL;
473
ret = new
ScalerImpl
(context_, this, scaler_stages[i], ret, NULL);
492
return new
ScalerImpl
(context_, this, stage, NULL, color_weights);
510
return new
ScalerImpl
(context_, this, stage, NULL, NULL);
[
all
...]
gl_helper_scaling.h
15
class
ScalerImpl
;
198
friend class
ScalerImpl
;
Completed in 44 milliseconds