Searched refs:getQueryTypeSuffix (Results 1 – 2 of 2) sorted by relevance
/external/deqp/modules/gles2/functional/ |
D | es2fIntegerStateQueryTests.cpp | 1986 static const char* getQueryTypeSuffix (QueryType type) in getQueryTypeSuffix() function 2182 … (m_context, queryType, (std::string("array_buffer_binding") + getQueryTypeSuffix(queryType)).… in init() 2183 …context, queryType, (std::string("element_array_buffer_binding") + getQueryTypeSuffix(queryType)).… in init() 2185 … (m_context, queryType, (std::string("current_program_binding") + getQueryTypeSuffix(queryType)).… in init() 2188 … (m_context, queryType, (std::string("renderbuffer_binding") + getQueryTypeSuffix(queryType)).… in init() 2190 …e (m_context, queryType, (std::string("texture_binding_2d") + getQueryTypeSuffix(queryType)).… in init() 2191 …(m_context, queryType, (std::string("texture_binding_cube_map") + getQueryTypeSuffix(queryType)).… in init() 2193 …e (m_context, queryType, (std::string("framebuffer_binding") + getQueryTypeSuffix(queryType)).… in init()
|
/external/deqp/modules/gles3/functional/ |
D | es3fIntegerStateQueryTests.cpp | 2693 static const char* getQueryTypeSuffix (QueryType type) in getQueryTypeSuffix() function 2982 …text, queryType, (std::string(bufferBindingStates[testNdx].name) + getQueryTypeSuffix(queryType)).… in init() 2985 …context, queryType, (std::string("element_array_buffer_binding") + getQueryTypeSuffix(queryType)).… in init() 2986 …m_context, queryType, (std::string("transform_feedback_binding") + getQueryTypeSuffix(queryType)).… in init() 2987 … (m_context, queryType, (std::string("current_program_binding") + getQueryTypeSuffix(queryType)).… in init() 2988 … (m_context, queryType, (std::string("vertex_array_binding") + getQueryTypeSuffix(queryType)).… in init() 2991 … (m_context, queryType, (std::string("renderbuffer_binding") + getQueryTypeSuffix(queryType)).… in init() 2992 …tCase (m_context, queryType, (std::string("sampler_binding") + getQueryTypeSuffix(queryType)).… in init() 3010 …_context, queryType, (std::string(textureBindings[testNdx].name) + getQueryTypeSuffix(queryType)).… in init() 3014 …se (m_context, queryType, (std::string("framebuffer_binding") + getQueryTypeSuffix(queryType)).… in init()
|