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

  /external/deqp/modules/glshared/
glsShaderLibraryCase.cpp 629 const TargetType m_targetType;
638 , m_targetType (targetType)
652 if (m_targetType == TARGETTYPE_PROGRAM)
654 else if (m_targetType == TARGETTYPE_PIPELINE)
664 if (m_targetType == TARGETTYPE_PROGRAM)
666 else if (m_targetType == TARGETTYPE_PIPELINE)
678 if (m_targetType == TARGETTYPE_PROGRAM)
680 else if (m_targetType == TARGETTYPE_PIPELINE)
695 if (m_targetType == TARGETTYPE_PROGRAM)
697 else if (m_targetType == TARGETTYPE_PIPELINE
    [all...]
  /external/deqp/modules/gles31/functional/
es31fFboSRGBWriteControlTests.cpp 569 deUint32 m_targetType;
580 , m_targetType (targetType)
587 m_gl->bindFramebuffer(m_targetType, **m_referenceSource);
589 m_gl->framebufferTexture2D(m_targetType, m_colorAttachment, GL_TEXTURE_2D, textureAttachmentHandle, 0);
591 TCU_CHECK(m_gl->checkFramebufferStatus(m_targetType) == GL_FRAMEBUFFER_COMPLETE);
606 m_gl->bindFramebuffer(m_targetType, 0);
615 m_targetType = targetType;
637 m_gl->bindFramebuffer(m_targetType, **m_referenceSource);
646 m_gl->bindFramebuffer(m_targetType, 0);
    [all...]
es31fSRGBDecodeTests.cpp 430 glu::TextureTestUtil::TextureType m_targetType;
456 , m_targetType (targetType)
537 switch (m_targetType)
    [all...]

Completed in 539 milliseconds