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

  /external/chromium_org/third_party/WebKit/Source/platform/graphics/gpu/
WebGLImageConversion.h 88 unsigned imageHeight() { return m_imageHeight; }
105 unsigned m_imageHeight;
WebGLImageConversion.cpp     [all...]
  /external/deqp/modules/gles31/functional/
es31fTextureSpecificationTests.cpp 414 , m_imageHeight (imageHeight)
431 int imageHeight = m_imageHeight > 0 ? m_imageHeight : m_size;
454 glPixelStorei(GL_UNPACK_IMAGE_HEIGHT, m_imageHeight);
467 int m_imageHeight;
507 , m_imageHeight (imageHeight)
546 int imageHeight = m_imageHeight > 0 ? m_imageHeight : m_subH;
561 glPixelStorei(GL_UNPACK_IMAGE_HEIGHT, m_imageHeight);
577 int m_imageHeight;
    [all...]
  /external/deqp/modules/gles3/functional/
es3fTextureSpecificationTests.cpp     [all...]

Completed in 84 milliseconds