Home
last modified time | relevance | path

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

/external/swiftshader/src/OpenGL/libGLESv2/
DContext.h658 bool getQueryParameterInfo(GLenum pname, GLenum *type, unsigned int *numParams) const;
DlibGLESv3.cpp1844 if(!context->getQueryParameterInfo(target, &nativeType, &numParams)) in glGetIntegeri_v()
3182 if(!context->getQueryParameterInfo(pname, &nativeType, &numParams)) in glGetInteger64v()
3254 if(!context->getQueryParameterInfo(target, &nativeType, &numParams)) in glGetInteger64i_v()
DlibGLESv2.cpp2525 if(!context->getQueryParameterInfo(pname, &nativeType, &numParams)) in GetBooleanv()
2678 if(!context->getQueryParameterInfo(pname, &nativeType, &numParams)) in GetFloatv()
3093 if(!context->getQueryParameterInfo(pname, &nativeType, &numParams)) in GetIntegerv()
DContext.cpp2415 bool Context::getQueryParameterInfo(GLenum pname, GLenum *type, unsigned int *numParams) const in getQueryParameterInfo() function in es2::Context
/external/swiftshader/src/OpenGL/libGL/
DContext.h662 bool getQueryParameterInfo(GLenum pname, GLenum *type, unsigned int *numParams);
DlibGL.cpp2383 if(!context->getQueryParameterInfo(pname, &nativeType, &numParams)) in glGetBooleanv()
2514 if(!context->getQueryParameterInfo(pname, &nativeType, &numParams)) in glGetFloatv()
2687 if(!context->getQueryParameterInfo(pname, &nativeType, &numParams)) in glGetIntegerv()
DContext.cpp1480 bool Context::getQueryParameterInfo(GLenum pname, GLenum *type, unsigned int *numParams) in getQueryParameterInfo() function in gl::Context