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

/external/swiftshader/src/OpenGL/libGL/
H A DContext.h662 bool getQueryParameterInfo(GLenum pname, GLenum *type, unsigned int *numParams);
H A DlibGL.cpp2368 if(!context->getQueryParameterInfo(pname, &nativeType, &numParams))
2499 if(!context->getQueryParameterInfo(pname, &nativeType, &numParams))
2672 if(!context->getQueryParameterInfo(pname, &nativeType, &numParams))
H A DContext.cpp1480 bool Context::getQueryParameterInfo(GLenum pname, GLenum *type, unsigned int *numParams) function in class:gl::Context
/external/swiftshader/src/OpenGL/libGLESv2/
H A DContext.h663 bool getQueryParameterInfo(GLenum pname, GLenum *type, unsigned int *numParams) const;
H A DlibGLESv3.cpp1551 if(!context->getQueryParameterInfo(target, &nativeType, &numParams))
2896 if(!context->getQueryParameterInfo(pname, &nativeType, &numParams))
2979 if(!context->getQueryParameterInfo(target, &nativeType, &numParams))
H A DlibGLESv2.cpp2509 if(!context->getQueryParameterInfo(pname, &nativeType, &numParams))
2662 if(!context->getQueryParameterInfo(pname, &nativeType, &numParams))
3043 if(!context->getQueryParameterInfo(pname, &nativeType, &numParams))
H A DContext.cpp2492 bool Context::getQueryParameterInfo(GLenum pname, GLenum *type, unsigned int *numParams) const function in class:es2::Context

Completed in 175 milliseconds