Searched refs:getQueryParameterInfo (Results 1 – 7 of 7) sorted by relevance
/external/swiftshader/src/OpenGL/libGLESv2/ |
D | Context.h | 667 bool getQueryParameterInfo(GLenum pname, GLenum *type, unsigned int *numParams) const;
|
D | libGLESv3.cpp | 1747 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()
|
D | libGLESv2.cpp | 2535 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()
|
D | Context.cpp | 2393 bool Context::getQueryParameterInfo(GLenum pname, GLenum *type, unsigned int *numParams) const in getQueryParameterInfo() function in es2::Context
|
/external/swiftshader/src/OpenGL/libGL/ |
D | Context.h | 662 bool getQueryParameterInfo(GLenum pname, GLenum *type, unsigned int *numParams);
|
D | libGL.cpp | 2383 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()
|
D | Context.cpp | 1480 bool Context::getQueryParameterInfo(GLenum pname, GLenum *type, unsigned int *numParams) in getQueryParameterInfo() function in gl::Context
|