Searched defs:y_ (Results 26 - 36 of 36) sorted by relevance

12

/external/deqp/framework/common/
H A DtcuVector.hpp107 Vector (T x_, T y_);
108 Vector (T x_, T y_, T z_);
109 Vector (T x_, T y_, T z_, T w_);
188 inline Vector<T, Size>::Vector (T x_, T y_) argument
192 m_data[1] = y_;
196 inline Vector<T, Size>::Vector (T x_, T y_, T z_) argument
200 m_data[1] = y_;
205 inline Vector<T, Size>::Vector (T x_, T y_, T z_, T w_) argument
209 m_data[1] = y_;
/external/deqp/modules/egl/
H A DteglColorClearCase.cpp64 ClearOp (int x_, int y_, int width_, int height_, const tcu::RGBA& color_) argument
66 , y (y_)
/external/pdfium/core/src/fxge/agg/agg23/
H A Dagg_basics.h264 point_type(FX_FLOAT x_, FX_FLOAT y_, unsigned flag_ = 0) : x(x_), y(y_), flag(flag_) {} argument
272 point_type_flag(FX_FLOAT x_, FX_FLOAT y_, unsigned flag_ = 0) : point_type(x_, y_), flag(flag_) {} argument
278 vertex_type(FX_FLOAT x_, FX_FLOAT y_, unsigned cmd_) : argument
279 x(x_), y(y_), cmd(cmd_) {}
/external/chromium_org/content/common/gpu/client/
H A Dgl_helper.cc267 ScalerHolder y_; member in class:content::GLHelper::CopyTextureToImpl::ReadbackYUVImpl
308 TextureFrameBufferPair y_; member in class:content::GLHelper::CopyTextureToImpl::ReadbackYUV_MRT
1049 y_(gl,
1112 y_.Scale(scaler_.texture());
1125 copy_impl_->ReadbackPlane(y_.texture_and_framebuffer(),
1195 y_(gl, gfx::Size((dst_subrect.width() + 3) / 4, dst_subrect.height())),
1245 outputs[0] = y_.texture();
1263 copy_impl_->ReadbackPlane(&y_,
/external/deqp/modules/glshared/
H A DglsLifetimeTests.hpp385 Rectangle (GLint x_, GLint y_, GLint width_, GLint height_) argument
387 , y (y_)
/external/chromium_org/third_party/libwebp/enc/
H A Dvp8enci.h278 int x_, y_; // current macroblock member in struct:__anon13289
/external/chromium_org/win8/metro_driver/
H A Dchrome_app_view_ash.cc360 y_(0),
407 y_ = dip_point_win32.y();
482 int y() const { return y_; }
496 int y_; member in class:ChromeAppViewAsh::PointerInfoHandler
/external/deqp/modules/gles2/functional/
H A Des2fVertexTextureTests.cpp116 Rect (int x_, int y_, int w_, int h_) : x(x_), y(y_), w(w_), h(h_) {} argument
/external/deqp/modules/gles3/performance/
H A Des3pDepthTests.cpp194 const float y_ = float(y)/float(resolution)*2.0f - 1.0f + (isEdge ? 0.0f : rng.getFloat(-xyNoise, +xyNoise)); local
197 vertices[y*gridsize + x] = Vec3(x_, y_, z_);
/external/webp/src/enc/
H A Dvp8enci.h278 int x_, y_; // current macroblock member in struct:__anon33386
/external/deqp/modules/gles3/functional/
H A Des3fVertexTextureTests.cpp144 Rect (int x_, int y_, int w_, int h_) : x(x_), y(y_), w(w_), h(h_) {} argument

Completed in 1415 milliseconds

12