OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:GLHelperScaling
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/content/common/gpu/client/
gl_helper_scaling.cc
29
GLHelperScaling
::
GLHelperScaling
(blink::WebGraphicsContext3D* context,
37
GLHelperScaling
::~
GLHelperScaling
() {
105
public
GLHelperScaling
::ShaderInterface {
118
GLHelperScaling
* scaler_helper,
119
const
GLHelperScaling
::ScalerStage &scaler_stage,
252
GLHelperScaling
* scaler_helper_;
253
GLHelperScaling
::ScalerStage spec_;
261
GLHelperScaling
::ScalerStage::ScalerStage
[
all
...]
gl_helper_scaling.h
21
class CONTENT_EXPORT
GLHelperScaling
{
50
GLHelperScaling
(blink::WebGraphicsContext3D* context,
52
~
GLHelperScaling
();
176
std::deque<
GLHelperScaling
::ScaleOp>* x_ops,
177
std::deque<
GLHelperScaling
::ScaleOp>* y_ops,
200
DISALLOW_COPY_AND_ASSIGN(
GLHelperScaling
);
Completed in 34 milliseconds