Searched refs:vdpSurface (Results 1 - 18 of 18) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/mesa/state_tracker/
H A Dst_vdpau.c59 st_vdpau_video_surface_gallium(struct gl_context *ctx, const void *vdpSurface, argument
75 buffer = f((uintptr_t)vdpSurface);
92 st_vdpau_output_surface_gallium(struct gl_context *ctx, const void *vdpSurface) argument
103 pipe_resource_reference(&res, f((uintptr_t)vdpSurface));
143 st_vdpau_output_surface_dma_buf(struct gl_context *ctx, const void *vdpSurface) argument
155 if (f((uintptr_t)vdpSurface, &desc) != VDP_STATUS_OK)
162 st_vdpau_video_surface_dma_buf(struct gl_context *ctx, const void *vdpSurface, argument
175 if (f((uintptr_t)vdpSurface, index, &desc) != VDP_STATUS_OK)
185 const void *vdpSurface, GLuint index)
196 res = st_vdpau_output_surface_dma_buf(ctx, vdpSurface);
182 st_vdpau_map_surface(struct gl_context * ctx,GLenum target,GLenum access,GLboolean output,struct gl_texture_object * texObj,struct gl_texture_image * texImage,const void * vdpSurface,GLuint index) argument
247 st_vdpau_unmap_surface(struct gl_context * ctx,GLenum target,GLenum access,GLboolean output,struct gl_texture_object * texObj,struct gl_texture_image * texImage,const void * vdpSurface,GLuint index) argument
[all...]
/xsrc/external/mit/MesaLib/dist/src/mesa/state_tracker/
H A Dst_vdpau.c61 st_vdpau_video_surface_gallium(struct gl_context *ctx, const void *vdpSurface, argument
77 buffer = f((uintptr_t)vdpSurface);
94 st_vdpau_output_surface_gallium(struct gl_context *ctx, const void *vdpSurface) argument
105 pipe_resource_reference(&res, f((uintptr_t)vdpSurface));
146 st_vdpau_output_surface_dma_buf(struct gl_context *ctx, const void *vdpSurface) argument
158 if (f((uintptr_t)vdpSurface, &desc) != VDP_STATUS_OK)
165 st_vdpau_video_surface_dma_buf(struct gl_context *ctx, const void *vdpSurface, argument
178 if (f((uintptr_t)vdpSurface, index, &desc) != VDP_STATUS_OK)
188 const void *vdpSurface, GLuint index)
200 res = st_vdpau_output_surface_dma_buf(ctx, vdpSurface);
185 st_vdpau_map_surface(struct gl_context * ctx,GLenum target,GLenum access,GLboolean output,struct gl_texture_object * texObj,struct gl_texture_image * texImage,const void * vdpSurface,GLuint index) argument
263 st_vdpau_unmap_surface(struct gl_context * ctx,GLenum target,GLenum access,GLboolean output,struct gl_texture_object * texObj,struct gl_texture_image * texImage,const void * vdpSurface,GLuint index) argument
[all...]
/xsrc/external/mit/MesaLib.old/dist/src/mesa/main/
H A Dvdpau.h44 _mesa_VDPAURegisterVideoSurfaceNV(const GLvoid *vdpSurface, GLenum target,
49 _mesa_VDPAURegisterOutputSurfaceNV(const GLvoid *vdpSurface, GLenum target,
H A Dvdpau.c51 const GLvoid *vdpSurface; member in struct:vdp_surface
114 const GLvoid *vdpSurface, GLenum target,
141 surf->vdpSurface = vdpSurface;
190 _mesa_VDPAURegisterVideoSurfaceNV(const GLvoid *vdpSurface, GLenum target, argument
201 return register_surface(ctx, false, vdpSurface, target,
206 _mesa_VDPAURegisterOutputSurfaceNV(const GLvoid *vdpSurface, GLenum target, argument
217 return register_surface(ctx, true, vdpSurface, target,
383 surf->vdpSurface, j);
431 surf->vdpSurface,
113 register_surface(struct gl_context * ctx,GLboolean isOutput,const GLvoid * vdpSurface,GLenum target,GLsizei numTextureNames,const GLuint * textureNames) argument
[all...]
H A Ddd.h1033 const GLvoid *vdpSurface, GLuint index);
1038 const GLvoid *vdpSurface, GLuint index);
/xsrc/external/mit/MesaLib/dist/src/mesa/main/
H A Dvdpau.h44 _mesa_VDPAURegisterVideoSurfaceNV(const GLvoid *vdpSurface, GLenum target,
49 _mesa_VDPAURegisterOutputSurfaceNV(const GLvoid *vdpSurface, GLenum target,
H A Dvdpau.c52 const GLvoid *vdpSurface; member in struct:vdp_surface
115 const GLvoid *vdpSurface, GLenum target,
142 surf->vdpSurface = vdpSurface;
191 _mesa_VDPAURegisterVideoSurfaceNV(const GLvoid *vdpSurface, GLenum target, argument
202 return register_surface(ctx, false, vdpSurface, target,
207 _mesa_VDPAURegisterOutputSurfaceNV(const GLvoid *vdpSurface, GLenum target, argument
218 return register_surface(ctx, true, vdpSurface, target,
384 surf->vdpSurface, j);
432 surf->vdpSurface,
114 register_surface(struct gl_context * ctx,GLboolean isOutput,const GLvoid * vdpSurface,GLenum target,GLsizei numTextureNames,const GLuint * textureNames) argument
[all...]
H A Ddd.h1129 const GLvoid *vdpSurface, GLuint index);
1134 const GLvoid *vdpSurface, GLuint index);
/xsrc/external/mit/MesaLib/src/mapi/glapi/gen/
H A Dmarshal_generated7.c3141 _mesa_marshal_VDPAURegisterVideoSurfaceNV(const GLvoid * vdpSurface, GLenum target, GLsizei numTextureNames, const GLuint * textureNames) argument
3145 return CALL_VDPAURegisterVideoSurfaceNV(ctx->CurrentServerDispatch, (vdpSurface, target, numTextureNames, textureNames));
3151 _mesa_marshal_VDPAURegisterOutputSurfaceNV(const GLvoid * vdpSurface, GLenum target, GLsizei numTextureNames, const GLuint * textureNames) argument
3155 return CALL_VDPAURegisterOutputSurfaceNV(ctx->CurrentServerDispatch, (vdpSurface, target, numTextureNames, textureNames));
/xsrc/external/mit/MesaLib.old/src/mapi/
H A Dshared-glapi_glapi_mapi_tmp.h1332 GLintptr APIENTRY shared_dispatch_stub_1319(const GLvoid *vdpSurface, GLenum target, GLsizei numTextureNames, const GLuint *textureNames);
1333 GLintptr APIENTRY shared_dispatch_stub_1320(const GLvoid *vdpSurface, GLenum target, GLsizei numTextureNames, const GLuint *textureNames);
9393 static GLintptr APIENTRY noopVDPAURegisterOutputSurfaceNV(const GLvoid *vdpSurface, GLenum target, GLsizei numTextureNames, const GLuint *textureNames) argument
9395 (void) vdpSurface; (void) target; (void) numTextureNames; (void) textureNames;
9400 static GLintptr APIENTRY noopVDPAURegisterVideoSurfaceNV(const GLvoid *vdpSurface, GLenum target, GLsizei numTextureNames, const GLuint *textureNames) argument
9402 (void) vdpSurface; (void) target; (void) numTextureNames; (void) textureNames;
26781 GLintptr APIENTRY shared_dispatch_stub_1319(const GLvoid *vdpSurface, GLenum target, GLsizei numTextureNames, const GLuint *textureNames) argument
26785 return ((GLintptr (APIENTRY *)(const GLvoid *vdpSurface, GLenum target, GLsizei numTextureNames, const GLuint *textureNames)) _func)(vdpSurface, target, numTextureNames, textureNames);
26788 GLintptr APIENTRY shared_dispatch_stub_1320(const GLvoid *vdpSurface, GLenu argument
[all...]
/xsrc/external/mit/xorg-server.old/dist/hw/xwin/glx/
H A Dgl.spec31358 VDPAURegisterVideoSurfaceNV(vdpSurface, target, numTextureNames, textureNames)
31360 param vdpSurface Void out reference
31371 VDPAURegisterOutputSurfaceNV(vdpSurface, target, numTextureNames, textureNames)
31373 param vdpSurface Void out reference
/xsrc/external/mit/MesaLib/src/mapi/shared-glapi/
H A Dglapi_mapi_tmp.h1336 GLintptr APIENTRY shared_dispatch_stub_1319(const GLvoid *vdpSurface, GLenum target, GLsizei numTextureNames, const GLuint *textureNames);
1337 GLintptr APIENTRY shared_dispatch_stub_1320(const GLvoid *vdpSurface, GLenum target, GLsizei numTextureNames, const GLuint *textureNames);
9632 static GLintptr APIENTRY noopVDPAURegisterOutputSurfaceNV(const GLvoid *vdpSurface, GLenum target, GLsizei numTextureNames, const GLuint *textureNames) argument
9634 (void) vdpSurface; (void) target; (void) numTextureNames; (void) textureNames;
9639 static GLintptr APIENTRY noopVDPAURegisterVideoSurfaceNV(const GLvoid *vdpSurface, GLenum target, GLsizei numTextureNames, const GLuint *textureNames) argument
9641 (void) vdpSurface; (void) target; (void) numTextureNames; (void) textureNames;
29434 shared_dispatch_stub_1319(const GLvoid * vdpSurface,GLenum target,GLsizei numTextureNames,const GLuint * textureNames) argument
29441 shared_dispatch_stub_1320(const GLvoid * vdpSurface,GLenum target,GLsizei numTextureNames,const GLuint * textureNames) argument
[all...]
/xsrc/external/mit/libepoxy/src/
H A Dgl_generated.h9666 typedef GLvdpauSurfaceNV (GLAPIENTRY *PFNGLVDPAUREGISTEROUTPUTSURFACENVPROC)(const void * vdpSurface, GLenum target, GLsizei numTextureNames, const GLuint * textureNames);
9667 typedef GLvdpauSurfaceNV (GLAPIENTRY *PFNGLVDPAUREGISTERVIDEOSURFACENVPROC)(const void * vdpSurface, GLenum target, GLsizei numTextureNames, const GLuint * textureNames);
9668 typedef GLvdpauSurfaceNV (GLAPIENTRY *PFNGLVDPAUREGISTERVIDEOSURFACEWITHPICTURESTRUCTURENVPROC)(const void * vdpSurface, GLenum target, GLsizei numTextureNames, const GLuint * textureNames, GLboolean isFrameStructure);
[all...]
H A Dgl_generated_dispatch.c[all...]
/xsrc/external/mit/MesaLib/dist/include/GL/
H A Dglext.h11354 typedef GLvdpauSurfaceNV (APIENTRYP PFNGLVDPAUREGISTERVIDEOSURFACENVPROC) (const void *vdpSurface, GLenum target, GLsizei numTextureNames, const GLuint *textureNames);
11355 typedef GLvdpauSurfaceNV (APIENTRYP PFNGLVDPAUREGISTEROUTPUTSURFACENVPROC) (const void *vdpSurface, GLenum target, GLsizei numTextureNames, const GLuint *textureNames);
11365 GLAPI GLvdpauSurfaceNV APIENTRY glVDPAURegisterVideoSurfaceNV (const void *vdpSurface, GLenum target, GLsizei numTextureNames, const GLuint *textureNames);
11366 GLAPI GLvdpauSurfaceNV APIENTRY glVDPAURegisterOutputSurfaceNV (const void *vdpSurface, GLenum target, GLsizei numTextureNames, const GLuint *textureNames);
11378 typedef GLvdpauSurfaceNV (APIENTRYP PFNGLVDPAUREGISTERVIDEOSURFACEWITHPICTURESTRUCTURENVPROC) (const void *vdpSurface, GLenum target, GLsizei numTextureNames, const GLuint *textureNames, GLboolean isFrameStructure);
11380 GLAPI GLvdpauSurfaceNV APIENTRY glVDPAURegisterVideoSurfaceWithPictureStructureNV (const void *vdpSurface, GLenum target, GLsizei numTextureNames, const GLuint *textureNames, GLboolean isFrameStructure);
/xsrc/external/mit/MesaLib.old/dist/include/GL/
H A Dglext.h11122 typedef GLvdpauSurfaceNV (APIENTRYP PFNGLVDPAUREGISTERVIDEOSURFACENVPROC) (const void *vdpSurface, GLenum target, GLsizei numTextureNames, const GLuint *textureNames);
11123 typedef GLvdpauSurfaceNV (APIENTRYP PFNGLVDPAUREGISTEROUTPUTSURFACENVPROC) (const void *vdpSurface, GLenum target, GLsizei numTextureNames, const GLuint *textureNames);
11133 GLAPI GLvdpauSurfaceNV APIENTRY glVDPAURegisterVideoSurfaceNV (const void *vdpSurface, GLenum target, GLsizei numTextureNames, const GLuint *textureNames);
11134 GLAPI GLvdpauSurfaceNV APIENTRY glVDPAURegisterOutputSurfaceNV (const void *vdpSurface, GLenum target, GLsizei numTextureNames, const GLuint *textureNames);
/xsrc/external/mit/MesaLib/src/mesa/main/
H A Dmarshal_generated.h5125 GLintptr GLAPIENTRY _mesa_marshal_VDPAURegisterVideoSurfaceNV(const GLvoid * vdpSurface, GLenum target, GLsizei numTextureNames, const GLuint * textureNames);
5126 GLintptr GLAPIENTRY _mesa_marshal_VDPAURegisterOutputSurfaceNV(const GLvoid * vdpSurface, GLenum target, GLsizei numTextureNames, const GLuint * textureNames);
/xsrc/external/mit/MesaLib.old/src/mapi/glapi/
H A Dmarshal_generated.c37792 _mesa_marshal_VDPAURegisterVideoSurfaceNV(const GLvoid * vdpSurface,GLenum target,GLsizei numTextureNames,const GLuint * textureNames) argument
37803 _mesa_marshal_VDPAURegisterOutputSurfaceNV(const GLvoid * vdpSurface,GLenum target,GLsizei numTextureNames,const GLuint * textureNames) argument
[all...]

Completed in 638 milliseconds