Home | History | Annotate | Download | only in test

Lines Matching defs:hooks

22 #include "hooks.h"
35 gl_hooks_t hooks;
47 dbg = new DbgContext(1, &hooks, 32);
49 for (unsigned int i = 0; i < sizeof(hooks) / sizeof(void *); i++)
50 ((void **)&hooks)[i] = (void *)glNoop;
199 hooks.gl.glCreateShader = caller.CreateShader;
200 hooks.gl.glCreateProgram = caller.CreateProgram;
267 hooks.gl.glCreateShader = caller.CreateShader;
268 hooks.gl.glCreateProgram = caller.CreateProgram;
358 hooks.gl.glTexImage2D = caller.TexImage2D;
430 hooks.gl.glCopyTexImage2D = caller.CopyTexImage2D;
431 hooks.gl.glReadPixels = caller.ReadPixels;