Exemplo n.º 1
0
 internal extern static unsafe void glExtGetBuffersQCOM(UInt32 *buffers, Int32 maxBuffers, Int32 *numBuffers);
Exemplo n.º 2
0
 internal extern static unsafe bool glAreTexturesResidentEXT(Int32 n, UInt32 *textures, bool *residences);
Exemplo n.º 3
0
 internal extern static unsafe void glProgramLocalParameterI4uivNV(Int32 target, UInt32 index, UInt32 * @params);
Exemplo n.º 4
0
 internal extern static unsafe void glDrawCommandsStatesNV(UInt32 buffer, IntPtr *indirects, Int32 *sizes, UInt32 *states, UInt32 *fbos, UInt32 count);
Exemplo n.º 5
0
 internal extern static unsafe void glDeleteCommandListsNV(Int32 n, UInt32 *lists);
Exemplo n.º 6
0
 unsafe private static extern Int32 AlpDevAlloc(Int32 DeviceNum, Int32 InitFlag, UInt32 *DeviceIdPtr);
Exemplo n.º 7
0
 internal extern static unsafe IntPtr glVDPAURegisterOutputSurfaceNV(IntPtr vdpSurface, Int32 target, Int32 numTextureNames, UInt32 *textureNames);
Exemplo n.º 8
0
 internal extern static unsafe bool wglQuerySwapGroupNV(IntPtr hDC, UInt32 *group, UInt32 *barrier);
Exemplo n.º 9
0
 internal extern static unsafe bool wglQueryMaxSwapGroupsNV(IntPtr hDC, UInt32 *maxGroups, UInt32 *maxBarriers);
Exemplo n.º 10
0
 public static extern int GetHVDeviceAddr(int iIndex, UInt64 *pdw64MacAddr, UInt32 *pdwIP, UInt32 *pdwMask, UInt32 *pdwGateway);
Exemplo n.º 11
0
 internal extern static unsafe void glReplacementCodeuivSUN(UInt32 *code);
Exemplo n.º 12
0
 public static void ThrowFromPtr(UInt32 *exPtr)
 {
     FOS_System.Exception ex = (FOS_System.Exception)Utilities.ObjectUtilities.GetObject(exPtr);
     ex.InstructionAddress = *((uint *)BasePointer + 1);
     Throw(ex);
 }
Exemplo n.º 13
0
 internal extern static unsafe void glExtGetFramebuffersQCOM(UInt32 *framebuffers, Int32 maxFramebuffers, Int32 *numFramebuffers);
Exemplo n.º 14
0
 internal extern static unsafe void glExtGetRenderbuffersQCOM(UInt32 *renderbuffers, Int32 maxRenderbuffers, Int32 *numRenderbuffers);
Exemplo n.º 15
0
 internal extern static unsafe void glFramebufferFoveationConfigQCOM(UInt32 framebuffer, UInt32 numLayers, UInt32 focalPointsPerLayer, UInt32 requestedFeatures, UInt32 *providedFeatures);
Exemplo n.º 16
0
 internal extern static unsafe bool wglQueryFrameCountNV(IntPtr hDC, UInt32 *count);
Exemplo n.º 17
0
 internal extern static unsafe bool wglChoosePixelFormatARB(IntPtr hdc, int *piAttribIList, float *pfAttribFList, UInt32 nMaxFormats, int *piFormats, UInt32 *nNumFormats);
Exemplo n.º 18
0
 internal extern static unsafe Int32 glVideoCaptureNV(UInt32 video_capture_slot, UInt32 *sequence_num, UInt64 *capture_time);
Exemplo n.º 19
0
 unsafe private static extern Int32 AlpSeqAlloc(UInt32 DeviceId, Int32 BitPlanes, Int32 PicNum, UInt32 *SequenceIdPtr);
 internal extern static unsafe void GenVertexArrays(Int32 n, [OutAttribute] UInt32 *arrays);
Exemplo n.º 21
0
 internal extern static unsafe void glDeleteStatesNV(Int32 n, UInt32 *states);
Exemplo n.º 22
0
 internal extern static unsafe int glXGetVideoSyncSGI(UInt32 *count);
Exemplo n.º 23
0
 internal extern static unsafe void glDrawCommandsStatesAddressNV(UInt64 *indirects, Int32 *sizes, UInt32 *states, UInt32 *fbos, UInt32 count);
Exemplo n.º 24
0
 internal extern static unsafe int glXWaitVideoSyncSGI(int divisor, int remainder, UInt32 *count);
Exemplo n.º 25
0
 internal extern static unsafe void glListDrawCommandsStatesClientNV(UInt32 list, UInt32 segment, IntPtr *indirects, Int32 *sizes, UInt32 *states, UInt32 *fbos, UInt32 count);
Exemplo n.º 26
0
 public static unsafe void GetActiveUniforms(UInt32 program, Int32 uniformCount, UInt32 *uniformIndices, ArbUniformBufferObject pname, [OutAttribute] Int32 * @params)
 {
     GetActiveUniforms(program, uniformCount, uniformIndices, (ActiveUniformParameter)pname, @params);
 }
Exemplo n.º 27
0
 internal extern static unsafe void glGenTexturesEXT(Int32 n, UInt32 *textures);
 internal extern static unsafe void glGenProgramPipelinesEXT(Int32 n, UInt32 *pipelines);
Exemplo n.º 29
0
 internal extern static unsafe void glProgramEnvParametersI4uivNV(Int32 target, UInt32 index, Int32 count, UInt32 * @params);
Exemplo n.º 30
0
 internal extern static unsafe void glExtGetTexturesQCOM(UInt32 *textures, Int32 maxTextures, Int32 *numTextures);