Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/angle2/src/libANGLE/
Dqueryutils.cpp241 QueryT CastFromSpecialValue(GLenum pname, const ParamType param) in CastFromSpecialValue() function
289 CastFromSpecialValue<isGLfixed, ParamType>(pname, texture->getMaxAnisotropy()); in QueryTexParameterBase()
310 *params = CastFromSpecialValue<isGLfixed, ParamType>(pname, texture->getMinLod()); in QueryTexParameterBase()
313 *params = CastFromSpecialValue<isGLfixed, ParamType>(pname, texture->getMaxLod()); in QueryTexParameterBase()
334 params[0] = CastFromSpecialValue<isGLfixed, ParamType>(pname, crop.x); in QueryTexParameterBase()
335 params[1] = CastFromSpecialValue<isGLfixed, ParamType>(pname, crop.y); in QueryTexParameterBase()
336 params[2] = CastFromSpecialValue<isGLfixed, ParamType>(pname, crop.width); in QueryTexParameterBase()
337 params[3] = CastFromSpecialValue<isGLfixed, ParamType>(pname, crop.height); in QueryTexParameterBase()
344 *params = CastFromSpecialValue<isGLfixed, ParamType>(pname, texture->getMemorySize()); in QueryTexParameterBase()
350 *params = CastFromSpecialValue<isGLfixed, ParamType>(pname, texture->getNativeID()); in QueryTexParameterBase()