HomeSort by relevance Sort by last modified time
    Searched defs:context_info (Results 1 - 3 of 3) sorted by null

  /external/deqp/external/openglcts/modules/glesext/draw_elements_base_vertex/
esextcDrawElementsBaseVertexTests.cpp 943 const glu::ContextInfo& context_info = m_context.getContextInfo(); local
947 context_info.isExtensionSupported("GL_EXT_draw_elements_base_vertex"))) ||
948 context_info.isExtensionSupported("GL_ARB_draw_elements_base_vertex"))
964 context_info.isExtensionSupported("GL_EXT_multi_draw_arrays"))
978 m_is_vertex_attrib_binding_supported = context_info.isExtensionSupported("GL_ARB_vertex_attrib_binding");
984 context_info.isExtensionSupported("GL_EXT_geometry_shader"))) ||
985 context_info.isExtensionSupported("GL_ARB_geometry_shader4"))
992 context_info.isExtensionSupported("GL_EXT_tessellation_shader"))) ||
993 context_info.isExtensionSupported("GL_ARB_tessellation_shader"))
    [all...]
  /external/deqp/external/openglcts/modules/gl/
gl4cSparseBufferTests.cpp 1215 const glu::ContextInfo& context_info = context.getContextInfo(); local
    [all...]
gl4cPipelineStatisticsQueryTests.cpp 283 * @param context_info glu::ContextInfo& to be used by the method.
296 const glu::ContextInfo& context_info,
349 if (context_info.isExtensionSupported("GL_ARB_query_buffer_object") && qo_bo_id != 0)
1432 const glu::ContextInfo& context_info = m_context.getContextInfo(); local
1574 const glu::ContextInfo& context_info = m_context.getContextInfo(); local
    [all...]

Completed in 1344 milliseconds