Home
last modified time | relevance | path

Searched refs:PROC (Results 1 - 25 of 35) sorted by relevance

12

/third_party/mesa3d/src/gallium/frontends/wgl/
H A Dstw_nopfuncs.c391 PROC
396 PROC p; in stw_get_nop_function()
398 { "glBindMultiTextureEXT", (PROC) nop_glBindMultiTextureEXT }, in stw_get_nop_function()
399 { "glColor3hNV", (PROC) nop_glColor3hNV }, in stw_get_nop_function()
400 { "glColor3hvNV", (PROC) nop_glColor3hvNV }, in stw_get_nop_function()
401 { "glColor4hNV", (PROC) nop_glColor4hNV }, in stw_get_nop_function()
402 { "glColor4hvNV", (PROC) nop_glColor4hvNV }, in stw_get_nop_function()
403 { "glDisableClientStateIndexedEXT", (PROC) nop_glDisableClientStateIndexedEXT }, in stw_get_nop_function()
404 { "glEnableClientStateIndexedEXT", (PROC) nop_glEnableClientStateIndexedEXT }, in stw_get_nop_function()
405 { "glFogCoordhNV", (PROC) nop_glFogCoordhN in stw_get_nop_function()
[all...]
H A Dstw_getprocaddress.c45 PROC proc;
48 #define STW_EXTENSION_ENTRY(P) { #P, (PROC) P }
88 PROC APIENTRY
93 PROC p; in DrvGetProcAddress()
104 p = (PROC) _glapi_get_proc_address(lpszProc); in DrvGetProcAddress()
H A Dstw_nopfuncs.h7 PROC
H A Dstw_device.c271 DrvSetCallbackProcs(INT nProcs, PROC *pProcs) in DrvSetCallbackProcs()
H A Dgldrv.h459 PROC pfnUnused;
481 PROC APIENTRY DrvGetProcAddress(LPCSTR);
482 VOID APIENTRY DrvSetCallbackProcs(INT, PROC *); // See WGLCALLBACKS for expected order/count per OS.
/third_party/skia/third_party/externals/angle2/src/libANGLE/
H A DOverlay_autogen.h41 #define ANGLE_WIDGET_ID_X(PROC) \
42 PROC(FPS) \
43 PROC(VulkanLastValidationMessage) \
44 PROC(VulkanValidationMessageCount) \
45 PROC(VulkanRenderPassCount) \
46 PROC(VulkanRenderPassBufferCount) \
47 PROC(VulkanSecondaryCommandBufferPoolWaste) \
48 PROC(VulkanWriteDescriptorSetCount) \
49 PROC(VulkanDescriptorSetAllocations) \
50 PROC(VulkanShaderBufferDSHitRat
[all...]
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/metal/
H A Dmtl_common.h81 #define ANGLE_GL_OBJECTS_X(PROC) \
82 PROC(Buffer) \
83 PROC(Context) \
84 PROC(Framebuffer) \
85 PROC(MemoryObject) \
86 PROC(Query) \
87 PROC(Program) \
88 PROC(Sampler) \
89 PROC(Semaphore) \
90 PROC(Textur
[all...]
/third_party/skia/gm/
H A Dshallowgradient.cpp77 #define M(PROC, DITHER) DEF_GM( return new ShallowGradientGM(shader_ ## PROC, #PROC, DITHER); )
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
H A Dvk_utils.h30 #define ANGLE_GL_OBJECTS_X(PROC) \
31 PROC(Buffer) \
32 PROC(Context) \
33 PROC(Framebuffer) \
34 PROC(MemoryObject) \
35 PROC(Overlay) \
36 PROC(Program) \
37 PROC(ProgramPipeline) \
38 PROC(Query) \
39 PROC(Renderbuffe
[all...]
/third_party/skia/third_party/externals/angle2/src/libGL/
H A Dproc_table_wgl.h31 using ProcEntry = std::pair<const char *, PROC>;
H A Dentry_points_wgl.cpp223 PROC GL_APIENTRY wglGetProcAddress(LPCSTR lpszProc) in wglGetProcAddress()
/third_party/ffmpeg/libavfilter/x86/
H A Dvf_bwdif.asm203 %macro PROC 2
240 PROC 8, 1
260 PROC 12, 2
/third_party/node/deps/openssl/openssl/crypto/rc4/asm/
H A Drc4-parisc.pl155 .PROC
259 .PROC
303 .PROC
/third_party/openssl/crypto/rc4/asm/
H A Drc4-parisc.pl155 .PROC
259 .PROC
303 .PROC
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/wgl/
H A Dfunctionswgl_typedefs.h28 typedef PROC(WINAPI *PFNWGLGETPROCADDRESSPROC)(LPCSTR);
/third_party/rust/crates/rustix/src/io/
H A Dprocfs.rs214 static PROC: StaticFd = StaticFd::new(); in proc() consts
219 PROC.get_or_try_init(|| { in proc()
/third_party/python/Modules/_decimal/libmpdec/
H A Dvcdiv64.asm36 _mpd_div_words PROC
/third_party/skia/tools/gpu/dawn/
H A DDawnTestContext.cpp63 PROC proc; in getProc()
/third_party/mesa3d/src/gallium/targets/libgl-gdi/
H A Dstw_wgl.c138 WINGDIAPI PROC APIENTRY
/third_party/lzma/Asm/x86/
H A D7zAsm.asm71 proc_name PROC
/third_party/node/deps/openssl/openssl/crypto/sha/asm/
H A Dsha1-parisc.pl164 .PROC
/third_party/openssl/crypto/sha/asm/
H A Dsha1-parisc.pl164 .PROC
/third_party/node/deps/openssl/openssl/crypto/modes/asm/
H A Dghash-parisc.pl100 .PROC
355 .PROC
/third_party/openssl/crypto/modes/asm/
H A Dghash-parisc.pl100 .PROC
355 .PROC
/third_party/glfw/src/
H A Dwin32_platform.h334 typedef PROC (WINAPI * PFN_wglGetProcAddress)(LPCSTR);

Completed in 16 milliseconds

12