Searched refs:BITMAP (Results 1 – 25 of 42) sorted by relevance
12
/third_party/skia/third_party/externals/swiftshader/src/WSI/ |
D | Win32SurfaceKHR.cpp | 154 BITMAP header; in lazyCreateFrameBuffer() 155 int status = GetObject(bitmap, sizeof(BITMAP), &header); in lazyCreateFrameBuffer()
|
/third_party/flutter/skia/third_party/externals/sdl/visualtest/src/windows/ |
D | windows_screenshot.c | 28 BITMAP bitmap; in SaveBitmapToFile() 52 if(!GetObject(hbitmap, sizeof(BITMAP), (void*)&bitmap)) in SaveBitmapToFile()
|
/third_party/boost/tools/build/src/tools/ |
D | rc.jam | 106 …return "(([^ ]+[ ]+(BITMAP|CURSOR|FONT|ICON|MESSAGETABLE|RT_MANIFEST)[ ]+([^ \"]+|\"[^\"]+\"))|(#i… 113 …local res = [ regex.transform $(matches) : "[^ ]+[ ]+(BITMAP|CURSOR|FONT|ICON|MESSAGETABLE|RT_MANI…
|
/third_party/python/PC/bdist_wininst/ |
D | install.rc | 15 IDB_BITMAP BITMAP DISCARDABLE "PythonPowered.bmp"
|
/third_party/openGLES/extensions/SGIX/ |
D | SGIX_packed_6bytes.txt | 65 BITMAP ubyte Yes 72 BITMAP ubyte Yes
|
D | SGIX_pixel_tiles.txt | 162 DrawPixels with a type of BITMAP" is changed to read: 329 BITMAP
|
D | SGIX_slim.txt | 112 BITMAP ubyte Yes
|
/third_party/skia/third_party/externals/opengl-registry/extensions/SGIX/ |
D | SGIX_packed_6bytes.txt | 65 BITMAP ubyte Yes 72 BITMAP ubyte Yes
|
D | SGIX_pixel_tiles.txt | 162 DrawPixels with a type of BITMAP" is changed to read: 329 BITMAP
|
D | SGIX_slim.txt | 112 BITMAP ubyte Yes
|
/third_party/openGLES/extensions/EXT/ |
D | EXT_packed_pixels.txt | 77 BITMAP ubyte Yes 303 Calling DrawPixels with a <type> of BITMAP is a special case in which 319 a BITMAP image as well. Before obtaining the first element from memory, 370 BITMAP 1
|
D | EXT_packed_depth_stencil.txt | 208 and STENCIL_INDEX and the <type> BITMAP are not allowed." 221 and STENCIL_INDEX and the type BITMAP are not allowed." 259 then the error INVALID_OPERATION occurs. If <type> is BITMAP and
|
D | EXT_packed_float.txt | 231 with a type of BITMAP...") from the end of the "Packing" subsection:
|
/third_party/skia/third_party/externals/opengl-registry/extensions/EXT/ |
D | EXT_packed_pixels.txt | 77 BITMAP ubyte Yes 303 Calling DrawPixels with a <type> of BITMAP is a special case in which 319 a BITMAP image as well. Before obtaining the first element from memory, 370 BITMAP 1
|
D | EXT_packed_depth_stencil.txt | 208 and STENCIL_INDEX and the <type> BITMAP are not allowed." 221 and STENCIL_INDEX and the type BITMAP are not allowed." 259 then the error INVALID_OPERATION occurs. If <type> is BITMAP and
|
/third_party/openGLES/extensions/SGI/ |
D | SGI_complex_type.txt | 76 BITMAP ubyte Yes 159 BITMAP 1
|
/third_party/skia/third_party/externals/opengl-registry/extensions/SGI/ |
D | SGI_complex_type.txt | 76 BITMAP ubyte Yes 159 BITMAP 1
|
/third_party/ffmpeg/libavdevice/ |
D | gdigrab.c | 244 BITMAP bmp; in gdigrab_read_header() 384 GetObject(hbmp, sizeof(BITMAP), &bmp); in gdigrab_read_header()
|
/third_party/openGLES/extensions/NV/ |
D | NV_packed_depth_stencil.txt | 194 then the error INVALID_OPERATION occurs. If <type> is BITMAP and
|
D | NV_depth_buffer_float.txt | 177 then the error INVALID_OPERATION occurs. If <type> is BITMAP and
|
/third_party/skia/third_party/externals/opengl-registry/extensions/NV/ |
D | NV_packed_depth_stencil.txt | 194 then the error INVALID_OPERATION occurs. If <type> is BITMAP and
|
D | NV_depth_buffer_float.txt | 177 then the error INVALID_OPERATION occurs. If <type> is BITMAP and
|
/third_party/openGLES/extensions/ARB/ |
D | ARB_depth_buffer_float.txt | 174 then the error INVALID_OPERATION occurs. If <type> is BITMAP and
|
/third_party/skia/third_party/externals/opengl-registry/extensions/ARB/ |
D | ARB_depth_buffer_float.txt | 164 then the error INVALID_OPERATION occurs. If <type> is BITMAP and
|
/third_party/mingw-w64/mingw-w64-headers/include/ |
D | wingdi.h | 467 } BITMAP,*PBITMAP,*NPBITMAP,*LPBITMAP; typedef 2688 WINGDIAPI HBITMAP WINAPI CreateBitmapIndirect(CONST BITMAP *pbm); 3218 BITMAP dsBm;
|
12