Home
last modified time | relevance | path

Searched defs:program_ (Results 1 – 6 of 6) sorted by relevance

/third_party/boost/boost/compute/
Dprogram.hpp351 cl_program program_ = clLinkProgram( in link() local
413 cl_program program_ = clCreateProgramWithSource(context, in create_with_source() local
437 cl_program program_ = clCreateProgramWithSource(context, in create_with_source() local
498 cl_program program_ = clCreateProgramWithBinary(context, in create_with_binary() local
556 cl_program program_ = clCreateProgramWithBuiltInKernels( in create_with_builtin_kernels() local
585 cl_program program_ = clCreateProgramWithIL( in create_with_il() local
675 cl_program program_ = clCreateProgramWithSource(context, in build_with_source() local
/third_party/skia/third_party/externals/tint/src/inspector/
Dtest_inspector_runner.h43 std::unique_ptr<Program> program_; variable
/third_party/boost/libs/compute/example/
Dmandelbrot.cpp93 compute::program program_; member in MandelbrotWidget
Dresize_image.cpp75 compute::program program_; member in ImageWidget
/third_party/skia/third_party/externals/tint/src/transform/
Dtransform.h138 Output(Program&& program_, DATA... data_) in Output()
/third_party/skia/third_party/externals/tint/src/writer/
Dtext_generator.h224 Program const* const program_; variable