예제 #1
0
 internal extern static unsafe void glExtGetBuffersQCOM(UInt32 *buffers, Int32 maxBuffers, Int32 *numBuffers);
예제 #2
0
 internal extern static unsafe bool glAreTexturesResidentEXT(Int32 n, UInt32 *textures, bool *residences);
예제 #3
0
 internal extern static unsafe void glProgramLocalParameterI4uivNV(Int32 target, UInt32 index, UInt32 * @params);
예제 #4
0
 internal extern static unsafe void glDrawCommandsStatesNV(UInt32 buffer, IntPtr *indirects, Int32 *sizes, UInt32 *states, UInt32 *fbos, UInt32 count);
예제 #5
0
 internal extern static unsafe void glDeleteCommandListsNV(Int32 n, UInt32 *lists);
예제 #6
0
 unsafe private static extern Int32 AlpDevAlloc(Int32 DeviceNum, Int32 InitFlag, UInt32 *DeviceIdPtr);
예제 #7
0
 internal extern static unsafe IntPtr glVDPAURegisterOutputSurfaceNV(IntPtr vdpSurface, Int32 target, Int32 numTextureNames, UInt32 *textureNames);
예제 #8
0
 internal extern static unsafe bool wglQuerySwapGroupNV(IntPtr hDC, UInt32 *group, UInt32 *barrier);
예제 #9
0
 internal extern static unsafe bool wglQueryMaxSwapGroupsNV(IntPtr hDC, UInt32 *maxGroups, UInt32 *maxBarriers);
예제 #10
0
 public static extern int GetHVDeviceAddr(int iIndex, UInt64 *pdw64MacAddr, UInt32 *pdwIP, UInt32 *pdwMask, UInt32 *pdwGateway);
예제 #11
0
 internal extern static unsafe void glReplacementCodeuivSUN(UInt32 *code);
예제 #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);
 }
예제 #13
0
 internal extern static unsafe void glExtGetFramebuffersQCOM(UInt32 *framebuffers, Int32 maxFramebuffers, Int32 *numFramebuffers);
예제 #14
0
 internal extern static unsafe void glExtGetRenderbuffersQCOM(UInt32 *renderbuffers, Int32 maxRenderbuffers, Int32 *numRenderbuffers);
예제 #15
0
 internal extern static unsafe void glFramebufferFoveationConfigQCOM(UInt32 framebuffer, UInt32 numLayers, UInt32 focalPointsPerLayer, UInt32 requestedFeatures, UInt32 *providedFeatures);
예제 #16
0
 internal extern static unsafe bool wglQueryFrameCountNV(IntPtr hDC, UInt32 *count);
예제 #17
0
 internal extern static unsafe bool wglChoosePixelFormatARB(IntPtr hdc, int *piAttribIList, float *pfAttribFList, UInt32 nMaxFormats, int *piFormats, UInt32 *nNumFormats);
예제 #18
0
 internal extern static unsafe Int32 glVideoCaptureNV(UInt32 video_capture_slot, UInt32 *sequence_num, UInt64 *capture_time);
예제 #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);
예제 #21
0
 internal extern static unsafe void glDeleteStatesNV(Int32 n, UInt32 *states);
예제 #22
0
 internal extern static unsafe int glXGetVideoSyncSGI(UInt32 *count);
예제 #23
0
 internal extern static unsafe void glDrawCommandsStatesAddressNV(UInt64 *indirects, Int32 *sizes, UInt32 *states, UInt32 *fbos, UInt32 count);
예제 #24
0
 internal extern static unsafe int glXWaitVideoSyncSGI(int divisor, int remainder, UInt32 *count);
예제 #25
0
 internal extern static unsafe void glListDrawCommandsStatesClientNV(UInt32 list, UInt32 segment, IntPtr *indirects, Int32 *sizes, UInt32 *states, UInt32 *fbos, UInt32 count);
예제 #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);
 }
예제 #27
0
 internal extern static unsafe void glGenTexturesEXT(Int32 n, UInt32 *textures);
 internal extern static unsafe void glGenProgramPipelinesEXT(Int32 n, UInt32 *pipelines);
예제 #29
0
 internal extern static unsafe void glProgramEnvParametersI4uivNV(Int32 target, UInt32 index, Int32 count, UInt32 * @params);
예제 #30
0
 internal extern static unsafe void glExtGetTexturesQCOM(UInt32 *textures, Int32 maxTextures, Int32 *numTextures);