Searched refs:SetSamplerParameterf (Results 1 – 6 of 6) sorted by relevance
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/ |
D | queryutils.h | 121 void SetSamplerParameterf(Context *context, Sampler *sampler, GLenum pname, GLfloat param);
|
D | queryutils.cpp | 1580 void SetSamplerParameterf(Context *context, Sampler *sampler, GLenum pname, GLfloat param) in SetSamplerParameterf() function
|
D | Context.cpp | 2928 SetSamplerParameterf(this, samplerObject, pname, param); in samplerParameterf()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/ |
D | queryutils.h | 140 void SetSamplerParameterf(Context *context, Sampler *sampler, GLenum pname, GLfloat param);
|
D | queryutils.cpp | 1793 void SetSamplerParameterf(Context *context, Sampler *sampler, GLenum pname, GLfloat param) in SetSamplerParameterf() function
|
D | Context.cpp | 3097 SetSamplerParameterf(this, samplerObject, pname, param); in samplerParameterf()
|