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

  /external/mesa3d/src/mesa/main/
vdpau.c 55 _mesa_VDPAUInitNV(const GLvoid *vdpDevice, const GLvoid *getProcAddress)
59 if (!vdpDevice) {
60 _mesa_error(ctx, GL_INVALID_VALUE, "vdpDevice");
69 if (ctx->vdpDevice || ctx->vdpGetProcAddress || ctx->vdpSurfaces) {
74 ctx->vdpDevice = vdpDevice;
100 if (!ctx->vdpDevice || !ctx->vdpGetProcAddress || !ctx->vdpSurfaces) {
107 ctx->vdpDevice = 0;
120 if (!ctx->vdpDevice || !ctx->vdpGetProcAddress || !ctx->vdpSurfaces) {
227 if (!ctx->vdpDevice || !ctx->vdpGetProcAddress || !ctx->vdpSurfaces)
    [all...]
vdpau.h 38 _mesa_VDPAUInitNV(const GLvoid *vdpDevice, const GLvoid *getProcAddress);
mtypes.h     [all...]
  /external/mesa3d/src/mesa/state_tracker/
st_vdpau.c 63 uint32_t device = (uintptr_t)ctx->vdpDevice;
95 uint32_t device = (uintptr_t)ctx->vdpDevice;
146 uint32_t device = (uintptr_t)ctx->vdpDevice;
166 uint32_t device = (uintptr_t)ctx->vdpDevice;
  /external/mesa3d/include/GL/
glext.h     [all...]
  /external/swiftshader/include/GL/
glext.h     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/GL/
glext.h     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/GL/
glext.h     [all...]
  /prebuilts/misc/darwin-x86_64/sdl2/include/SDL2/
SDL_opengl.h     [all...]
  /prebuilts/misc/windows/sdl2/i686-w64-mingw32/include/SDL2/
SDL_opengl.h     [all...]
  /prebuilts/misc/windows/sdl2/include/
SDL_opengl.h     [all...]
  /prebuilts/misc/windows/sdl2/x86_64-w64-mingw32/include/SDL2/
SDL_opengl.h     [all...]

Completed in 1521 milliseconds