/third_party/skia/third_party/externals/opengl-registry/api/GL/ |
H A D | glcorearb.h | 4059 typedef void (APIENTRYP PFNGLMATRIXFRUSTUMEXTPROC) (GLenum mode, GLdouble left, GLdouble right, GLdouble bottom, GLdouble top, GLdouble zNear, GLdouble zFar); 4060 typedef void (APIENTRYP PFNGLMATRIXORTHOEXTPROC) (GLenum mode, GLdouble left, GLdouble right, GLdouble bottom, GLdouble top, GLdouble zNear, GLdouble zFar); 4315 GLAPI void APIENTRY glMatrixFrustumEXT (GLenum mode, GLdouble left, GLdouble right, GLdouble bottom, GLdouble top, GLdouble zNear, GLdouble zFar); 4316 GLAPI void APIENTRY glMatrixOrthoEXT (GLenum mode, GLdouble left, GLdouble right, GLdouble bottom, GLdouble top, GLdouble zNear, GLdouble zFar);
|
H A D | glext.h | 6789 typedef void (APIENTRYP PFNGLMATRIXFRUSTUMEXTPROC) (GLenum mode, GLdouble left, GLdouble right, GLdouble bottom, GLdouble top, GLdouble zNear, GLdouble zFar); 6790 typedef void (APIENTRYP PFNGLMATRIXORTHOEXTPROC) (GLenum mode, GLdouble left, GLdouble right, GLdouble bottom, GLdouble top, GLdouble zNear, GLdouble zFar); 7045 GLAPI void APIENTRY glMatrixFrustumEXT (GLenum mode, GLdouble left, GLdouble right, GLdouble bottom, GLdouble top, GLdouble zNear, GLdouble zFar); 7046 GLAPI void APIENTRY glMatrixOrthoEXT (GLenum mode, GLdouble left, GLdouble right, GLdouble bottom, GLdouble top, GLdouble zNear, GLdouble zFar);
|
/device/soc/rockchip/common/sdk_linux/drivers/gpu/drm/ |
H A D | drm_edid.c | 3270 /* Look for a top level CEA extension block */ in drm_find_cea_extension() 4084 /* DisplayID CTA extension blocks and top-level CEA EDID in cea_db_offsets() 4087 * 2) Byte 3 is only present in the CEA top level block. in cea_db_offsets() 5939 frame->top_bar = conn_state->tv.margins.top; in drm_hdmi_avi_infoframe_bars()
|
/kernel/linux/linux-5.10/drivers/gpu/drm/ |
H A D | drm_edid.c | 3307 /* Look for a top level CEA extension block */ in drm_find_cea_extension() 4114 /* DisplayID CTA extension blocks and top-level CEA EDID in cea_db_offsets() 4117 * 2) Byte 3 is only present in the CEA top level block. in cea_db_offsets() 5805 frame->top_bar = conn_state->tv.margins.top; in drm_hdmi_avi_infoframe_bars()
|
/kernel/linux/linux-5.10/drivers/media/tuners/ |
H A D | mxl5005s.c | 3972 c->top, in mxl5005s_AssignTunerMode()
|
/kernel/linux/linux-6.6/drivers/media/tuners/ |
H A D | mxl5005s.c | 3978 c->top, in mxl5005s_AssignTunerMode()
|
/third_party/node/deps/v8/src/compiler/ |
H A D | pipeline.cc | 2859 Node* n = stack.top(); in HashGraphForPGO()
|
H A D | simplified-lowering.cc | 592 NodeState& current = stack.top(); in GenerateTraversal() 2977 // negative values, we have to fill the top (64-N) bits with the in VisitNode()
|
/third_party/node/deps/v8/src/execution/ |
H A D | isolate.cc | 552 // Visit the roots from the top for a given thread. in Iterate() 824 // objects on frames deeper than the top-most one with a strict mode 1507 // Get the native context of current top context. in MayAccess() 1789 // JavaScript handler for a finally-block might re-throw to top-level. in ThrowInternal() 1910 // Wasm code, we unwind the handlers until the top ENTRY handler is found. in ThrowInternal() 2230 // external handler which is on top of the top-most JS_ENTRY handler. in ThrowInternal() 2498 // A handler cannot be on top if it doesn't exist. For uncatchable exceptions, in ThrowInternal() 2499 // the JavaScript handler cannot be on top. in ThrowInternal() 2512 // external handler which is on top o in ThrowInternal() [all...] |
/third_party/rust/crates/libc/src/ |
H A D | psp.rs | 3685 pub fn sceGumOrtho(left: f32, right: f32, bottom: f32, top: f32, near: f32, far: f32); in sceGumOrtho()
|
/third_party/toybox/generated/ |
H A D | flags.h | 3016 // top >0O*Hk*o*p*u*s#<1d%<100=3000m#n#<1bq[!oO] >0O*Hk*o*p*u*s#<1d%<100=3000m#n#<1bq[!oO] 6017 #define TT this.top
|
/third_party/vixl/src/aarch64/ |
H A D | simulator-aarch64.h | 95 // Using AAPCS64 terminology, highest addresses at the top: 859 // When setting a result in a register larger than the result itself, the top 950 // top bit. 966 // Signed halve lanes of a vector, and use the carry state to set the top bit. 2831 // The top PAC bit is 55 for the purposes of relative bit fields with TBI, 5041 bool top);
|
H A D | logic-aarch64.cc | 4450 // Interleave the top and bottom half of a vector, ie. for a vector: 4454 // where B is the first element in the top half of the vector, produce a 6613 // The specification requires testing the top bit of the raw value, rather 7719 bool top) { 7724 uint64_t left = src1.Uint(vform, i + (top ? 1 : 0));
|
/third_party/glfw/deps/glad/ |
H A D | gl.h | 2093 typedef void (GLAD_API_PTR *PFNGLFRUSTUMPROC)(GLdouble left, GLdouble right, GLdouble bottom, GLdouble top, GLdouble zNear, GLdouble zFar); 2332 typedef void (GLAD_API_PTR *PFNGLORTHOPROC)(GLdouble left, GLdouble right, GLdouble bottom, GLdouble top, GLdouble zNear, GLdouble zFar);
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/ |
H A D | vktPipelineExtendedDynamicStateTests.cpp | 553 // and offset meshes to make them cover the top and bottom halves of the framebuffer. 1466 HorizontalSplitGenerator (const tcu::Vec4& top, const tcu::Vec4& bottom) in HorizontalSplitGenerator() argument 1467 : m_top(top), m_bottom(bottom) in HorizontalSplitGenerator() 1595 // Tests using an off-center triangle may want this generator: fill the image with a solid color but leave the top and left edges in 1651 // Verifies the top left pixel matches exactly. 4737 // The starting point of the oblique line is located in the top left pixel, in a position below and slightly to the left in iterate() 4739 // sure that a bresenham-style line covers the center of the top left pixel, because the left edge of the line goes up in iterate() 4741 // the right, leaving the pixel center to its left. So the top left pixel itself may be covered or not depending on the in iterate() 7360 // Make the mesh cover the top half only. If the implementation reads data outside the vertex values it may draw something to the bottom half. in createExtendedDynamicStateTests() 7384 // Make the mesh cover the top hal in createExtendedDynamicStateTests() [all...] |
/third_party/sqlite/src/ |
H A D | sqlite3.c | 1310 ** ^The [SQLITE_FCNTL_VFS_POINTER] opcode finds a pointer to the top-level 1314 ** to a pointer to the top-level VFS.)^ 3499 ** top-level SQL code. 5354 ** top-level application code. 5721 ** from top-level SQL, and cannot be used in VIEWs or TRIGGERs nor in 10473 ** operation; or 1 for inserts, updates, or deletes invoked by top-level 10474 ** triggers; or 2 for changes resulting from triggers called by top-level 18147 ** using a structure of this type. See documentation at the top of the 22421 ** VDBE. This information used to all be at the top of the single 70158 int top = get2byte(&data[hdr+5]); global() local 70322 int top; /* First byte of cell content area */ global() local 70608 int top; /* First byte of the cell content area */ global() local [all...] |
/third_party/openGLES/api/GL/ |
H A D | glext.h | 6795 typedef void (APIENTRYP PFNGLMATRIXFRUSTUMEXTPROC) (GLenum mode, GLdouble left, GLdouble right, GLdouble bottom, GLdouble top, GLdouble zNear, GLdouble zFar); 6796 typedef void (APIENTRYP PFNGLMATRIXORTHOEXTPROC) (GLenum mode, GLdouble left, GLdouble right, GLdouble bottom, GLdouble top, GLdouble zNear, GLdouble zFar); 7051 GLAPI void APIENTRY glMatrixFrustumEXT (GLenum mode, GLdouble left, GLdouble right, GLdouble bottom, GLdouble top, GLdouble zNear, GLdouble zFar); 7052 GLAPI void APIENTRY glMatrixOrthoEXT (GLenum mode, GLdouble left, GLdouble right, GLdouble bottom, GLdouble top, GLdouble zNear, GLdouble zFar);
|
/third_party/mesa3d/include/GL/ |
H A D | glext.h | 6813 typedef void (APIENTRYP PFNGLMATRIXFRUSTUMEXTPROC) (GLenum mode, GLdouble left, GLdouble right, GLdouble bottom, GLdouble top, GLdouble zNear, GLdouble zFar); 6814 typedef void (APIENTRYP PFNGLMATRIXORTHOEXTPROC) (GLenum mode, GLdouble left, GLdouble right, GLdouble bottom, GLdouble top, GLdouble zNear, GLdouble zFar); 7069 GLAPI void APIENTRY glMatrixFrustumEXT (GLenum mode, GLdouble left, GLdouble right, GLdouble bottom, GLdouble top, GLdouble zNear, GLdouble zFar); 7070 GLAPI void APIENTRY glMatrixOrthoEXT (GLenum mode, GLdouble left, GLdouble right, GLdouble bottom, GLdouble top, GLdouble zNear, GLdouble zFar);
|
/third_party/skia/third_party/externals/swiftshader/include/GL/ |
H A D | glext.h | 6790 typedef void (APIENTRYP PFNGLMATRIXFRUSTUMEXTPROC) (GLenum mode, GLdouble left, GLdouble right, GLdouble bottom, GLdouble top, GLdouble zNear, GLdouble zFar); 6791 typedef void (APIENTRYP PFNGLMATRIXORTHOEXTPROC) (GLenum mode, GLdouble left, GLdouble right, GLdouble bottom, GLdouble top, GLdouble zNear, GLdouble zFar); 7046 GLAPI void APIENTRY glMatrixFrustumEXT (GLenum mode, GLdouble left, GLdouble right, GLdouble bottom, GLdouble top, GLdouble zNear, GLdouble zFar); 7047 GLAPI void APIENTRY glMatrixOrthoEXT (GLenum mode, GLdouble left, GLdouble right, GLdouble bottom, GLdouble top, GLdouble zNear, GLdouble zFar);
|
/kernel/linux/linux-5.10/drivers/staging/media/atomisp/pci/ |
H A D | atomisp_cmd.c | 6380 sel.r.top = arg->y_top; in atomisp_s_ae_window()
|
/third_party/backends/backend/ |
H A D | epsonds.c | 1979 /* top-left x */ in init_options() 1989 /* top-left y */ in init_options() 2989 s->left, s->top, s->params.pixels_per_line, s->params.lines); in sane_start()
|
/third_party/libabigail/src/ |
H A D | abg-dwarf-reader.cc | 4766 return scope_stack().top(); in current_scope() 5424 // The stack of types that are being compared. The top of the 10519 //iff {l,r} is on the top of the stack. If it's not, then it means 11619 // For top level DIEs like DW_TAG_compile_unit, we just want to
|
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/ |
H A D | IceTargetLoweringX8632.cpp | 961 // from an in-register xmm value to the top of the x87 floating point stack. in addProlog() 2402 // such that the left-most argument ends up on the top of the stack at the in lowerCall() 6665 SearchSpan Span = SearchSpanStack.top(); in lowerSwitch()
|
H A D | IceTargetLoweringX8664.cpp | 2218 // such that the left-most argument ends up on the top of the stack at the in lowerCall() 6006 SearchSpan Span = SearchSpanStack.top(); in lowerSwitch()
|
/third_party/protobuf/ruby/ext/google/protobuf_c/ |
H A D | upb.h | 3567 ** See the top-level README for more information. 5466 /* Returns the top-level object that is bound to this sink. 5482 /* Should be called at the start and end of every message; both the top-level 6069 * NOTE: the JIT stores a slightly different value here for non-top frames. 6071 * top frame is still stored the same way, which is important for ensuring 6149 upb_pbdecoder_frame *stack, *top, *limit; member
|