Searched refs:sampler_properties (Results 1 – 11 of 11) sorted by relevance
/external/angle/src/libGLESv2/ |
D | cl_stubs.cpp | 365 const cl_sampler_properties *sampler_properties, in CreateSamplerWithProperties() argument 368 return context->cast<Context>().createSamplerWithProperties(sampler_properties, errorCode); in CreateSamplerWithProperties()
|
D | entry_points_cl_autogen.cpp | 1984 const cl_sampler_properties *sampler_properties, in clCreateSamplerWithProperties() argument 1990 (uintptr_t)context, (uintptr_t)sampler_properties, (uintptr_t)errcode_ret); in clCreateSamplerWithProperties() 1992 ANGLE_CL_VALIDATE_ERRCODE_RET(CreateSamplerWithProperties, context, sampler_properties); in clCreateSamplerWithProperties() 1995 cl_sampler object = CreateSamplerWithProperties(context, sampler_properties, errorCode); in clCreateSamplerWithProperties()
|
D | cl_stubs_autogen.h | 151 const cl_sampler_properties *sampler_properties,
|
D | entry_points_cl_autogen.h | 503 const cl_sampler_properties *sampler_properties,
|
/external/angle/src/libOpenCL/ |
D | libOpenCL_autogen.cpp | 952 const cl_sampler_properties *sampler_properties, in clCreateSamplerWithProperties() argument 955 return cl::GetDispatch().clCreateSamplerWithProperties(context, sampler_properties, in clCreateSamplerWithProperties()
|
/external/angle/src/libANGLE/ |
D | validationCL_autogen.h | 478 const cl_sampler_properties *sampler_properties);
|
D | validationCL.cpp | 3351 const cl_sampler_properties *sampler_properties) in ValidateCreateSamplerWithProperties() argument 3362 if (sampler_properties != nullptr) in ValidateCreateSamplerWithProperties() 3367 const cl_sampler_properties *propIt = sampler_properties; in ValidateCreateSamplerWithProperties()
|
/external/mesa3d/include/CL/ |
D | cl.h | 1211 const cl_sampler_properties * sampler_properties,
|
D | cl2.hpp | 5579 cl_sampler_properties sampler_properties[] = { in Sampler() local 5586 sampler_properties, in Sampler()
|
/external/angle/include/CL/ |
D | cl.h | 1213 const cl_sampler_properties * sampler_properties,
|
/external/OpenCL-CTS/dependencies/ocl-headers/CL/ |
D | cl.h | 1213 const cl_sampler_properties * sampler_properties,
|