OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ScalerStage
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/content/common/gpu/client/
gl_helper_scaling.h
139
struct
ScalerStage
{
140
ScalerStage
(ShaderType shader_,
164
std::vector<
ScalerStage
> *scaler_stages);
178
std::vector<
ScalerStage
> *scaler_stages);
gl_helper_scaling.cc
119
const GLHelperScaling::
ScalerStage
&scaler_stage,
253
GLHelperScaling::
ScalerStage
spec_;
261
GLHelperScaling::
ScalerStage
::
ScalerStage
(
298
std::vector<
ScalerStage
> *scaler_stages) {
397
scaler_stages->push_back(
ScalerStage
(current_shader,
418
std::vector<
ScalerStage
> *scaler_stages) {
421
scaler_stages->push_back(
ScalerStage
(SHADER_BILINEAR,
462
std::vector<
ScalerStage
> scaler_stages;
485
ScalerStage
stage(SHADER_PLANAR
[
all
...]
Completed in 504 milliseconds