Lines Matching refs:target
4748 const char* getTargetName(GLenum target) const;
4749 GLenum getGeneralTargetForDetailedTarget(GLenum target);
4754 void destroyGLObject(GLenum target, GLuint object_id);
5498 /** Retrieves a string representing name of target passed by argument.
5500 * @param target GLES target to retrieve a string for.
5505 const char* TestBase::getTargetName(GLenum target) const
5509 switch (target)
5546 /** Returns a general texture target for cube-map texture targets or
5547 * user-specified target otherwise.
5549 * @param target GLES target to consider. Allowed values:
5561 * @return General texture target or used-specified target
5564 GLenum TestBase::getGeneralTargetForDetailedTarget(GLenum target)
5568 switch (target)
5575 result = target;
5594 TCU_FAIL("Unrecognized target");
5675 * GL_DRAW_FRAMEBUFFER target once configured,
5677 * target instead.
5739 // and another one we'll bind to draw framebuffer target with the renderbuffer object attached
5872 /** Releases a GL object. If @param target represents a texture,
5873 * the object is unbound from the target prior to a gl.deleteTextures()
5876 * @param target Type of the object to release. Allowed values:
5890 void TestBase::destroyGLObject(GLenum target, GLuint object_id)
5893 switch (target)
5912 GLenum general_attachment_type = getGeneralTargetForDetailedTarget(target);
6094 // Find out which index does the target internalformat use
6673 * @param source_attachment_type Tells what GL object (or which texture target)
6685 * @param destination_attachment_type Tells which texture target should be used for
6771 << glu::getTypeStr(result_type).toString() << ", src target: [" << GetTargetName(m_source_attachment_type)
6772 << "], dst target: " << GetTargetName(m_destination_attachment_type)
6876 } // cube-map texture target cases
6893 << "] internalformat conversion [target=" << getTargetName(m_source_attachment_type)
7179 << ", src target: [" << getTargetName(m_source_attachment_type)
7180 << "], dst target: " << getTargetName(m_destination_attachment_type)
7200 /** Binds texture object to a given texture target of a specified texture unit.
7203 * @param texture_target Valid texture target to which @param to_id will be bound.
7224 // Bind texture object to specific texture target of specified texture unit.
7366 * @param src_attachment_type Object type or texture target of the source object.
7367 * @param dst_attachment_type Object type or texture target of the destination object.
8894 * @param source_attachment_type Tells what GL object (or which texture target)
8896 * @param destination_attachment_type Tells which texture target should be used for
9009 // Bind buffer objects to GL_TRANSFORM_FEEDBACK target at specific indices.
9949 * GL_READ_FRAMEBUFFER target. It then enters two-level loop:
10147 << "] for source target [" << GetTargetName(m_source_attachment_type)
10148 << "] and destination target [" << GetTargetName(m_destination_attachment_type) << "]",
10164 << "] conversion [src target=" << getTargetName(m_source_attachment_type)
10165 << ", dst target=" << getTargetName(m_destination_attachment_type)
10174 << "] conversion [src target=" << getTargetName(m_source_attachment_type)
10175 << ", dst target=" << getTargetName(m_destination_attachment_type) << "] caused ["