Searched refs:SetSamplerParameterfv (Results 1 – 6 of 6) sorted by relevance
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/ |
D | queryutils.h | 122 void SetSamplerParameterfv(Context *context, Sampler *sampler, GLenum pname, const GLfloat *params);
|
D | queryutils.cpp | 1585 void SetSamplerParameterfv(Context *context, Sampler *sampler, GLenum pname, const GLfloat *params) in SetSamplerParameterfv() function
|
D | Context.cpp | 2935 SetSamplerParameterfv(this, samplerObject, pname, param); in samplerParameterfv()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/ |
D | queryutils.h | 141 void SetSamplerParameterfv(Context *context, Sampler *sampler, GLenum pname, const GLfloat *params);
|
D | queryutils.cpp | 1798 void SetSamplerParameterfv(Context *context, Sampler *sampler, GLenum pname, const GLfloat *params) in SetSamplerParameterfv() function
|
D | Context.cpp | 3104 SetSamplerParameterfv(this, samplerObject, pname, param); in samplerParameterfv()
|