HomeSort by relevance Sort by last modified time
    Searched refs:context_cl (Results 1 - 14 of 14) sorted by null

  /external/skia/src/compute/skc/platforms/cl_12/
skc_cl.h 34 cl_context context_cl,
runtime_cl_12.h 72 cl_context context_cl,
runtime_cl_12.c 120 cl_context context_cl,
127 runtime->cl.context = context_cl;
  /external/skqp/src/compute/skc/platforms/cl_12/
skc_cl.h 34 cl_context context_cl,
runtime_cl_12.h 72 cl_context context_cl,
runtime_cl_12.c 120 cl_context context_cl,
127 runtime->cl.context = context_cl;
  /external/skia/src/compute/skc/
interop.h 35 cl_context context_cl);
main.c 151 cl_context context_cl = clCreateContext(context_properties_cl, local
160 skc_interop_set_cl_context(interop,context_cl);
168 context_cl,
context.c 32 cl_context context_cl,
43 err = skc_runtime_cl_12_create(*context,context_cl,device_id_cl);
  /external/skqp/src/compute/skc/
interop.h 35 cl_context context_cl);
main.c 151 cl_context context_cl = clCreateContext(context_properties_cl, local
160 skc_interop_set_cl_context(interop,context_cl);
168 context_cl,
context.c 32 cl_context context_cl,
43 err = skc_runtime_cl_12_create(*context,context_cl,device_id_cl);
  /external/skia/src/compute/skc/platforms/cl_12/interop/
interop_glfw.c 76 cl_context context_cl; member in struct:skc_interop
481 cl_context context_cl)
483 interop->context_cl = context_cl;
579 interop->fb.mem = clCreateFromGLRenderbuffer(interop->context_cl,
  /external/skqp/src/compute/skc/platforms/cl_12/interop/
interop_glfw.c 76 cl_context context_cl; member in struct:skc_interop
481 cl_context context_cl)
483 interop->context_cl = context_cl;
579 interop->fb.mem = clCreateFromGLRenderbuffer(interop->context_cl,

Completed in 118 milliseconds