代码搜索结果
找到约 10,000 项符合
D 的代码
d3d8.h
#include
#define DLLAPI __declspec(dllexport)
d3d9.rc
/* $Id: d3d9.rc 21436 2006-04-01 19:23:26Z greatlrd $ */
#define REACTOS_VERSION_DLL
#define REACTOS_STR_FILE_DESCRIPTION "ReactOS Direct3D\0"
#define REACTOS_STR_INTERNAL_NAME "d3d9\0"
#define
d3d9.def
LIBRARY d3d9
EXPORTS
Direct3DShaderValidatorCreate9
PSGPError
PSGPSampleTexture
DebugSetLevel
DebugSetMute
Direct3DCreate9
d3d9.h
#include
#define DLLAPI __declspec(dllexport)
d3d9.c
#include
#include "d3d9.h"
HRESULT DLLAPI Direct3DShaderValidatorCreate9(void)
{
OutputDebugString("Direct3DShaderValidatorCreate9 not implemented.");
return 0;
}
HRESUL
mfilter_d2d.m
function [filter,cc_max,shift]=mfilter_d2d(s1,s2,wl,wnoise,increment)
% Function computes filter "filter" which converts each column of s1 into the
% corresponding column of s2. If s1, s2 represent
d3d8.c
#include
#include "d3d8.h"
HRESULT DLLAPI ValidatePixelShader(void)
{
OutputDebugString("ValidateVertexShader not implemented.");
return 0;
}
HRESULT DLLAPI ValidateVert
d3d8.rc
/* $Id: d3d8.rc 21435 2006-04-01 19:21:01Z greatlrd $ */
#define REACTOS_VERSION_DLL
#define REACTOS_STR_FILE_DESCRIPTION "ReactOS Direct3D\0"
#define REACTOS_STR_INTERNAL_NAME "d3d8\0"
#define
d3d8.def
LIBRARY d3d8
EXPORTS
ValidatePixelShader
ValidateVertexShader
DebugSetMute
Direct3DCreate8
d3d8.h
#include
#define DLLAPI __declspec(dllexport)