Searched refs:CastIndexedStateValues (Results 1 – 3 of 3) sorted by relevance
/external/angle/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 | 2161 CastIndexedStateValues(this, nativeType, target, index, numParams, data); in getIntegeri_v() 2190 CastIndexedStateValues(this, nativeType, target, index, numParams, data); in getInteger64i_v() 2219 CastIndexedStateValues(this, nativeType, target, index, numParams, data); in getBooleani_v()
|