Home
last modified time | relevance | path

Searched refs:equation (Results 1 – 20 of 20) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/gl/
H A Dcolor_mode.hpp37 static constexpr BlendEquation equation = E; member
44 static constexpr BlendEquation equation = E; member
50 static constexpr BlendEquation equation = BlendEquation::Add; member
H A Dcontext.cpp727 blendEquation = ColorMode::BlendEquation(blendFunction.equation); in setColorMode()
/OK3568_Linux_fs/kernel/Documentation/driver-api/thermal/
H A Dcpu-idle-cooling.rst162 equation::
178 end up with a negative time value, so obviously the equation usage is
185 equation but assuming it will be zero most of the time as it is
189 taken into account, it must be added in the equation in order to
196 So the final equation is::
H A Dpower_allocator.rst127 controller equation we have::
/OK3568_Linux_fs/external/libmali/include/GLES/
H A Dglext.h174 typedef void (GL_APIENTRYP PFNGLCLIPPLANEXOESPROC) (GLenum plane, const GLfixed *equation);
180 typedef void (GL_APIENTRYP PFNGLGETCLIPPLANEXOESPROC) (GLenum plane, GLfixed *equation);
217 GL_API void GL_APIENTRY glClipPlanexOES (GLenum plane, const GLfixed *equation);
223 GL_API void GL_APIENTRY glGetClipPlanexOES (GLenum plane, GLfixed *equation);
415 typedef void (GL_APIENTRYP PFNGLCLIPPLANEFOESPROC) (GLenum plane, const GLfloat *equation);
418 typedef void (GL_APIENTRYP PFNGLGETCLIPPLANEFOESPROC) (GLenum plane, GLfloat *equation);
422 GL_API void GL_APIENTRY glClipPlanefOES (GLenum plane, const GLfloat *equation);
425 GL_API void GL_APIENTRY glGetClipPlanefOES (GLenum plane, GLfloat *equation);
H A Dgl.h416 GL_API void GL_APIENTRY glGetClipPlanef (GLenum plane, GLfloat *equation);
457 GL_API void GL_APIENTRY glClipPlanex (GLenum plane, const GLfixed *equation);
486 GL_API void GL_APIENTRY glGetClipPlanex (GLenum plane, GLfixed *equation);
/OK3568_Linux_fs/kernel/net/dccp/ccids/
H A DKconfig18 CCID-3 denotes TCP-Friendly Rate Control (TFRC), an equation-based
/OK3568_Linux_fs/kernel/Documentation/ABI/testing/
H A Dsysfs-class-led18 the equation below::
/OK3568_Linux_fs/kernel/Documentation/driver-api/mmc/
H A Dmmc-dev-attrs.rst89 RPMB size in byte is calculated by using the following equation:
/OK3568_Linux_fs/buildroot/boot/grub2/
H A D0016-relocator-Protect-grub_relocator_alloc_chunk_addr-in.patch11 I didn't want to be too paranoid to check every possible math equation
H A D0017-relocator-Protect-grub_relocator_alloc_chunk_align-m.patch323 + /* Sanity check and ensure following equation (max_addr - size) is safe. */
/OK3568_Linux_fs/kernel/Documentation/driver-api/media/
H A Dcamera-sensor.rst69 The frame interval is calculated using the following equation::
/OK3568_Linux_fs/kernel/Documentation/hwmon/
H A Dvt1211.rst159 The equation for the thermistor is as follows (google it if you want to know
/OK3568_Linux_fs/kernel/Documentation/core-api/
H A Dbus-virt-phys-mapping.rst139 The above is only one part of the whole equation. The above
/OK3568_Linux_fs/external/xserver/glx/
H A Dindirect_dispatch_swap.c1751 GLdouble equation[4]; in __glXDispSwap_GetClipPlane() local
1753 glGetClipPlane((GLenum) bswap_ENUM(pc + 0), equation); in __glXDispSwap_GetClipPlane()
1754 (void) bswap_64_array((uint64_t *) equation, 4); in __glXDispSwap_GetClipPlane()
1755 __glXSendReplySwap(cl->client, equation, 4, 8, GL_TRUE, 0); in __glXDispSwap_GetClipPlane()
H A Dindirect_dispatch.c1542 GLdouble equation[4]; in __glXDisp_GetClipPlane() local
1544 glGetClipPlane(*(GLenum *) (pc + 0), equation); in __glXDisp_GetClipPlane()
1545 __glXSendReply(cl->client, equation, 4, 8, GL_TRUE, 0); in __glXDisp_GetClipPlane()
/OK3568_Linux_fs/kernel/Documentation/filesystems/
H A Df2fs.rst648 one bucket determined by the following equation, which shows O(log(# of files))
/OK3568_Linux_fs/yocto/poky/documentation/profile-manual/
H A Dusage.rst2225 blktrace provides the tracing half of the equation; its output can be
/OK3568_Linux_fs/recovery/
HDrootfs.cpio.gz107070100A8AEB0000041ED0000000000000000000000116841B48100000000000000FD0000000200000000000000000000000200000000.�07070100A8B07C000081A40000000000000000000000016841263500000000000000FD0000000200000000000000000000000900000000.gitkeep��07070100A8B07D000081A40000000000000000000000016841263500000000000000FD0000000200000000000000000000000B00000000.skip_fsck����07070100A8AEB10000A1FF0000000000000000000000016841B0B600000007000000FD0000000200000000000000000000000400000000bin���usr/bin�07070100A8B07E000081A400000000000000000000000168412635000001CC000000FD0000000200000000000000000000001100000000busybox. ...
/OK3568_Linux_fs/external/xserver/
H A DChangeLog114182 satisfy the divisor/remainder equation. Pass this down to the driver as