Home
last modified time | relevance | path

Searched refs:CreateSamplerWithProperties (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/angle/src/libGLESv2/
H A Dcl_stubs_autogen.h138 cl_sampler CreateSamplerWithProperties(cl_context context,
H A Dentry_points_cl_autogen.cpp2055 CL_EVENT(CreateSamplerWithProperties, in clCreateSamplerWithProperties()
2060 ANGLE_CL_VALIDATE_ERRCODE_RET(CreateSamplerWithProperties, context, sampler_properties); in clCreateSamplerWithProperties()
2063 cl_sampler object = CreateSamplerWithProperties(context, sampler_properties); in clCreateSamplerWithProperties()
H A Dcl_stubs.cpp387 cl_sampler CreateSamplerWithProperties(cl_context context, in CreateSamplerWithProperties() function