Searched refs:getQueryParameterInfo (Results 1 – 7 of 7) sorted by relevance
/external/swiftshader/src/OpenGL/libGLESv2/ |
D | Context.h | 658 bool getQueryParameterInfo(GLenum pname, GLenum *type, unsigned int *numParams) const;
|
D | libGLESv3.cpp | 1844 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()
|
D | libGLESv2.cpp | 2525 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()
|
D | Context.cpp | 2415 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
|