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

  /external/chromium_org/content/shell/renderer/test_runner/
TestPlugin.cpp 144 , m_colorTexture(0)
263 m_context->bindTexture(GL_TEXTURE_2D, m_colorTexture);
285 m_colorTexture,
400 m_colorTexture = m_context->createTexture();
472 if (m_colorTexture) {
473 m_context->deleteTexture(m_colorTexture);
474 m_colorTexture = 0;
TestPlugin.h 136 unsigned m_colorTexture;

Completed in 40 milliseconds