| /third_party/mesa3d/src/compiler/glsl/ |
| H A D | ir.h | 1302 const ir_function_signature *origin; member in ir_function_signature
|
| /third_party/node/deps/v8/src/wasm/ |
| H A D | c-api.cc | 1063 own<Frame> Trap::origin() const { in origin() function in wasm::Trap
|
| /third_party/node/src/ |
| H A D | js_native_api_v8.cc | 1716 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 D | nghttp2_session_test.c | 2428 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 D | vktRayQueryBuiltinTests.cpp | 2597 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 D | validationGL4.cpp | 1091 ValidateClipControl(const Context *context, angle::EntryPoint entryPoint, GLenum origin, GLenum depth) ValidateClipControl() argument
|
| /third_party/skia/src/gpu/gl/ |
| H A D | GrGLGpu.cpp | 1835 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 D | GrVkGpu.cpp | 2659 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 D | vktRayQueryBuiltinTests.cpp | 2577 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 D | mock_web_delegate.cpp | 411 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 D | rs_render_node.cpp | 3041 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 D | mxfdec.c | 140 uint8_t origin; member
|
| /third_party/mesa3d/include/CL/ |
| H A D | cl2.hpp | 7731 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 D | cl.h | 167 size_t origin; member
|
| /third_party/musl/porting/linux/user/ldso/ |
| H A D | dynlink.c | 1697 const char *s, *t, *origin; in fixup_rpath() local
|
| /third_party/node/deps/v8/src/heap/ |
| H A D | factory.cc | 386 NewFillerObject(int size, AllocationAlignment alignment, AllocationType allocation, AllocationOrigin origin) NewFillerObject() argument
|
| /third_party/mesa3d/src/nouveau/codegen/ |
| H A D | nv50_ir.h | 719 LValue *origin; // pre SSA value member in nv50_ir::ValueDef
|
| /third_party/musl/ldso/linux/ |
| H A D | dynlink.c | 1885 const char *s, *t, *origin; in fixup_rpath() local
|
| /third_party/libabigail/src/ |
| H A D | abg-dwarf-reader.cc | 2095 corpus::origin origin = corpus()->get_origin(); in read_debug_info_into_corpus() local
|
| /third_party/opencl-headers/CL/ |
| H A D | cl.h | 176 size_t origin; member
|
| /third_party/skia/third_party/externals/angle2/src/libANGLE/capture/ |
| H A D | capture_gles_ext_autogen.cpp | 4850 CaptureClipControlEXT(const State &glState, bool isCallValid, GLenum origin, GLenum depth) CaptureClipControlEXT() argument
|
| /third_party/skia/third_party/externals/angle2/src/libGL/ |
| H A D | entry_points_gl_4_autogen.cpp | 6290 void GL_APIENTRY GL_ClipControl(GLenum origin, GLenum depth) in GL_ClipControl() argument
|
| /third_party/skia/third_party/externals/angle2/src/libGLESv2/ |
| H A D | entry_points_gles_ext_autogen.cpp | 4101 void GL_APIENTRY GL_ClipControlEXT(GLenum origin, GLenum depth) in GL_ClipControlEXT() argument
|
| /third_party/skia/third_party/externals/angle2/include/CL/ |
| H A D | cl.h | 169 size_t origin; member
|
| /arkcompiler/ets_runtime/ecmascript/napi/ |
| H A D | jsnapi_expo.cpp | 418 JSHandle<JSTaggedValue> origin = JSNApiHelper::ToJSHandle(this); in InstanceOf() local
|