/third_party/mesa3d/src/gallium/drivers/llvmpipe/ |
H A D | lp_state_fs.c | 3632 struct mesa_sha1 ctx; in lp_fs_get_ir_cache_key() local 3633 _mesa_sha1_init(&ctx); in lp_fs_get_ir_cache_key() 3634 _mesa_sha1_update(&ctx, &variant->key, variant->shader->variant_key_size); in lp_fs_get_ir_cache_key() 3635 _mesa_sha1_update(&ctx, ir_binary, ir_size); in lp_fs_get_ir_cache_key() 3636 _mesa_sha1_final(&ctx, ir_sha1_cache_key); in lp_fs_get_ir_cache_key()
|
/third_party/skia/src/gpu/gl/ |
H A D | GrGLGpu.cpp | 340 GrGLGpu::GrGLGpu(std::unique_ptr<GrGLContext> ctx, GrDirectContext* dContext) in GrGLGpu() argument 342 , fGLContext(std::move(ctx)) in GrGLGpu() 1166 bool GrGLGpu::renderbufferStorageMSAA(const GrGLContext& ctx, int sampleCount, GrGLenum format, in renderbufferStorageMSAA() argument 1168 SkASSERT(GrGLCaps::kNone_MSFBOType != ctx.caps()->msFBOType()); in renderbufferStorageMSAA() 1170 switch (ctx.caps()->msFBOType()) { in renderbufferStorageMSAA()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/hostapd/ |
H A D | ap_ctrl_iface.c | 1641 struct sta_info *sta, void *ctx) in hostapd_ctrl_iface_kick_mismatch_psk_sta_iter() 2019 static void hostapd_data_test_rx(void *ctx, const u8 *src_addr, const u8 *buf, in hostapd_data_test_rx() argument 2022 struct hostapd_data *hapd = ctx; in hostapd_data_test_rx() 4145 static void hostapd_ctrl_iface_msg_cb(void *ctx, int level, in hostapd_ctrl_iface_msg_cb() argument 4152 struct hostapd_data *hapd = ctx; in hostapd_ctrl_iface_msg_cb() 1640 hostapd_ctrl_iface_kick_mismatch_psk_sta_iter(struct hostapd_data *hapd, struct sta_info *sta, void *ctx) hostapd_ctrl_iface_kick_mismatch_psk_sta_iter() argument
|
/third_party/ffmpeg/libavdevice/ |
H A D | opengl_enc.c | 151 #define OPENGL_ERROR_CHECK(ctx) \ 155 av_log(ctx, AV_LOG_ERROR, "OpenGL error occurred in '%s', line %d: %d\n", __FUNCTION__, __LINE__, err_code); \
|
/third_party/ffmpeg/libavcodec/ |
H A D | videotoolboxenc.c | 631 void *ctx, in vtenc_output_callback() 637 AVCodecContext *avctx = ctx; in vtenc_output_callback() 630 vtenc_output_callback( void *ctx, void *sourceFrameCtx, OSStatus status, VTEncodeInfoFlags flags, CMSampleBufferRef sample_buffer) vtenc_output_callback() argument
|
/third_party/EGL/api/EGL/ |
H A D | eglext.h | 189 typedef EGLImageKHR (EGLAPIENTRYP PFNEGLCREATEIMAGEKHRPROC) (EGLDisplay dpy, EGLContext ctx, EGLenum target, EGLClientBuffer buffer, const EGLint *attrib_list); 192 EGLAPI EGLImageKHR EGLAPIENTRY eglCreateImageKHR (EGLDisplay dpy, EGLContext ctx, EGLenum target, EGLClientBuffer buffer, const EGLint *attrib_list);
|
/third_party/icu/icu4c/source/i18n/ |
H A D | msgfmt.cpp | 1951 UnicodeString MessageFormat::PluralSelectorProvider::select(void *ctx, double number, in select() argument 1969 PluralSelectorContext &context = *static_cast<PluralSelectorContext *>(ctx); in select()
|
/third_party/mesa3d/include/EGL/ |
H A D | eglext.h | 189 typedef EGLImageKHR (EGLAPIENTRYP PFNEGLCREATEIMAGEKHRPROC) (EGLDisplay dpy, EGLContext ctx, EGLenum target, EGLClientBuffer buffer, const EGLint *attrib_list); 192 EGLAPI EGLImageKHR EGLAPIENTRY eglCreateImageKHR (EGLDisplay dpy, EGLContext ctx, EGLenum target, EGLClientBuffer buffer, const EGLint *attrib_list);
|
/third_party/mesa3d/src/freedreno/ir3/ |
H A D | ir3.h | 233 #define array_insert(ctx, arr, ...) \ 237 arr = reralloc_size(ctx, arr, arr##_sz * sizeof(arr[0])); \
|
/third_party/mesa3d/src/gallium/frontends/clover/api/ |
H A D | transfer.cpp | 1008 clover::context &ctx = obj(d_q).context(); 1010 ctx.remove_svm_allocation(p);
|
/third_party/node/src/ |
H A D | node_buffer.cc | 665 Local<Context> ctx = env->context(); in Fill() local 696 if (!args[1]->Uint32Value(ctx).To(&val)) return; in Fill()
|
/third_party/mesa3d/src/mesa/main/ |
H A D | mtypes.h | 1331 * of the ctx->Transform.EyeUserPlane or ctx->Transform._ClipUserPlane array). 1465 * context (ctx above) can use this counter to be thread-safe. 1913 * When active and unpaused, this equals ctx->Shader.CurrentProgram[stage], 2577 void (*Delete)(struct gl_context *ctx, struct gl_renderbuffer *rb); 2580 GLboolean (*AllocStorage)(struct gl_context *ctx, 2902 /* Small lists use ctx->Shared->small_dlist_store */
|
/third_party/node/deps/icu-small/source/i18n/ |
H A D | msgfmt.cpp | 1952 UnicodeString MessageFormat::PluralSelectorProvider::select(void *ctx, double number, in select() argument 1970 PluralSelectorContext &context = *static_cast<PluralSelectorContext *>(ctx); in select()
|
/third_party/skia/third_party/externals/swiftshader/include/EGL/ |
H A D | eglext.h | 208 typedef EGLImageKHR (EGLAPIENTRYP PFNEGLCREATEIMAGEKHRPROC) (EGLDisplay dpy, EGLContext ctx, EGLenum target, EGLClientBuffer buffer, const EGLint *attrib_list); 211 EGLAPI EGLImageKHR EGLAPIENTRY eglCreateImageKHR (EGLDisplay dpy, EGLContext ctx, EGLenum target, EGLClientBuffer buffer, const EGLint *attrib_list);
|
/third_party/skia/third_party/externals/icu/source/i18n/ |
H A D | msgfmt.cpp | 1950 UnicodeString MessageFormat::PluralSelectorProvider::select(void *ctx, double number, in select() argument 1968 PluralSelectorContext &context = *static_cast<PluralSelectorContext *>(ctx); in select()
|
/third_party/skia/src/pdf/ |
H A D | SkPDFDevice.cpp | 767 [](const SkPath* path, const SkMatrix& mx, void* ctx) { in drawGlyphRunAsPath() 768 Rec* rec = reinterpret_cast<Rec*>(ctx); in drawGlyphRunAsPath()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/MCTargetDesc/ |
H A D | ARMMCCodeEmitter.cpp | 56 ARMMCCodeEmitter(const MCInstrInfo &mcii, MCContext &ctx, bool IsLittle) in ARMMCCodeEmitter() argument 57 : MCII(mcii), CTX(ctx), IsLittleEndian(IsLittle) { in ARMMCCodeEmitter()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/MCTargetDesc/ |
H A D | X86MCCodeEmitter.cpp | 44 X86MCCodeEmitter(const MCInstrInfo &mcii, MCContext &ctx) in X86MCCodeEmitter() argument 45 : MCII(mcii), Ctx(ctx) {} in X86MCCodeEmitter()
|
/third_party/skia/third_party/externals/egl-registry/api/EGL/ |
H A D | eglext.h | 208 typedef EGLImageKHR (EGLAPIENTRYP PFNEGLCREATEIMAGEKHRPROC) (EGLDisplay dpy, EGLContext ctx, EGLenum target, EGLClientBuffer buffer, const EGLint *attrib_list); 211 EGLAPI EGLImageKHR EGLAPIENTRY eglCreateImageKHR (EGLDisplay dpy, EGLContext ctx, EGLenum target, EGLClientBuffer buffer, const EGLint *attrib_list);
|
/third_party/skia/third_party/externals/angle2/include/EGL/ |
H A D | eglext.h | 189 typedef EGLImageKHR (EGLAPIENTRYP PFNEGLCREATEIMAGEKHRPROC) (EGLDisplay dpy, EGLContext ctx, EGLenum target, EGLClientBuffer buffer, const EGLint *attrib_list); 192 EGLAPI EGLImageKHR EGLAPIENTRY eglCreateImageKHR (EGLDisplay dpy, EGLContext ctx, EGLenum target, EGLClientBuffer buffer, const EGLint *attrib_list);
|
/third_party/vk-gl-cts/modules/gles3/functional/ |
H A D | es3fDrawBuffersIndexedTests.cpp | 185 static bool checkES32orGL45Support(Context& ctx) in checkES32orGL45Support() argument 187 auto ctxType = ctx.getRenderContext().getType(); in checkES32orGL45Support()
|
H A D | es3fMultisampleTests.cpp | 77 static inline int getIterationCount (const tcu::TestContext& ctx, int defaultCount) in getIterationCount() argument 79 int cmdLineValue = ctx.getCommandLine().getTestIterationCount(); in getIterationCount()
|
/third_party/vk-gl-cts/modules/gles31/functional/ |
H A D | es31fShaderMultisampleInterpolationTests.cpp | 64 static bool checkSupport(Context& ctx) in checkSupport() argument 66 auto ctxType = ctx.getRenderContext().getType(); in checkSupport()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/eap_peer/ |
H A D | eap_fast.c | 74 static int eap_fast_session_ticket_cb(void *ctx, const u8 *ticket, size_t len, in eap_fast_session_ticket_cb() argument 79 struct eap_fast_data *data = ctx; in eap_fast_session_ticket_cb()
|
H A D | eap_teap.c | 77 static int eap_teap_session_ticket_cb(void *ctx, const u8 *ticket, size_t len, in eap_teap_session_ticket_cb() argument 82 struct eap_teap_data *data = ctx; in eap_teap_session_ticket_cb()
|