Searched refs:VBoxGLhandleARB (Results 1 - 12 of 12) sorted by relevance

/vbox/src/VBox/GuestHost/OpenGL/include/
H A Dcr_glext.h28 typedef unsigned int VBoxGLhandleARB; /* shader object handle */ typedef
29 AssertCompile(sizeof (VBoxGLhandleARB) == sizeof (GLhandleARB));
/vbox/src/VBox/HostServices/SharedOpenGL/render/
H A Drenderspu_cocoa.c320 static VBoxGLhandleARB crHndlSearchVBox(GLhandleARB hNative)
323 return (VBoxGLhandleARB)((uintptr_t)hNative);
326 static GLhandleARB crHndlSearchNative(VBoxGLhandleARB hVBox)
331 static VBoxGLhandleARB crHndlAcquireVBox(GLhandleARB hNative)
334 return (VBoxGLhandleARB)((uintptr_t)hNative);
337 static GLhandleARB crHndlReleaseVBox(VBoxGLhandleARB hVBox)
342 static void SPU_APIENTRY renderspu_SystemDeleteObjectARB(VBoxGLhandleARB obj)
354 static void SPU_APIENTRY renderspu_SystemGetAttachedObjectsARB( VBoxGLhandleARB containerObj, GLsizei maxCount, GLsizei * pCount, VBoxGLhandleARB * obj )
394 static VBoxGLhandleARB SPU_APIENTR
[all...]
/vbox/src/VBox/Additions/common/crOpenGL/pack/
H A Dpackspu_getshaders.c101 void PACKSPU_APIENTRY packspu_GetAttachedObjectsARB(VBoxGLhandleARB containerObj, GLsizei maxCount, GLsizei * count, VBoxGLhandleARB * obj)
109 pLocal = (GLsizei*) crAlloc(maxCount*sizeof(VBoxGLhandleARB)+sizeof(GLsizei));
118 crMemcpy(obj, &pLocal[1], *pLocal*sizeof(VBoxGLhandleARB));
124 void PACKSPU_APIENTRY packspu_GetInfoLogARB(VBoxGLhandleARB obj, GLsizei maxLength, GLsizei * length, GLcharARB * infoLog)
H A Dpackspu_glsl.c206 void PACK_APIENTRY packspu_DeleteObjectARB(VBoxGLhandleARB obj)
/vbox/src/VBox/HostServices/SharedOpenGL/crserverlib/
H A Dserver_getshaders.c100 void SERVER_DISPATCH_APIENTRY crServerDispatchGetAttachedObjectsARB(VBoxGLhandleARB containerObj, GLsizei maxCount, GLsizei * count, VBoxGLhandleARB * obj)
104 pLocal = (GLsizei*) crAlloc(maxCount*sizeof(VBoxGLhandleARB)+sizeof(GLsizei));
112 cr_server.head_spu->dispatch_table.GetAttachedObjectsARB(crStateGetProgramHWID(containerObj), maxCount, pLocal, (VBoxGLhandleARB*)&pLocal[1]);
122 crServerReturnValue(pLocal, (*pLocal)*sizeof(VBoxGLhandleARB)+sizeof(GLsizei));
128 void SERVER_DISPATCH_APIENTRY crServerDispatchGetInfoLogARB(VBoxGLhandleARB obj, GLsizei maxLength, GLsizei * length, GLcharARB * infoLog)
330 void SERVER_DISPATCH_APIENTRY crServerDispatchGetObjectParameterfvARB( VBoxGLhandleARB obj, GLenum pname, GLfloat * params )
349 void SERVER_DISPATCH_APIENTRY crServerDispatchGetObjectParameterivARB( VBoxGLhandleARB obj, GLenum pname, GLint * params )
H A Dserver_glsl.c114 void SERVER_DISPATCH_APIENTRY crServerDispatchDeleteObjectARB(VBoxGLhandleARB obj)
132 VBoxGLhandleARB SERVER_DISPATCH_APIENTRY crServerDispatchGetHandleARB( GLenum pname )
134 VBoxGLhandleARB retval;
/vbox/src/VBox/HostServices/SharedOpenGL/unpacker/
H A Dunpack_shaders.c267 VBoxGLhandleARB containerObj = READ_DATA(8, VBoxGLhandleARB);
276 VBoxGLhandleARB obj = READ_DATA(8, VBoxGLhandleARB);
/vbox/src/VBox/GuestHost/OpenGL/include/state/
H A Dcr_glsl.h105 DECLEXPORT(GLuint) STATE_APIENTRY crStateDeleteObjectARB( VBoxGLhandleARB obj );
/vbox/src/VBox/GuestHost/OpenGL/packer/
H A Dpack_shaders.c474 void PACK_APIENTRY crPackGetAttachedObjectsARB(VBoxGLhandleARB containerObj, GLsizei maxCount, GLsizei * count, VBoxGLhandleARB * obj, int * writeback)
482 WRITE_DATA(8, VBoxGLhandleARB, containerObj);
491 void PACK_APIENTRY crPackGetInfoLogARB(VBoxGLhandleARB obj, GLsizei maxLength, GLsizei * length, GLcharARB * infoLog, int * writeback)
499 WRITE_DATA(8, VBoxGLhandleARB, obj);
/vbox/src/VBox/GuestHost/OpenGL/include/GL/
H A Dglext.h3728 typedef unsigned int VBoxGLhandleARB; /* shader object handle */ typedef
4761 GLAPI void APIENTRY glDeleteObjectARB (VBoxGLhandleARB);
4762 GLAPI VBoxGLhandleARB APIENTRY glGetHandleARB (GLenum);
4763 GLAPI void APIENTRY glDetachObjectARB (VBoxGLhandleARB, VBoxGLhandleARB);
4764 GLAPI VBoxGLhandleARB APIENTRY glCreateShaderObjectARB (GLenum);
4765 GLAPI void APIENTRY glShaderSourceARB (VBoxGLhandleARB, GLsizei, const GLcharARB* *, const GLint *);
4766 GLAPI void APIENTRY glCompileShaderARB (VBoxGLhandleARB);
4767 GLAPI VBoxGLhandleARB APIENTRY glCreateProgramObjectARB (void);
4768 GLAPI void APIENTRY glAttachObjectARB (VBoxGLhandleARB, VBoxGLhandleAR
[all...]
/vbox/src/VBox/GuestHost/OpenGL/state_tracker/
H A Ddump.cpp732 VBoxGLhandleARB *pShaders = (VBoxGLhandleARB*)crCalloc(cShaders * sizeof (*pShaders));
853 VBoxGLhandleARB *pShaders = (VBoxGLhandleARB*)crCalloc(cShaders * sizeof (*pShaders));
H A Dstate_glsl.c278 DECLEXPORT(GLuint) STATE_APIENTRY crStateDeleteObjectARB( VBoxGLhandleARB obj )

Completed in 255 milliseconds