Searched refs:GLsizei (Results 201 - 217 of 217) sorted by relevance

123456789

/vbox/src/VBox/Additions/x11/x11include/mesa-7.2/src/mesa/main/
H A Dmtypes.h1105 GLsizei Width, Height; /**< Size of box */
1615 GLsizei Width, Height; /**< size */
1676 GLsizei Stride; /**< user-specified stride */
1677 GLsizei StrideB; /**< actual stride in bytes */
/vbox/src/VBox/GuestHost/OpenGL/state_tracker/
H A Dstate_texture.c621 void crStateRegNames(CRContext *g, CRHashTable *table, GLsizei n, GLuint *names)
636 void crStateRegTextures(GLsizei n, GLuint *names)
642 void crStateGenNames(CRContext *g, CRHashTable *table, GLsizei n, GLuint *names)
675 void STATE_APIENTRY crStateGenTextures(GLsizei n, GLuint *textures)
758 void STATE_APIENTRY crStateDeleteTextures(GLsizei n, const GLuint *textures)
3301 crStatePrioritizeTextures(GLsizei n, const GLuint *textures,
3306 GLsizei i;
3331 crStateAreTexturesResident(GLsizei n, const GLuint *textures,
H A Dstate_pixel.c154 void STATE_APIENTRY crStateBitmap( GLsizei width, GLsizei height,
H A Dstate_lists.c1278 GLuint STATE_APIENTRY crStateGenLists(GLsizei range)
1301 void STATE_APIENTRY crStateDeleteLists (GLuint list, GLsizei range)
H A Ddump.cpp751 GLsizei cbLog = 0;
/vbox/include/VBox/HostServices/
H A Dwglext.h498 extern void* WINAPI wglAllocateMemoryNV (GLsizei, GLfloat, GLfloat, GLfloat);
501 typedef void* (WINAPI * PFNWGLALLOCATEMEMORYNVPROC) (GLsizei size, GLfloat readfreq, GLfloat writefreq, GLfloat priority);
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/wined3d/
H A Dsurface.c191 static void surface_get_blt_info(GLenum target, const RECT *rect_in, GLsizei w, GLsizei h, struct blt_info *info)
848 GLsizei width = This->currentDesc.Width;
849 GLsizei height = This->currentDesc.Height;
925 GLsizei width = pRect->right - pRect->left;
926 GLsizei height = pRect->bottom - pRect->top;
1006 GLsizei width = This->pow2Width;
1007 GLsizei height = This->pow2Height;
4651 GLuint texture, GLsizei w, GLsizei
[all...]
H A Dwined3d_private.h958 GLsizei stride;
/vbox/src/VBox/HostServices/SharedOpenGL/render/
H A Drenderspu.c1496 renderspuChromiumParametervCR(GLenum target, GLenum type, GLsizei count,
1650 GLsizei count, GLvoid *values)
/vbox/src/VBox/Frontends/VirtualBox/src/
H A DVBoxFBOverlay.h818 static GLsizei makePowerOf2 (GLsizei val);
H A DVBoxFBOverlay.cpp1329 GLsizei VBoxVHWASurfaceBase::makePowerOf2(GLsizei val)
1556 GLsizei wdt = VBoxVHWASurfaceBase::makePowerOf2(mRect.width()/mColorFormat.widthCompression());
1557 GLsizei hgt = VBoxVHWASurfaceBase::makePowerOf2(mRect.height()/mColorFormat.heightCompression());
1625 // GLsizei wdt = mTexRect.width();
1626 // GLsizei hgt = mTexRect.height();
/vbox/src/VBox/Additions/WINNT/Graphics/Wine_new/wined3d/
H A Dsurface.c274 static void surface_get_blt_info(GLenum target, const RECT *rect, GLsizei w, GLsizei h, struct blt_info *info)
2938 GLsizei width = surface->pow2Width;
2939 GLsizei height = surface->pow2Height;
5872 GLuint texture, GLint x, GLint y, GLsizei w, GLsizei h, GLenum target)
5959 GLsizei w, h;
H A Dcontext.c1593 GLenum severity, GLsizei length, const char *message, void *ctx)
/vbox/src/VBox/Additions/common/crOpenGL/
H A Dcontext.c118 void stubConChromiumParametervCR(GLint con, GLenum target, GLenum type, GLsizei count, const GLvoid *values)
/vbox/src/VBox/Additions/WINNT/Graphics/Video/mp/wddm/
H A DVBoxMPVdma.cpp966 NTSTATUS vboxVdmaCrCmdGetChromiumParametervCR(PVBOXMP_DEVEXT pDevExt, uint32_t u32CrConClientID, GLenum target, GLuint index, GLenum type, GLsizei count, GLvoid * values)
/vbox/src/VBox/Devices/Graphics/shaderlib/
H A Dwined3d_private.h979 GLsizei stride;
/vbox/src/VBox/Devices/Graphics/
H A DDevVGA-SVGA3d-ogl.cpp70 typedef void (APIENTRYP PFNGLFOGCOORDPOINTERPROC) (GLenum type, GLsizei stride, const GLvoid *pointer);

Completed in 225 milliseconds

123456789