/third_party/mesa3d/src/gallium/targets/haiku-softpipe/ |
H A D | GalliumContext.h | 32 context_id CreateContext(HGLWinsysContext *wsContext); 33 void DestroyContext(context_id contextID); 34 context_id GetCurrentContext() { return fCurrentContext; }; in GetCurrentContext() 35 status_t SetCurrentContext(bool set, context_id contextID); 37 status_t SwapBuffers(context_id contextID); 38 void Draw(context_id contextID, BRect updateRect); 54 context_id fCurrentContext;
|
H A D | GalliumContext.cpp | 56 for (context_id i = 0; i < CONTEXT_MAX; i++) in GalliumContext() 71 for (context_id i = 0; i < CONTEXT_MAX; i++) in ~GalliumContext() 136 context_id 227 context_id contextNext = -1; in CreateContext() 229 for (context_id i = 0; i < CONTEXT_MAX; i++) { in CreateContext() 255 GalliumContext::DestroyContext(context_id contextID) in DestroyContext() 283 GalliumContext::SetCurrentContext(bool set, context_id contextID) in SetCurrentContext() 293 context_id oldContextID = fCurrentContext; in SetCurrentContext() 327 GalliumContext::SwapBuffers(context_id contextID) in SwapBuffers() 359 GalliumContext::Draw(context_id contextI [all...] |
H A D | SoftwareRenderer.h | 43 context_id fContextID;
|
/third_party/mesa3d/src/gallium/frontends/xvmc/ |
H A D | block.c | 49 blocks->context_id = context->context_id; in XvMCCreateBlocks() 79 blocks->context_id = context->context_id; in XvMCCreateMacroBlocks()
|
H A D | surface.c | 204 surface->context_id = context->context_id; in XvMCCreateSurface() 252 assert(context->context_id == target_surface->context_id); in XvMCRenderSurface() 253 assert(!past_surface || context->context_id == past_surface->context_id); in XvMCRenderSurface() 254 assert(!future_surface || context->context_id == future_surface->context_id); in XvMCRenderSurface() 259 assert(macroblocks->context_id == context->context_id); in XvMCRenderSurface() [all...] |
H A D | subpicture.c | 332 subpicture->context_id = context->context_id; in XvMCCreateSubpicture() 524 if (target_surface->context_id != subpicture->context_id) in XvMCBlendSubpicture() 555 if (source_surface->context_id != subpicture->context_id) in XvMCBlendSubpicture2() 558 if (source_surface->context_id != subpicture->context_id) in XvMCBlendSubpicture2()
|
/third_party/mesa3d/src/gallium/frontends/xvmc/tests/ |
H A D | test_blocks.c | 88 assert(blocks.context_id == context.context_id); in main() 100 assert(macroblocks.context_id == context.context_id); in main()
|
H A D | test_surface.c | 86 assert(surface.context_id == context.context_id); in main()
|
H A D | test_subpicture.c | 165 assert(subpicture.context_id == context.context_id); in main()
|
H A D | test_context.c | 93 assert(context.context_id != 0); in main()
|
/third_party/mesa3d/src/freedreno/vulkan/ |
H A D | msm_kgsl.h | 537 unsigned int context_id; member 643 unsigned int context_id; member 652 unsigned int context_id; member 804 unsigned int context_id; /* Context for the timestamp */ member 1083 * @context_id: ID of a KGSL context 1092 unsigned int context_id; member 1123 * @context_id: KGSL context ID that owns the commands 1141 unsigned int context_id; member 1157 * @context_id: KGSL context ID 1164 unsigned int context_id; member 1331 unsigned int context_id; global() member 1487 unsigned int context_id; global() member 1660 unsigned int context_id; global() member [all...] |
H A D | tu_kgsl.c | 278 .context_id = queue->msm_queue_id, in timestamp_to_fd() 470 .context_id = queue->msm_queue_id, in tu_QueueSubmit2() 481 .context_id = queue->msm_queue_id, in tu_QueueSubmit2() 650 .context_id = device->queues[0]->msm_queue_id, in tu_WaitForFences() 683 .context_id = device->queues[0]->msm_queue_id, in tu_GetFenceStatus()
|
/third_party/libdrm/freedreno/kgsl/ |
H A D | msm_kgsl.h | 240 unsigned int context_id; member 341 unsigned int context_id; member 350 unsigned int context_id; member 487 unsigned int context_id; /* Context for the timestamp */ member
|
/third_party/node/deps/v8/src/builtins/ |
H A D | builtins-console.cc | 154 int context_id = in ConsoleCall() local 164 v8::debug::ConsoleContext(context_id, Utils::ToLocal(context_name))); in ConsoleCall() 228 const char* name, Builtin builtin, int context_id, in InstallContextFunction() 250 handle(Smi::FromInt(context_id), isolate), NONE); in InstallContextFunction() 227 InstallContextFunction(Isolate* isolate, Handle<JSObject> target, const char* name, Builtin builtin, int context_id, Handle<Object> context_name) InstallContextFunction() argument
|
/third_party/mesa3d/src/gallium/frontends/va/ |
H A D | context.c | 227 int num_render_targets, VAContextID *context_id) in vlVaCreateContext() 348 *context_id = handle_table_add(drv->htab, context); in vlVaCreateContext() 355 vlVaDestroyContext(VADriverContextP ctx, VAContextID context_id) in vlVaDestroyContext() argument 365 context = handle_table_get(drv->htab, context_id); in vlVaDestroyContext() 404 handle_table_remove(drv->htab, context_id); in vlVaDestroyContext() 225 vlVaCreateContext(VADriverContextP ctx, VAConfigID config_id, int picture_width, int picture_height, int flag, VASurfaceID *render_targets, int num_render_targets, VAContextID *context_id) vlVaCreateContext() argument
|
H A D | picture.c | 41 vlVaBeginPicture(VADriverContextP ctx, VAContextID context_id, VASurfaceID render_target) in vlVaBeginPicture() argument 55 context = handle_table_get(drv->htab, context_id); in vlVaBeginPicture() 72 surf->ctx = context_id; in vlVaBeginPicture() 570 vlVaRenderPicture(VADriverContextP ctx, VAContextID context_id, VABufferID *buffers, int num_buffers) in vlVaRenderPicture() argument 587 context = handle_table_get(drv->htab, context_id); in vlVaRenderPicture() 666 vlVaEndPicture(VADriverContextP ctx, VAContextID context_id) in vlVaEndPicture() argument 686 context = handle_table_get(drv->htab, context_id); in vlVaEndPicture()
|
/third_party/ffmpeg/libavcodec/ |
H A D | vaapi.h | 79 uint32_t context_id; member
|
/third_party/node/deps/v8/src/wasm/ |
H A D | module-compiler.h | 57 v8::metrics::Recorder::ContextId context_id); 143 v8::metrics::Recorder::ContextId context_id() const { return context_id_; } in context_id() function in v8::internal::wasm::AsyncCompileJob
|
H A D | module-decoder.h | 158 v8::metrics::Recorder::ContextId context_id, DecodingMethod decoding_method, 216 v8::metrics::Recorder::ContextId context_id,
|
/third_party/skia/third_party/externals/angle2/src/tests/restricted_traces/ |
H A D | retrace_restricted_traces.py | 38 context_id = get_context(trace_path) 41 header = try_path_expr % (trace, context_id)
|
/third_party/mesa3d/src/gallium/frontends/hgl/ |
H A D | hgl_context.h | 29 typedef int64 context_id; typedef
|
/third_party/node/deps/v8/src/web-snapshot/ |
H A D | web-snapshot.cc | 592 uint32_t context_id = GetContextId(context); in SerializeFunctionInfo() local 593 serializer->WriteUint32(context_id + 1); in SerializeFunctionInfo() 1760 uint32_t parameter_count, uint32_t flags, uint32_t context_id) { in CreateJSFunction() 1794 if (context_id > 0) { in CreateJSFunction() 1795 DCHECK_LT(context_id - 1, context_count_); in CreateJSFunction() 1798 Context context = Context::cast(contexts_.get(context_id - 1)); in CreateJSFunction() 1833 uint32_t context_id; in DeserializeFunctions() local 1835 if (!deserializer_.ReadUint32(&context_id) || context_id > context_count_) { in DeserializeFunctions() 1866 parameter_count, flags, context_id); in DeserializeFunctions() 1758 CreateJSFunction( int shared_function_info_index, uint32_t start_position, uint32_t length, uint32_t parameter_count, uint32_t flags, uint32_t context_id) CreateJSFunction() argument 1892 uint32_t context_id; DeserializeClasses() local [all...] |
/third_party/vk-gl-cts/external/openglcts/modules/gles31/ |
H A D | es31cArrayOfArraysTests.cpp | 497 , context_id(context) in TestCaseBase() 516 const glw::Functions& gl = context_id.getRenderContext().getFunctions(); in delete_objects() 597 const glw::Functions& gl = context_id.getRenderContext().getFunctions(); in compile_shader_and_get_compilation_result() 719 context_id.getTestContext().getLog() << tcu::TestLog::Message << "Compiling: " << tcu::TestLog::EndMessage; in compile_shader_and_get_compilation_result() 720 context_id.getTestContext().getLog() << tcu::TestLog::KernelSource(code_ptr); in compile_shader_and_get_compilation_result() 751 context_id.getTestContext().getLog() << tcu::TestLog::Message << "Error message: " << &message[0] in compile_shader_and_get_compilation_result() 756 context_id.getTestContext().getLog() << tcu::TestLog::KernelSource(code_ptr); in compile_shader_and_get_compilation_result() 783 const glw::Functions& gl = context_id.getRenderContext().getFunctions(); in execute_negative_test() 898 const glw::Functions& gl = context_id.getRenderContext().getFunctions(); in execute_positive_test() 965 context_id in execute_positive_test() [all...] |
/third_party/libdrm/tests/ttmtest/src/ |
H A D | xf86dri.h | 95 extern Bool uniDRIDestroyContext(Display * dpy, int screen, XID context_id);
|
/third_party/skia/third_party/externals/angle2/src/tests/ |
H A D | capture_replay_tests.py | 361 self.context_id = 0 374 assert (self.context_id == 0) 382 context_id = 0 392 context_id = int(context) 399 self.context_id = context_id
|