Searched refs:CastIndexedStateValues (Results 1 – 3 of 3) sorted by relevance
/third_party/skia/third_party/externals/angle2/src/libANGLE/ |
D | queryconversions.cpp | 243 void CastIndexedStateValues(Context *context, in CastIndexedStateValues() function 285 template void CastIndexedStateValues<GLboolean>(Context *, 291 template void CastIndexedStateValues<GLint>(Context *, 297 template void CastIndexedStateValues<GLuint>(Context *, 303 template void CastIndexedStateValues<GLfloat>(Context *, 309 template void CastIndexedStateValues<GLint64>(Context *,
|
D | queryconversions.h | 130 void CastIndexedStateValues(Context *context,
|
D | Context.cpp | 2213 CastIndexedStateValues(this, nativeType, target, index, numParams, data); in getIntegeri_v() 2242 CastIndexedStateValues(this, nativeType, target, index, numParams, data); in getInteger64i_v() 2271 CastIndexedStateValues(this, nativeType, target, index, numParams, data); in getBooleani_v()
|