Searched refs:plane (Results 201 - 225 of 274) sorted by relevance

1234567891011

/external/libvpx/libvpx/vpx_scale/arm/neon/
H A Dvp8_vpxyv12_copyframe_func_neon.asm30 ;Copy Y plane
H A Dvp8_vpxyv12_extendframeborders_neon.asm33 ; Border copy for Y plane
84 ble extra_y_copy_needed ; plane stride < 128
/external/mesa3d/src/gallium/state_trackers/dri/drm/
H A Ddri2.c711 dri2_from_planar(__DRIimage *image, int plane, void *loaderPrivate) argument
715 if (plane != 0)
/external/mesa3d/src/mesa/drivers/dri/nouveau/
H A Dnouveau_state.c61 nouveau_clip_plane(struct gl_context *ctx, GLenum plane, const GLfloat *equation) argument
63 context_dirty_i(ctx, CLIP_PLANE, plane - GL_CLIP_PLANE0);
/external/chromium_org/cc/test/
H A Dtest_gles2_interface.h99 GLuint plane) OVERRIDE;
/external/chromium_org/third_party/expat/files/lib/
H A Dxmltok.c546 int plane; \
585 plane = (((hi & 0x3) << 2) | ((lo >> 6) & 0x3)) + 1; \
586 *(*toP)++ = ((plane >> 2) | UTF8_cval4); \
587 *(*toP)++ = (((lo >> 2) & 0xF) | ((plane & 0x3) << 4) | 0x80); \
/external/chromium_org/third_party/mesa/src/include/GLES/
H A Dglext.h566 GL_API void GL_APIENTRY glClipPlanexOES (GLenum plane, const GLfixed *equation);
606 typedef void (GL_APIENTRYP PFNGLCLIPPLANEXOESPROC) (GLenum plane, const GLfixed *equation);
740 GL_API void GL_APIENTRY glClipPlanefOES (GLenum plane, const GLfloat *equation);
747 typedef void (GL_APIENTRYP PFNGLCLIPPLANEFOESPROC) (GLenum plane, const GLfloat *equation);
H A Dgl.h596 GL_API void GL_APIENTRY glClipPlanef (GLenum plane, const GLfloat *equation);
645 GL_API void GL_APIENTRY glClipPlanex (GLenum plane, const GLfixed *equation);
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/svga/svgadump/
H A Dsvga_dump.c311 _debug_printf("\t\t.plane[0] = %f\n", (*cmd).plane[0]);
312 _debug_printf("\t\t.plane[1] = %f\n", (*cmd).plane[1]);
313 _debug_printf("\t\t.plane[2] = %f\n", (*cmd).plane[2]);
314 _debug_printf("\t\t.plane[3] = %f\n", (*cmd).plane[3]);
/external/expat/lib/
H A Dxmltok.c546 int plane; \
585 plane = (((hi & 0x3) << 2) | ((lo >> 6) & 0x3)) + 1; \
586 *(*toP)++ = ((plane >> 2) | UTF8_cval4); \
587 *(*toP)++ = (((lo >> 2) & 0xF) | ((plane & 0x3) << 4) | 0x80); \
/external/mesa3d/include/GLES/
H A Dglext.h566 GL_API void GL_APIENTRY glClipPlanexOES (GLenum plane, const GLfixed *equation);
606 typedef void (GL_APIENTRYP PFNGLCLIPPLANEXOESPROC) (GLenum plane, const GLfixed *equation);
740 GL_API void GL_APIENTRY glClipPlanefOES (GLenum plane, const GLfloat *equation);
747 typedef void (GL_APIENTRYP PFNGLCLIPPLANEFOESPROC) (GLenum plane, const GLfloat *equation);
/external/mesa3d/src/gallium/drivers/svga/svgadump/
H A Dsvga_dump.c311 _debug_printf("\t\t.plane[0] = %f\n", (*cmd).plane[0]);
312 _debug_printf("\t\t.plane[1] = %f\n", (*cmd).plane[1]);
313 _debug_printf("\t\t.plane[2] = %f\n", (*cmd).plane[2]);
314 _debug_printf("\t\t.plane[3] = %f\n", (*cmd).plane[3]);
/external/chromium_org/third_party/WebKit/Source/platform/image-decoders/jpeg/
H A DJPEGImageDecoder.cpp862 JSAMPROW outputY = static_cast<JSAMPROW>(imagePlanes->plane(0));
863 JSAMPROW outputU = static_cast<JSAMPROW>(imagePlanes->plane(1));
864 JSAMPROW outputV = static_cast<JSAMPROW>(imagePlanes->plane(2));
/external/chromium_org/media/cdm/ppapi/
H A Dcdm_adapter.cc1093 cdm::VideoFrame::VideoPlane plane = local
1095 if (ppb_buffer->Size() < video_frame->PlaneOffset(plane) +
1096 plane_height * video_frame->Stride(plane)) {
/external/chromium_org/third_party/mesa/src/include/GL/internal/
H A Ddri_interface.h971 * recommended to call fromPlanar with plane == 0.
1062 __DRIimage *(*fromPlanar)(__DRIimage *image, int plane,
/external/chromium_org/third_party/mesa/src/src/mesa/main/
H A Dffvertex_prog.c1447 struct ureg plane = local
1452 obj, plane );
1457 struct ureg plane = local
1462 eye, plane );
/external/mesa3d/include/GL/internal/
H A Ddri_interface.h971 * recommended to call fromPlanar with plane == 0.
1062 __DRIimage *(*fromPlanar)(__DRIimage *image, int plane,
/external/mesa3d/src/mesa/main/
H A Dffvertex_prog.c1447 struct ureg plane = local
1452 obj, plane );
1457 struct ureg plane = local
1462 eye, plane );
/external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/v8-v4/
H A Dv8-raytrace.js61 // flog/shape/plane.js
875 var plane = new Flog.RayTracer.Shape.Plane(
888 scene.shapes.push(plane);
/external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/v8-v5/
H A Dv8-raytrace.js61 // flog/shape/plane.js
875 var plane = new Flog.RayTracer.Shape.Plane(
888 scene.shapes.push(plane);
/external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/v8-v6/
H A Dv8-raytrace.js61 // flog/shape/plane.js
844 var plane = new Flog.RayTracer.Shape.Plane(
857 scene.shapes.push(plane);
/external/chromium_org/third_party/mesa/src/src/mesa/program/
H A Dprog_statevars.c263 const GLuint plane = (GLuint) state[1]; local
264 COPY_4V(value, ctx->Transform.EyeUserPlane[plane]);
980 append_token(str, state[2]); /* plane coef */
987 append_index(str, state[1]); /* plane [i] */
988 append(str, ".plane");
/external/chromium_org/third_party/webrtc/common_video/
H A Dcommon_video.target.darwin-arm.mk29 third_party/webrtc/common_video/plane.cc \
H A Dcommon_video.target.linux-arm.mk29 third_party/webrtc/common_video/plane.cc \
/external/chromium_org/v8/benchmarks/
H A Draytrace.js66 // flog/shape/plane.js
849 var plane = new Flog.RayTracer.Shape.Plane(
862 scene.shapes.push(plane);

Completed in 613 milliseconds

1234567891011