Lines Matching refs:Functions
56 T query (const glw::Functions& gl, deUint32 param);
100 GLint query<GLint> (const glw::Functions& gl, deUint32 param) in query()
108 GLint64 query<GLint64> (const glw::Functions& gl, deUint32 param) in query()
116 GLuint64 query<GLuint64> (const glw::Functions& gl, deUint32 param) in query()
124 GLfloat query<GLfloat> (const glw::Functions& gl,deUint32 param) in query()
132 NegInt query<NegInt> (const glw::Functions& gl, deUint32 param) in query()
138 Boolean query<Boolean> (const glw::Functions& gl, deUint32 param) in query()
146 FloatRange query<FloatRange> (const glw::Functions& gl, deUint32 param) in query()
154 AlignmentInt query<AlignmentInt> (const glw::Functions& gl, deUint32 param) in query()
242 const glw::Functions& gl = m_context.getRenderContext().getFunctions(); in iterate()
288 const glw::Functions& gl = m_context.getRenderContext().getFunctions(); in iterate()
326 static vector<string> queryExtensionsNonIndexed (const glw::Functions& gl) in queryExtensionsNonIndexed()
349 static vector<string> queryExtensionsIndexed (const glw::Functions& gl) in queryExtensionsIndexed()
390 const glw::Functions& gl = m_context.getRenderContext().getFunctions(); in iterate()