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

  /external/mesa3d/src/mesa/main/
vdpau.c 69 if (ctx->vdpDevice || ctx->vdpGetProcAddress || ctx->vdpSurfaces) {
75 ctx->vdpGetProcAddress = getProcAddress;
100 if (!ctx->vdpDevice || !ctx->vdpGetProcAddress || !ctx->vdpSurfaces) {
108 ctx->vdpGetProcAddress = 0;
120 if (!ctx->vdpDevice || !ctx->vdpGetProcAddress || !ctx->vdpSurfaces) {
227 if (!ctx->vdpDevice || !ctx->vdpGetProcAddress || !ctx->vdpSurfaces) {
247 if (!ctx->vdpDevice || !ctx->vdpGetProcAddress || !ctx->vdpSurfaces) {
280 if (!ctx->vdpDevice || !ctx->vdpGetProcAddress || !ctx->vdpSurfaces) {
312 if (!ctx->vdpDevice || !ctx->vdpGetProcAddress || !ctx->vdpSurfaces) {
343 if (!ctx->vdpDevice || !ctx->vdpGetProcAddress || !ctx->vdpSurfaces)
    [all...]
mtypes.h     [all...]
  /external/mesa3d/src/mesa/state_tracker/
st_vdpau.c 71 getProcAddr = (void *)ctx->vdpGetProcAddress;
99 getProcAddr = (void *)ctx->vdpGetProcAddress;
151 getProcAddr = (void *)ctx->vdpGetProcAddress;
171 getProcAddr = (void *)ctx->vdpGetProcAddress;

Completed in 75 milliseconds