OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ScalerStage
(Results
1 - 3
of
3
) 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
...]
gl_helper_unittests.cc
180
const std::vector<GLHelperScaling::
ScalerStage
> &scaler_stages) {
265
const std::vector<GLHelperScaling::
ScalerStage
> &scaler_stages,
384
const std::vector<GLHelperScaling::
ScalerStage
> &scaler_stages,
635
std::vector<GLHelperScaling::
ScalerStage
> stages;
699
std::vector<GLHelperScaling::
ScalerStage
> stages;
723
std::vector<GLHelperScaling::
ScalerStage
> stages;
[
all
...]
Completed in 24 milliseconds