HomeSort by relevance Sort by last modified time
    Searched refs:height (Results 151 - 175 of 9596) sorted by null

1 2 3 4 5 67 8 91011>>

  /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/opencv3/modules/rsobjdetect/src/
rsobjdetect.hpp 4 extern void innerloops(const int height, const int width, const int* inArr, const int* inArrSq, const int yStep, bool* outData);
  /external/skia/src/gpu/
GrStencilAttachment.cpp 12 void GrStencilAttachment::ComputeSharedStencilAttachmentKey(int width, int height, int sampleCnt,
17 builder[1] = height;
  /external/snakeyaml/src/test/java/org/yaml/snakeyaml/javabeans/
FrontDoor.java 25 public FrontDoor(String id, int height) {
26 super(id, height);
  /external/webrtc/talk/media/webrtc/
webrtcvideoframefactory.cc 35 const CapturedFrame* aliased_frame, int width, int height) const {
37 if (!frame->Init(aliased_frame, width, height, apply_rotation_)) {
  /external/webrtc/webrtc/test/
fake_texture_frame.cc 18 int height,
23 native_handle, width, height),
video_renderer.cc 27 size_t height) {
28 VideoRenderer* renderer = CreatePlatformRenderer(window_title, width, height);
video_renderer.h 24 size_t height);
31 size_t width, size_t height);
  /external/webrtc/webrtc/test/linux/
video_renderer_linux.cc 19 size_t height) {
20 GlxRenderer* glx_renderer = GlxRenderer::Create(window_title, width, 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,
48 int width, int height,
62 int width, int height,
78 int width, int height, int stride, int size,
91 int width, int height, int stride, int size,
106 int height,
123 int height,
139 int height,
  /packages/apps/Messaging/src/com/android/messaging/datamodel/data/
MediaPickerMessagePartData.java 26 final Uri contentUri, final int width, final int height) {
27 this(startRect, null /* messageText */, contentType, contentUri, width, height);
31 final String contentType, final Uri contentUri, final int width, final int height) {
32 this(startRect, messageText, contentType, contentUri, width, height,
37 final Uri contentUri, final int width, final int height,
39 this(startRect, null /* messageText */, contentType, contentUri, width, height,
44 final String contentType, final Uri contentUri, final int width, final int height,
46 super(messageText, contentType, contentUri, width, height, onlySingleAttachment);
  /external/webrtc/talk/media/base/
videoadapter_unittest.cc 98 const int in_height = abs(captured_frame->height);
104 in_height == adapted_format.height);
119 stats.adapted_height = adapted_format_.height;
147 int height) {
149 EXPECT_EQ(height, stats.adapted_height);
180 VerifyAdaptedResolution(stats, capture_format_.width, capture_format_.height);
195 VerifyAdaptedResolution(stats, capture_format_.width, capture_format_.height);
212 VerifyAdaptedResolution(stats, capture_format_.width, capture_format_.height);
229 VerifyAdaptedResolution(stats, capture_format_.width, capture_format_.height);
247 VerifyAdaptedResolution(stats, capture_format_.width, capture_format_.height);
    [all...]
  /external/libvpx/libvpx/test/
yuv_video_source.h 28 unsigned int width, unsigned int height,
43 SetSize(width, height, format);
86 virtual void SetSize(unsigned int width, unsigned int height,
88 if (width != width_ || height != height_ || format != format_) {
90 img_ = vpx_img_alloc(NULL, format, width, height, 1);
93 height_ = height;
97 raw_size_ = width * height * 3 / 2;
100 raw_size_ = width * height * 2;
103 raw_size_ = width * height * 2;
106 raw_size_ = width * height * 3
    [all...]
  /external/libvpx/libvpx/third_party/libyuv/source/
rotate.cc 27 int width, int height) {
28 int i = height;
79 int width, int height) {
83 src += src_stride * (height - 1);
85 TransposePlane(src, src_stride, dst, dst_stride, width, height);
91 int width, int height) {
97 TransposePlane(src, src_stride, dst, dst_stride, width, height);
103 int width, int height) {
106 const uint8* src_bot = src + src_stride * (height - 1);
107 uint8* dst_bot = dst + dst_stride * (height - 1)
    [all...]
  /external/libyuv/files/source/
rotate.cc 27 int width, int height) {
28 int i = height;
79 int width, int height) {
83 src += src_stride * (height - 1);
85 TransposePlane(src, src_stride, dst, dst_stride, width, height);
91 int width, int height) {
97 TransposePlane(src, src_stride, dst, dst_stride, width, height);
103 int width, int height) {
106 const uint8* src_bot = src + src_stride * (height - 1);
107 uint8* dst_bot = dst + dst_stride * (height - 1)
    [all...]
  /external/mesa3d/src/gallium/auxiliary/util/
u_rect.c 50 unsigned height,
69 height = (height + blockheight - 1)/blockheight;
80 memcpy(dst, src, height * width);
82 for (i = 0; i < height; i++) {
97 unsigned height,
105 int blockheight = desc->block.height;
114 height = (height + blockheight - 1)/blockheight;
123 memset(dst, uc->ub, height * width_size)
    [all...]
  /frameworks/base/media/mca/filterfw/native/core/
geometry.cpp 73 if (width <= 0.0f || height <= 0.0f || ratio <= 0.0f) {
77 const float current_ratio = width / height;
83 const float dy = height * (current_ratio / ratio - 1.0f);
85 height += dy;
91 if (width <= 0.0f || height <= 0.0f || length <= 0.0f) {
95 const float current_length = width > height ? width : height;
100 const float dy = height * (length / current_length - 1.0f);
102 height += dy;
108 if (width <= 0.0f || height <= 0.0f || factor <= 0.0f)
    [all...]
  /external/deqp/modules/egl/
teglGLES2RenderUtil.cpp 35 void clear (const glw::Functions& gl, int x, int y, int width, int height, const tcu::Vec4& color)
38 gl.scissor(x, y, width, height);
44 void readPixels (const glw::Functions& gl, tcu::Surface& dst, int x, int y, int width, int height)
46 dst.setSize(width, height);
47 gl.readPixels(x, y, width, height, GL_RGBA, GL_UNSIGNED_BYTE, dst.getAccess().getDataPtr());
  /external/libgdx/gdx/src/com/badlogic/gdx/graphics/g3d/utils/shapebuilders/
CapsuleShapeBuilder.java 25 public static void build (MeshPartBuilder builder, float radius, float height, int divisions) {
26 if (height < 2f * radius) throw new GdxRuntimeException("Height must be at least twice the radius");
28 CylinderShapeBuilder.build(builder, d, height - d, d, divisions, 0, 360, false);
29 SphereShapeBuilder.build(builder, matTmp1.setToTranslation(0, .5f * (height - d), 0), d, d, d, divisions, divisions, 0,
31 SphereShapeBuilder.build(builder, matTmp1.setToTranslation(0, -.5f * (height - d), 0), d, d, d, divisions, divisions, 0,

Completed in 1022 milliseconds

1 2 3 4 5 67 8 91011>>