Home
last modified time | relevance | path

Searched defs:origin (Results 551 - 575 of 595) sorted by relevance

1...<<21222324

/third_party/mesa3d/src/compiler/glsl/
H A Dir.h1302 const ir_function_signature *origin; member in ir_function_signature
/third_party/node/deps/v8/src/wasm/
H A Dc-api.cc1063 own<Frame> Trap::origin() const { in origin() function in wasm::Trap
/third_party/node/src/
H A Djs_native_api_v8.cc1716 OH_JSVM_CompileScriptWithOrigin(JSVM_Env env, JSVM_Value script, const uint8_t* cachedData, size_t cachedDataLength, bool eagerCompile, bool* cacheRejected, JSVM_ScriptOrigin* origin, JSVM_Script* result) OH_JSVM_CompileScriptWithOrigin() argument
[all...]
/third_party/nghttp2/tests/
H A Dnghttp2_session_test.c2428 static const uint8_t origin[] = "nghttp2.org"; in test_nghttp2_session_recv_altsvc() local
2637 nghttp2_ext_origin origin; test_nghttp2_session_recv_origin() local
4545 uint8_t origin[] = "nghttp2.org"; test_nghttp2_session_on_altsvc_received() local
6699 const uint8_t origin[] = "nghttp2.org"; test_nghttp2_submit_altsvc() local
6781 nghttp2_ext_origin origin; test_nghttp2_submit_origin() local
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ray_query/
H A DvktRayQueryBuiltinTests.cpp2597 const auto origin = tcu::Vec3(0.5f, 0.5f, -1.0f); initAccelerationStructures() local
[all...]
/third_party/skia/third_party/externals/angle2/src/libANGLE/
H A DvalidationGL4.cpp1091 ValidateClipControl(const Context *context, angle::EntryPoint entryPoint, GLenum origin, GLenum depth) ValidateClipControl() argument
/third_party/skia/src/gpu/gl/
H A DGrGLGpu.cpp1835 flushWindowRectangles(const GrWindowRectsState& windowState, const GrGLRenderTarget* rt, GrSurfaceOrigin origin) flushWindowRectangles() argument
1975 clear(const GrScissorState& scissor, std::array<float, 4> color, GrRenderTarget* target, bool useMultisampleFBO, GrSurfaceOrigin origin) clear() argument
2009 beginCommandBuffer(GrGLRenderTarget* rt, bool useMultisampleFBO, const SkIRect& bounds, GrSurfaceOrigin origin, const GrOpsRenderPass::LoadAndStoreInfo& colorLoadStore, const GrOpsRenderPass::StencilLoadAndStoreInfo& stencilLoadStore) beginCommandBuffer() argument
2098 clearStencilClip(const GrScissorState& scissor, bool insideStencilMask, GrRenderTarget* target, bool useMultisampleFBO, GrSurfaceOrigin origin) clearStencilClip() argument
2234 onGetOpsRenderPass( GrRenderTarget* rt, bool useMultisampleFBO, GrAttachment*, GrSurfaceOrigin origin, const SkIRect& bounds, const GrOpsRenderPass::LoadAndStoreInfo& colorInfo, const GrOpsRenderPass::StencilLoadAndStoreInfo& stencilInfo, const SkTArray<GrSurfaceProxy*, true>& sampledProxies, GrXferBarrierFlags renderPassXferBarriers) onGetOpsRenderPass() argument
2259 flushRenderTarget(GrGLRenderTarget* target, bool useMultisampleFBO, GrSurfaceOrigin origin, const SkIRect& bounds) flushRenderTarget() argument
[all...]
/third_party/skia/src/gpu/vk/
H A DGrVkGpu.cpp2659 void GrVkGpu::endRenderPass(GrRenderTarget* target, GrSurfaceOrigin origin, in endRenderPass() argument
323 onGetOpsRenderPass( GrRenderTarget* rt, bool useMSAASurface, GrAttachment* stencil, GrSurfaceOrigin origin, const SkIRect& bounds, const GrOpsRenderPass::LoadAndStoreInfo& colorInfo, const GrOpsRenderPass::StencilLoadAndStoreInfo& stencilInfo, const SkTArray<GrSurfaceProxy*, true>& sampledProxies, GrXferBarrierFlags renderPassXferBarriers) onGetOpsRenderPass() argument
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/ray_query/
H A DvktRayQueryBuiltinTests.cpp2577 const auto origin = tcu::Vec3(0.5f, 0.5f, -1.0f); initAccelerationStructures() local
[all...]
/foundation/arkui/ace_engine/test/unittest/core/pattern/web/
H A Dmock_web_delegate.cpp411 void WebGeolocationOhos::Invoke(const std::string& origin, const bool& allow, const bool& retain) {} in Invoke() argument
722 OnGeolocationPermissionsShowPrompt( const std::string& origin, const std::shared_ptr<OHOS::NWeb::NWebGeolocationCallbackInterface>& callback) OnGeolocationPermissionsShowPrompt() argument
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/pipeline/
H A Drs_render_node.cpp3041 Drawing::TextureOrigin origin = Drawing::TextureOrigin::BOTTOM_LEFT; in GetCompletedImage() local
3077 Drawing::TextureOrigin origin = Drawing::TextureOrigin::BOTTOM_LEFT; in GetCompletedImage() local
/third_party/ffmpeg/libavformat/
H A Dmxfdec.c140 uint8_t origin; member
/third_party/mesa3d/include/CL/
H A Dcl2.hpp7731 enqueueReadImage( const Image& image, cl_bool blocking, const array<size_type, 3>& origin, const array<size_type, 3>& region, size_type row_pitch, size_type slice_pitch, void* ptr, const vector<Event>* events = NULL, Event* event = NULL) const enqueueReadImage() argument
7764 enqueueWriteImage( const Image& image, cl_bool blocking, const array<size_type, 3>& origin, const array<size_type, 3>& region, size_type row_pitch, size_type slice_pitch, const void* ptr, const vector<Event>* events = NULL, Event* event = NULL) const enqueueWriteImage() argument
7834 enqueueFillImage( const Image& image, cl_float4 fillColor, const array<size_type, 3>& origin, const array<size_type, 3>& region, const vector<Event>* events = NULL, Event* event = NULL) const enqueueFillImage() argument
7868 enqueueFillImage( const Image& image, cl_int4 fillColor, const array<size_type, 3>& origin, const array<size_type, 3>& region, const vector<Event>* events = NULL, Event* event = NULL) const enqueueFillImage() argument
7902 enqueueFillImage( const Image& image, cl_uint4 fillColor, const array<size_type, 3>& origin, const array<size_type, 3>& region, const vector<Event>* events = NULL, Event* event = NULL) const enqueueFillImage() argument
8017 enqueueMapImage( const Image& buffer, cl_bool blocking, cl_map_flags flags, const array<size_type, 3>& origin, const array<size_type, 3>& region, size_type * row_pitch, size_type * slice_pitch, const vector<Event>* events = NULL, Event* event = NULL, cl_int* err = NULL) const enqueueMapImage() argument
9602 enqueueReadImage( const Image& image, cl_bool blocking, const array<size_type, 3>& origin, const array<size_type, 3>& region, size_type row_pitch, size_type slice_pitch, void* ptr, const vector<Event>* events = NULL, Event* event = NULL) enqueueReadImage() argument
9632 enqueueWriteImage( const Image& image, cl_bool blocking, const array<size_type, 3>& origin, const array<size_type, 3>& region, size_type row_pitch, size_type slice_pitch, const void* ptr, const vector<Event>* events = NULL, Event* event = NULL) enqueueWriteImage() argument
[all...]
H A Dcl.h167 size_t origin; member
/third_party/musl/porting/linux/user/ldso/
H A Ddynlink.c1697 const char *s, *t, *origin; in fixup_rpath() local
/third_party/node/deps/v8/src/heap/
H A Dfactory.cc386 NewFillerObject(int size, AllocationAlignment alignment, AllocationType allocation, AllocationOrigin origin) NewFillerObject() argument
/third_party/mesa3d/src/nouveau/codegen/
H A Dnv50_ir.h719 LValue *origin; // pre SSA value member in nv50_ir::ValueDef
/third_party/musl/ldso/linux/
H A Ddynlink.c1885 const char *s, *t, *origin; in fixup_rpath() local
/third_party/libabigail/src/
H A Dabg-dwarf-reader.cc2095 corpus::origin origin = corpus()->get_origin(); in read_debug_info_into_corpus() local
/third_party/opencl-headers/CL/
H A Dcl.h176 size_t origin; member
/third_party/skia/third_party/externals/angle2/src/libANGLE/capture/
H A Dcapture_gles_ext_autogen.cpp4850 CaptureClipControlEXT(const State &glState, bool isCallValid, GLenum origin, GLenum depth) CaptureClipControlEXT() argument
/third_party/skia/third_party/externals/angle2/src/libGL/
H A Dentry_points_gl_4_autogen.cpp6290 void GL_APIENTRY GL_ClipControl(GLenum origin, GLenum depth) in GL_ClipControl() argument
/third_party/skia/third_party/externals/angle2/src/libGLESv2/
H A Dentry_points_gles_ext_autogen.cpp4101 void GL_APIENTRY GL_ClipControlEXT(GLenum origin, GLenum depth) in GL_ClipControlEXT() argument
/third_party/skia/third_party/externals/angle2/include/CL/
H A Dcl.h169 size_t origin; member
/arkcompiler/ets_runtime/ecmascript/napi/
H A Djsnapi_expo.cpp418 JSHandle<JSTaggedValue> origin = JSNApiHelper::ToJSHandle(this); in InstanceOf() local

Completed in 230 milliseconds

1...<<21222324