HomeSort by relevance Sort by last modified time
    Searched refs:height (Results 226 - 250 of 11432) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/deqp/framework/common/
tcuRenderTarget.cpp 39 RenderTarget::RenderTarget (int width, int height, const PixelFormat& format, int depthBits, int stencilBits, int numSamples)
41 , m_height (height)
  /external/deqp/modules/egl/
teglGLES1RenderUtil.hpp 37 void clear (int x, int y, int width, int height, const tcu::Vec4& color);
38 void readPixels (tcu::Surface& dst, int x, int y, int width, int height);
teglGLES2RenderUtil.hpp 37 void clear (int x, int y, int width, int height, const tcu::Vec4& color);
38 void readPixels (tcu::Surface& dst, int x, int y, int width, int height);
teglVGRenderUtil.hpp 37 void clear (int x, int y, int width, int height, const tcu::Vec4& color);
38 void readPixels (tcu::Surface& dst, int x, int y, int width, int height);
  /external/libvpx/libvpx/vp9/common/
vp9_alloccommon.h 23 int vp9_resize_frame_buffers(struct VP9Common *cm, int width, int height);
25 int vp9_alloc_frame_buffers(struct VP9Common *cm, int width, int height);
  /external/mesa3d/src/egl/wayland/wayland-egl/
wayland-egl.c 9 int width, int height,
13 egl_window->height = height;
23 int width, int height)
34 wl_egl_window_resize(egl_window, width, height, 0, 0);
49 int *width, int *height)
53 if (height)
54 *height = egl_window->attached_height;
  /external/mesa3d/src/glx/apple/
apple_xgl_api_viewport.c 38 __applegl_glViewport(GLint x, GLint y, GLsizei width, GLsizei height)
46 __ogl_framework_api->Viewport(x, y, width, height);
  /external/mesa3d/src/mesa/main/
scissor.c 36 _mesa_Scissor( GLint x, GLint y, GLsizei width, GLsizei height )
42 _mesa_debug(ctx, "glScissor %d %d %d %d\n", x, y, width, height);
44 if (width < 0 || height < 0) {
49 _mesa_set_scissor(ctx, x, y, width, height);
58 * \param height height of the scissor box.
68 GLint x, GLint y, GLsizei width, GLsizei height)
73 height == ctx->Scissor.Height)
80 ctx->Scissor.Height = height
    [all...]
scissor.h 35 _mesa_Scissor( GLint x, GLint y, GLsizei width, GLsizei height );
40 GLint x, GLint y, GLsizei width, GLsizei height);
texcompress_cpal.h 34 GLsizei width, GLsizei height,
39 unsigned width, unsigned height);
  /external/skia/experimental/pixman/
junk.cpp 26 int height,
30 bitmap->setConfig(SkBitmap::kARGB_8888_Config, width, height);
37 for (i = 0; i < height; ++i)
49 int width, height; local
54 height = pixman_image_get_height (image);
80 width, height, NULL, -1);
84 width, height);
89 width, height,
  /external/skia/src/gpu/
GrClipData.cpp 21 void GrClipData::getConservativeBounds(int width, int height,
29 height,
  /external/skia/tools/skpdiff/
SkDifferentPixelsMetric_cpu.cpp 22 if (baseline->width() != test->width() || baseline->height() != test->height() ||
23 baseline->width() <= 0 || baseline->height() <= 0 ||
29 int height = baseline->height(); local
33 result->poiAlphaMask.allocPixels(SkImageInfo::MakeA8(width, height));
41 for (int y = 0; y < height; y++) {
63 result->result = 1.0 - ((double)result->poiCount / (width * height));
  /frameworks/base/packages/SystemUI/src/com/android/systemui/recent/
ColorDrawableWithDimensions.java 25 public ColorDrawableWithDimensions(int color, int width, int height) {
28 mHeight = height;
  /frameworks/native/opengl/libagl/
dxt.h 27 bool DXT1HasAlpha(const GLvoid *data, int width, int height);
28 void decodeDXT(const GLvoid *data, int width, int height,
  /hardware/intel/common/libva/va/
va_compat.c 34 int height,
40 return vaCreateSurfaces(dpy, format, width, height, surfaces, num_surfaces,
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/
vp9_alloccommon.h 23 int vp9_resize_frame_buffers(struct VP9Common *cm, int width, int height);
25 int vp9_alloc_frame_buffers(struct VP9Common *cm, int width, int height);
  /hardware/intel/img/psb_video/src/
psb_surface_attrib.h 39 int width, int height, int fourcc, VASurfaceAttributeTPI *graphic_buffers,
47 int width, int height,
61 int width, int height,
77 int width, int height, int stride, int size,
90 int width, int height, int stride, int size,
105 int height,
122 int height,
138 int height,
  /packages/apps/Mms/src/com/android/mms/model/
RegionModel.java 31 int width, int height) {
32 this(regionId, DEFAULT_FIT, left, top, width, height);
36 int width, int height) {
37 this(regionId, fit, left, top, width, height, null);
41 int width, int height, String bgColor) {
47 mHeight = height;
126 * @param height the mHeight to set
128 public void setHeight(int height) {
129 mHeight = height;
  /packages/wallpapers/MusicVisualization/src/com/android/musicvis/vis2/
Visualization2.java 25 protected Visualization2RS createScene(int width, int height) {
26 return new Visualization2RS(width, height);
  /packages/wallpapers/MusicVisualization/src/com/android/musicvis/vis3/
Visualization3.java 25 protected Visualization3RS createScene(int width, int height) {
26 return new Visualization3RS(width, height);
  /packages/wallpapers/MusicVisualization/src/com/android/musicvis/vis4/
Visualization4.java 25 protected Visualization4RS createScene(int width, int height) {
26 return new Visualization4RS(width, height);
  /packages/wallpapers/MusicVisualization/src/com/android/musicvis/vis5/
Visualization5.java 25 protected Visualization5RS createScene(int width, int height) {
26 return new Visualization5RS(width, height);
  /external/chromium_org/third_party/libvpx/source/libvpx/third_party/libyuv/source/
convert_from.cc 62 // 420 chroma is 1/2 width, 1/2 height
63 // 422 chroma is 1/2 width, 1x height
71 int width, int height) {
73 const int dst_uv_height = Abs(height);
80 width, height,
84 // 420 chroma is 1/2 width, 1/2 height
85 // 444 chroma is 1x width, 1x height
93 int width, int height) {
95 const int dst_uv_height = Abs(height);
102 width, height,
    [all...]
  /external/chromium_org/third_party/libyuv/source/
convert_from.cc 62 // 420 chroma is 1/2 width, 1/2 height
63 // 422 chroma is 1/2 width, 1x height
71 int width, int height) {
73 const int dst_uv_height = Abs(height);
80 width, height,
84 // 420 chroma is 1/2 width, 1/2 height
85 // 444 chroma is 1x width, 1x height
93 int width, int height) {
95 const int dst_uv_height = Abs(height);
102 width, height,
    [all...]

Completed in 552 milliseconds

1 2 3 4 5 6 7 8 91011>>