Searched refs:getQueryParameterInfo (Results 1 – 8 of 8) sorted by relevance
/external/angle/src/libANGLE/ |
D | Context.h | 535 bool getQueryParameterInfo(GLenum pname, GLenum *type, unsigned int *numParams) const;
|
D | Context_gles_1_0.cpp | 205 getQueryParameterInfo(pname, &nativeType, &numParams); in getFixedv()
|
D | Context.cpp | 6642 getQueryParameterInfo(pname, &nativeType, &numParams); in getBooleanv() 6663 getQueryParameterInfo(pname, &nativeType, &numParams); in getFloatv() 6684 getQueryParameterInfo(pname, &nativeType, &numParams); in getIntegerv() 7706 getQueryParameterInfo(pname, &nativeType, &numParams); in getInteger64v() 8605 bool Context::getQueryParameterInfo(GLenum pname, GLenum *type, unsigned int *numParams) const in getQueryParameterInfo() function in gl::Context
|
D | validationES.cpp | 2644 if (!context->getQueryParameterInfo(pname, nativeType, numParams)) in ValidateStateQuery()
|
/external/swiftshader/src/OpenGL/libGLESv2/ |
D | libGLESv3.cpp | 1563 if(!context->getQueryParameterInfo(target, &nativeType, &numParams)) in GetIntegeri_v() 2923 if(!context->getQueryParameterInfo(pname, &nativeType, &numParams)) in GetInteger64v() 3006 if(!context->getQueryParameterInfo(target, &nativeType, &numParams)) in GetInteger64i_v()
|
D | Context.h | 636 bool getQueryParameterInfo(GLenum pname, GLenum *type, unsigned int *numParams) const;
|
D | libGLESv2.cpp | 2397 if(!context->getQueryParameterInfo(pname, &nativeType, &numParams)) in GetBooleanv() 2532 if(!context->getQueryParameterInfo(pname, &nativeType, &numParams)) in GetFloatv() 2853 if(!context->getQueryParameterInfo(pname, &nativeType, &numParams)) in GetIntegerv()
|
D | Context.cpp | 2514 bool Context::getQueryParameterInfo(GLenum pname, GLenum *type, unsigned int *numParams) const in getQueryParameterInfo() function in es2::Context
|