Lines Matching defs:target

465  *  @param [in] texture_target         Texture target.
544 * @param [in] texture_target Texture target.
573 * @param [in] texture_target Texture target.
604 * @param [in] texture_target Texture target.
690 * @param [in] texture_target Texture target.
902 * @param [in] texture_target Texture target.
1013 * @param [in] texture_target Texture target.
1046 * @param [in] texture_target Texture target.
1081 * @param [in] texture_target Texture target.
3186 "The framebuffer object bound to target is said to be framebuffer complete if all
4931 /* Invalid renderbuffer target. */
4961 << " renderbuffer target, " << (renderbuffer ? "valid" : "invalid")
6443 target is not DRAW_FRAMEBUFFER, READ_FRAMEBUFFER or FRAMEBUFFER. */
6447 "target is not DRAW_FRAMEBUFFER, READ_FRAMEBUFFER or FRAMEBUFFER.");
6500 /* Invalid target. */
6701 /* Invalid target. */
6909 bound to target and attachment is COLOR_ATTACHMENTm where m is greater than or
6916 "a framebuffer object is bound to target and attachment is COLOR_ATTACHMENTm where m is "
6924 "a framebuffer object is bound to target and attachment is COLOR_ATTACHMENTm where m is "
8629 /** Bind framebuffer to the target.
8631 * @param [in] target Bind to target.
8634 void StorageMultisampleTest::Bind(glw::GLenum target, glw::GLuint selector)
8640 gl.bindFramebuffer(target, m_fbo[selector]);
8856 * @param [in] target Target indicating usage of internal format
8861 glw::GLint StorageMultisampleTest::GetMaxConformantSampleCount(glw::GLenum target, glw::GLenum internalFormat)
8871 gl.getInternalformativ(target, internalFormat, GL_NUM_SAMPLE_COUNTS, 1, &gl_sample_counts);
8878 gl.getInternalformativ(target, internalFormat, GL_SAMPLES, gl_sample_counts, gl_supported_samples);
8883 gl.getInternalformatSampleivNV(target, internalFormat, gl_supported_samples[i], GL_CONFORMANT_NV, 1,