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

  /external/chromium_org/third_party/WebKit/Source/core/html/canvas/
WebGLRenderbuffer.h 43 m_internalFormat = internalformat;
46 GC3Denum getInternalFormat() const { return m_internalFormat; }
75 GC3Denum m_internalFormat;
WebGLRenderbuffer.cpp 46 , m_internalFormat(GraphicsContext3D::RGBA4)
  /sdk/emulator/opengl/host/libs/libOpenglRender/
ColorBuffer.h 55 GLenum m_internalFormat;
ColorBuffer.cpp 92 cb->m_internalFormat = texInternalFormat;
118 m_internalFormat(0),

Completed in 678 milliseconds