Lines Matching refs:target
2157 GLint format, target;
2180 target = GL_TEXTURE_2D;
2183 target = GL_TEXTURE_2D;
2184 assert(!"Unexpected texture target in dri2_bind_tex_image()");
2188 target, format,
2200 GLint target;
2211 target = GL_TEXTURE_2D;
2214 assert(!"missing texture target");
2220 target, dri_drawable);
2227 dri2_create_image(_EGLDisplay *disp, _EGLContext *ctx, EGLenum target,
2231 return dri2_dpy->vtbl->create_image(disp, ctx, target, buffer,
2412 EGLenum target,
2433 switch (target) {
2462 depth = target - EGL_GL_TEXTURE_CUBE_MAP_POSITIVE_X_KHR;
2466 unreachable("Unexpected target in dri2_create_image_khr_texture()");
2575 * "* If <target> is EGL_LINUX_DMA_BUF_EXT, and the list of attributes is
2585 * "If <target> is EGL_LINUX_DMA_BUF_EXT and one or more of the values
2596 * If <target> is EGL_LINUX_DMA_BUF_EXT, both or neither of the following
2750 * "* If <target> is EGL_LINUX_DMA_BUF_EXT, and the list of attributes is
2765 * "If <target> is EGL_LINUX_DMA_BUF_EXT, and the EGL_LINUX_DRM_FOURCC_EXT
2845 * "If eglCreateImageKHR is successful for a EGL_LINUX_DMA_BUF_EXT target, the
2871 * ""* If <target> is EGL_LINUX_DMA_BUF_EXT and <buffer> is not NULL, the
3165 dri2_create_image_khr(_EGLDisplay *disp, _EGLContext *ctx, EGLenum target,
3168 switch (target) {
3177 return dri2_create_image_khr_texture(disp, ctx, target, buffer, attr_list);