Searched refs:QuerySamplerParameterfv (Results 1 – 6 of 6) sorted by relevance
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/ |
D | queryutils.h | 65 void QuerySamplerParameterfv(const Sampler *sampler, GLenum pname, GLfloat *params);
|
D | queryutils.cpp | 1360 void QuerySamplerParameterfv(const Sampler *sampler, GLenum pname, GLfloat *params) in QuerySamplerParameterfv() function
|
D | Context.cpp | 2998 QuerySamplerParameterfv(samplerObject, pname, params); in getSamplerParameterfv()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/ |
D | queryutils.h | 82 void QuerySamplerParameterfv(const Sampler *sampler, GLenum pname, GLfloat *params);
|
D | queryutils.cpp | 1563 void QuerySamplerParameterfv(const Sampler *sampler, GLenum pname, GLfloat *params) in QuerySamplerParameterfv() function
|
D | Context.cpp | 3167 QuerySamplerParameterfv(samplerObject, pname, params); in getSamplerParameterfv()
|