Home
last modified time | relevance | path

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

/external/swiftshader/src/OpenGL/libGLESv2/
DContext.h667 bool getQueryParameterInfo(GLenum pname, GLenum *type, unsigned int *numParams) const;
DlibGLESv3.cpp1747 if(!context->getQueryParameterInfo(target, &nativeType, &numParams)) in glGetIntegeri_v()
3085 if(!context->getQueryParameterInfo(pname, &nativeType, &numParams)) in glGetInteger64v()
3168 if(!context->getQueryParameterInfo(target, &nativeType, &numParams)) in glGetInteger64i_v()
DlibGLESv2.cpp2535 if(!context->getQueryParameterInfo(pname, &nativeType, &numParams)) in GetBooleanv()
2688 if(!context->getQueryParameterInfo(pname, &nativeType, &numParams)) in GetFloatv()
3100 if(!context->getQueryParameterInfo(pname, &nativeType, &numParams)) in GetIntegerv()
DContext.cpp2393 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