Searched refs:getQueryParameterInfo (Results 1 – 4 of 4) sorted by relevance
/external/swiftshader/src/OpenGL/libGLESv2/ |
D | libGLESv3.cpp | 1561 if(!context->getQueryParameterInfo(target, &nativeType, &numParams)) in GetIntegeri_v() 2921 if(!context->getQueryParameterInfo(pname, &nativeType, &numParams)) in GetInteger64v() 3004 if(!context->getQueryParameterInfo(target, &nativeType, &numParams)) in GetInteger64i_v()
|
D | Context.h | 663 bool getQueryParameterInfo(GLenum pname, GLenum *type, unsigned int *numParams) const;
|
D | libGLESv2.cpp | 2404 if(!context->getQueryParameterInfo(pname, &nativeType, &numParams)) in GetBooleanv() 2539 if(!context->getQueryParameterInfo(pname, &nativeType, &numParams)) in GetFloatv() 2860 if(!context->getQueryParameterInfo(pname, &nativeType, &numParams)) in GetIntegerv()
|
D | Context.cpp | 2466 bool Context::getQueryParameterInfo(GLenum pname, GLenum *type, unsigned int *numParams) const in getQueryParameterInfo() function in es2::Context
|