HomeSort by relevance Sort by last modified time
    Searched refs:m_instanceName (Results 1 - 2 of 2) sorted by null

  /external/deqp/modules/gles31/functional/
es31fSSBOLayoutCase.hpp 90 const char* getInstanceName (void) const { return m_instanceName.empty() ? DE_NULL : m_instanceName.c_str(); }
95 void setInstanceName (const char* name) { m_instanceName = name; }
110 std::string m_instanceName;
  /external/deqp/modules/glshared/
glsUniformBlockCase.hpp 188 const char* getInstanceName (void) const { return m_instanceName.empty() ? DE_NULL : m_instanceName.c_str(); }
193 void setInstanceName (const char* name) { m_instanceName = name; }
205 std::string m_instanceName;

Completed in 124 milliseconds