Searched refs:getQueryTypeSuffix (Results 1 – 2 of 2) sorted by relevance
/external/deqp/modules/gles2/functional/ |
D | es2fIntegerStateQueryTests.cpp | 2006 static const char* getQueryTypeSuffix (QueryType type) in getQueryTypeSuffix() function 2202 … (m_context, queryType, (std::string("array_buffer_binding") + getQueryTypeSuffix(queryType)).… in init() 2203 …context, queryType, (std::string("element_array_buffer_binding") + getQueryTypeSuffix(queryType)).… in init() 2205 … (m_context, queryType, (std::string("current_program_binding") + getQueryTypeSuffix(queryType)).… in init() 2208 … (m_context, queryType, (std::string("renderbuffer_binding") + getQueryTypeSuffix(queryType)).… in init() 2210 …e (m_context, queryType, (std::string("texture_binding_2d") + getQueryTypeSuffix(queryType)).… in init() 2211 …(m_context, queryType, (std::string("texture_binding_cube_map") + getQueryTypeSuffix(queryType)).… in init() 2213 …e (m_context, queryType, (std::string("framebuffer_binding") + getQueryTypeSuffix(queryType)).… in init()
|
/external/deqp/modules/gles3/functional/ |
D | es3fIntegerStateQueryTests.cpp | 2713 static const char* getQueryTypeSuffix (QueryType type) in getQueryTypeSuffix() function 3002 …text, queryType, (std::string(bufferBindingStates[testNdx].name) + getQueryTypeSuffix(queryType)).… in init() 3005 …context, queryType, (std::string("element_array_buffer_binding") + getQueryTypeSuffix(queryType)).… in init() 3006 …m_context, queryType, (std::string("transform_feedback_binding") + getQueryTypeSuffix(queryType)).… in init() 3007 … (m_context, queryType, (std::string("current_program_binding") + getQueryTypeSuffix(queryType)).… in init() 3008 … (m_context, queryType, (std::string("vertex_array_binding") + getQueryTypeSuffix(queryType)).… in init() 3011 … (m_context, queryType, (std::string("renderbuffer_binding") + getQueryTypeSuffix(queryType)).… in init() 3012 …tCase (m_context, queryType, (std::string("sampler_binding") + getQueryTypeSuffix(queryType)).… in init() 3030 …_context, queryType, (std::string(textureBindings[testNdx].name) + getQueryTypeSuffix(queryType)).… in init() 3034 …se (m_context, queryType, (std::string("framebuffer_binding") + getQueryTypeSuffix(queryType)).… in init()
|