Home
last modified time | relevance | path

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

/external/swiftshader/src/OpenGL/libGLESv2/
DlibGLESv3.cpp1561 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()
DContext.h663 bool getQueryParameterInfo(GLenum pname, GLenum *type, unsigned int *numParams) const;
DlibGLESv2.cpp2404 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()
DContext.cpp2466 bool Context::getQueryParameterInfo(GLenum pname, GLenum *type, unsigned int *numParams) const in getQueryParameterInfo() function in es2::Context