Searched refs:plane (Results 226 - 250 of 274) sorted by relevance

1234567891011

/external/libvpx/libvpx/vpx_scale/arm/neon/
H A Dvp8_vpxyv12_copysrcframe_func_neon.asm31 ;Copy Y plane
/external/mesa3d/include/GLES/
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/mesa3d/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");
H A Dprogram_lexer.l292 {dot}plane { return PLANE; }
/external/svox/pico/lib/
H A Dpicosa.c1045 /* picoos_uint8 plane, unshifted; */
1049 unshifted = picotrns_unplane(sym,&plane);
1050 PICODBG_DEBUG(("adding %i/%i (%c on plane %i) at phonBuf[%i]",pos,sym,unshifted,plane,sa->phonWritePos));
1681 picoos_uint8 plane; local
1685 sym = picotrns_unplane(sym, &plane);
1686 PICODBG_ASSERT((PICOKFST_PLANE_PHONEMES == plane));
/external/chromium_org/cc/test/
H A Dtest_web_graphics_context_3d.h267 GLuint plane) {}
263 texImageIOSurface2DCHROMIUM(GLenum target, GLsizei width, GLsizei height, GLuint io_surface_id, GLuint plane) argument
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/svga/include/
H A Dsvga3d_reg.h1636 float plane[4]; member in struct:__anon14030
/external/mesa3d/src/gallium/drivers/svga/include/
H A Dsvga3d_reg.h1636 float plane[4]; member in struct:__anon27441
/external/chromium_org/third_party/mesa/src/src/mesa/program/
H A Dprogram_lexer.l292 {dot}plane { return PLANE; }
/external/chromium_org/third_party/skia/src/utils/
H A DSkTextureCompressor_ASTC.cpp217 // - Single plane
1024 // It uses separate weights for the channel depending on the value of the 'plane'
1025 // variable. By default, all channels will use weight 0, and the value of plane
1032 const SkColor endpoints[2], int weight0, int weight1, int plane) {
1038 switch (plane) {
1082 int fDualPlane; // the independent plane in dual plane mode.
1432 // plane.
1493 int unquantizedValues[144*2]; // 12x12 blocks with dual plane decoding...
1642 // Decodes the dual plane base
[all...]
/external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/
H A Dglapi_mapi_tmp_shared.h164 void APIENTRY shared_dispatch_stub_150(GLenum plane, const GLdouble *equation);
273 void APIENTRY shared_dispatch_stub_259(GLenum plane, GLdouble *equation);
907 void APIENTRY shared_dispatch_stub_893(GLenum plane, const GLfixed *equation);
913 void APIENTRY shared_dispatch_stub_899(GLenum plane, GLfixed *equation);
946 void APIENTRY shared_dispatch_stub_932(GLenum plane, const GLfloat *equation);
948 void APIENTRY shared_dispatch_stub_934(GLenum plane, GLfloat *equation);
1954 static void APIENTRY noopClipPlane(GLenum plane, const GLdouble *equation) argument
1956 (void) plane; (void) equation;
2604 static void APIENTRY noopGetClipPlane(GLenum plane, GLdouble *equation) argument
2606 (void) plane; (voi
6427 noopClipPlanexOES(GLenum plane, const GLfixed *equation) argument
6463 noopGetClipPlanexOES(GLenum plane, GLfixed *equation) argument
6661 noopClipPlanefOES(GLenum plane, const GLfloat *equation) argument
6673 noopGetClipPlanefOES(GLenum plane, GLfloat *equation) argument
13853 shared_dispatch_stub_150(GLenum plane, const GLdouble *equation) argument
14616 shared_dispatch_stub_259(GLenum plane, GLdouble *equation) argument
19054 shared_dispatch_stub_893(GLenum plane, const GLfixed *equation) argument
19096 shared_dispatch_stub_899(GLenum plane, GLfixed *equation) argument
19327 shared_dispatch_stub_932(GLenum plane, const GLfloat *equation) argument
19341 shared_dispatch_stub_934(GLenum plane, GLfloat *equation) argument
[all...]
H A Dindirect.h218 extern _X_HIDDEN void __indirect_glClipPlane(GLenum plane, const GLdouble * equation);
327 extern _X_HIDDEN void __indirect_glGetClipPlane(GLenum plane, GLdouble * equation);
/external/chromium_org/content/common/gpu/client/
H A Dgl_helper_unittest.cc1013 void PrintPlane(unsigned char* plane, int xsize, int stride, int ysize) { argument
1017 formatted.append(base::StringPrintf("%3d, ", plane[y * stride + x]));
1019 LOG(ERROR) << formatted << " (" << (plane + y * stride) << ")";
1463 message + " Y plane");
1471 message + " U plane");
1479 message + " V plane");
/external/chromium_org/gpu/command_buffer/client/
H A Dgles2_implementation_impl_autogen.h1990 GLuint plane) {
1995 << plane << ")");
2005 target, width, height, ioSurfaceId, plane);
1986 TexImageIOSurface2DCHROMIUM(GLenum target, GLsizei width, GLsizei height, GLuint ioSurfaceId, GLuint plane) argument
H A Dgles2_c_lib_autogen.h828 GLuint plane) {
830 target, width, height, ioSurfaceId, plane);
824 GLES2TexImageIOSurface2DCHROMIUM(GLenum target, GLsizei width, GLsizei height, GLuint ioSurfaceId, GLuint plane) argument
H A Dgles2_trace_implementation_impl_autogen.h1314 GLuint plane) {
1317 gl_->TexImageIOSurface2DCHROMIUM(target, width, height, ioSurfaceId, plane);
1310 TexImageIOSurface2DCHROMIUM(GLenum target, GLsizei width, GLsizei height, GLuint ioSurfaceId, GLuint plane) argument
H A Dgles2_implementation_autogen.h645 GLuint plane) OVERRIDE;
H A Dgles2_interface_autogen.h436 GLuint plane) = 0;
H A Dgles2_interface_stub_autogen.h467 GLuint plane) OVERRIDE;
H A Dgles2_trace_implementation_autogen.h467 GLuint plane) OVERRIDE;
H A Dgles2_cmd_helper_autogen.h1665 GLuint plane) {
1669 c->Init(target, width, height, ioSurfaceId, plane);
1661 TexImageIOSurface2DCHROMIUM(GLenum target, GLsizei width, GLsizei height, GLuint ioSurfaceId, GLuint plane) argument
/external/chromium_org/third_party/WebKit/public/platform/
H A DWebGraphicsContext3D.h390 virtual void texImageIOSurface2DCHROMIUM(WGC3Denum target, WGC3Dint width, WGC3Dint height, WGC3Duint ioSurfaceId, WGC3Duint plane) { } argument
/external/chromium_org/webkit/common/gpu/
H A Dwebgraphicscontext3d_impl.h454 WGC3Duint ioSurfaceId, WGC3Duint plane);
/external/kernel-headers/original/uapi/linux/
H A Dvideodev2.h586 * struct v4l2_plane - plane info for multi-planar buffers
587 * @bytesused: number of bytes occupied by data in the plane (payload)
588 * @length: size of this plane (NOT the payload) in bytes
591 * the device memory for this plane (or is a "cookie" that
594 * pointing to this plane
596 * descriptor associated with this plane
597 * @data_offset: offset in the plane to the start of data; usually 0,
601 * with two planes can have one plane for Y, and another for interleaved CbCr
602 * components. Each plane can reside in a separate memory buffer, or even in
632 * offset from the start of the device memory for this plane,
712 __u32 plane; member in struct:v4l2_exportbuffer
[all...]
/external/chromium_org/ppapi/lib/gl/include/GLES2/
H A Dgl2ext.h1942 GL_APICALL void GL_APIENTRY glTexImageIOSurface2DCHROMIUM (GLenum target, GLsizei width, GLsizei height, GLuint ioSurfaceId, GLuint plane);
1945 typedef void (GL_APIENTRYP PFNGLTEXIMAGEIOSURFACE2DCHROMIUM) (GLenum target, GLsizei width, GLsizei height, GLuint ioSurfaceId, GLuint plane);

Completed in 599 milliseconds

1234567891011