/third_party/mesa3d/src/gallium/frontends/wgl/ |
H A D | stw_nopfuncs.c | 391 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 D | stw_getprocaddress.c | 45 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 D | stw_nopfuncs.h | 7 PROC
|
H A D | stw_device.c | 271 DrvSetCallbackProcs(INT nProcs, PROC *pProcs) in DrvSetCallbackProcs()
|
H A D | gldrv.h | 459 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 D | Overlay_autogen.h | 41 #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 D | mtl_common.h | 81 #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 D | shallowgradient.cpp | 77 #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 D | vk_utils.h | 30 #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 D | proc_table_wgl.h | 31 using ProcEntry = std::pair<const char *, PROC>;
|
H A D | entry_points_wgl.cpp | 223 PROC GL_APIENTRY wglGetProcAddress(LPCSTR lpszProc) in wglGetProcAddress()
|
/third_party/ffmpeg/libavfilter/x86/ |
H A D | vf_bwdif.asm | 203 %macro PROC 2 240 PROC 8, 1 260 PROC 12, 2
|
/third_party/node/deps/openssl/openssl/crypto/rc4/asm/ |
H A D | rc4-parisc.pl | 155 .PROC 259 .PROC 303 .PROC
|
/third_party/openssl/crypto/rc4/asm/ |
H A D | rc4-parisc.pl | 155 .PROC 259 .PROC 303 .PROC
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/wgl/ |
H A D | functionswgl_typedefs.h | 28 typedef PROC(WINAPI *PFNWGLGETPROCADDRESSPROC)(LPCSTR);
|
/third_party/rust/crates/rustix/src/io/ |
H A D | procfs.rs | 214 static PROC: StaticFd = StaticFd::new(); in proc() consts 219 PROC.get_or_try_init(|| { in proc()
|
/third_party/python/Modules/_decimal/libmpdec/ |
H A D | vcdiv64.asm | 36 _mpd_div_words PROC
|
/third_party/skia/tools/gpu/dawn/ |
H A D | DawnTestContext.cpp | 63 PROC proc; in getProc()
|
/third_party/mesa3d/src/gallium/targets/libgl-gdi/ |
H A D | stw_wgl.c | 138 WINGDIAPI PROC APIENTRY
|
/third_party/lzma/Asm/x86/ |
H A D | 7zAsm.asm | 71 proc_name PROC
|
/third_party/node/deps/openssl/openssl/crypto/sha/asm/ |
H A D | sha1-parisc.pl | 164 .PROC
|
/third_party/openssl/crypto/sha/asm/ |
H A D | sha1-parisc.pl | 164 .PROC
|
/third_party/node/deps/openssl/openssl/crypto/modes/asm/ |
H A D | ghash-parisc.pl | 100 .PROC 355 .PROC
|
/third_party/openssl/crypto/modes/asm/ |
H A D | ghash-parisc.pl | 100 .PROC 355 .PROC
|
/third_party/glfw/src/ |
H A D | win32_platform.h | 334 typedef PROC (WINAPI * PFN_wglGetProcAddress)(LPCSTR);
|