/third_party/vk-gl-cts/modules/gles3/functional/ |
H A D | es3fShaderTextureFunctionTests.cpp | 1346 BOTH = VERTEX|FRAGMENT enumerator 1713 CASE_SPEC(sampler2d_fixed, FUNCTION_TEXTURELOD, Vec4(-0.2f, -0.4f, 0.0f, 0.0f), Vec4( 1.5f, 2.3f, 0.0f, 0.0f), false, -1.0f, 9.0f, false, IVec3(0), tex2DMipmapFixed, evalTexture2DLod, BOTH), in init() 1714 CASE_SPEC(sampler2d_float, FUNCTION_TEXTURELOD, Vec4(-0.2f, -0.4f, 0.0f, 0.0f), Vec4( 1.5f, 2.3f, 0.0f, 0.0f), false, -1.0f, 9.0f, false, IVec3(0), tex2DMipmapFloat, evalTexture2DLod, BOTH), in init() 1715 CASE_SPEC(isampler2d, FUNCTION_TEXTURELOD, Vec4(-0.2f, -0.4f, 0.0f, 0.0f), Vec4( 1.5f, 2.3f, 0.0f, 0.0f), false, -1.0f, 9.0f, false, IVec3(0), tex2DMipmapInt, evalTexture2DLod, BOTH), in init() 1716 CASE_SPEC(usampler2d, FUNCTION_TEXTURELOD, Vec4(-0.2f, -0.4f, 0.0f, 0.0f), Vec4( 1.5f, 2.3f, 0.0f, 0.0f), false, -1.0f, 9.0f, false, IVec3(0), tex2DMipmapUint, evalTexture2DLod, BOTH), in init() 1718 CASE_SPEC(samplercube_fixed, FUNCTION_TEXTURELOD, Vec4(-1.0f, -1.0f, 1.01f, 0.0f), Vec4( 1.0f, 1.0f, 1.01f, 0.0f), false, -1.0f, 9.0f, false, IVec3(0), texCubeMipmapFixed, evalTextureCubeLod, BOTH), in init() 1719 CASE_SPEC(samplercube_float, FUNCTION_TEXTURELOD, Vec4(-1.0f, -1.0f, -1.01f, 0.0f), Vec4( 1.0f, 1.0f, -1.01f, 0.0f), false, -1.0f, 9.0f, false, IVec3(0), texCubeMipmapFloat, evalTextureCubeLod, BOTH), in init() 1720 CASE_SPEC(isamplercube, FUNCTION_TEXTURELOD, Vec4(-1.0f, -1.0f, 1.01f, 0.0f), Vec4( 1.0f, 1.0f, 1.01f, 0.0f), false, -1.0f, 9.0f, false, IVec3(0), texCubeMipmapInt, evalTextureCubeLod, BOTH), in init() 1721 CASE_SPEC(usamplercube, FUNCTION_TEXTURELOD, Vec4(-1.0f, -1.0f, -1.01f, 0.0f), Vec4( 1.0f, 1.0f, -1.01f, 0.0f), false, -1.0f, 9.0f, false, IVec3(0), texCubeMipmapUint, evalTextureCubeLod, BOTH), in init() 1723 CASE_SPEC(sampler2darray_fixed, FUNCTION_TEXTURELOD, Vec4(-1.2f, -0.4f, -0.5f, 0.0f), Vec4( 1.5f, 2.3f, 3.5f, 0.0f), false, -1.0f, 8.0f, false, IVec3(0), tex2DArrayMipmapFixed, evalTexture2DArrayLod, BOTH), in init() [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shaderrender/ |
H A D | vktShaderRenderTextureFunctionTests.cpp | 3292 BOTH = VERTEX|FRAGMENT 4262 CASE_SPEC(sampler2d_fixed, FUNCTION_TEXTURELOD, Vec4(-0.2f, -0.4f, 0.0f, 0.0f), Vec4( 1.5f, 2.3f, 0.0f, 0.0f), false, -1.0f, 9.0f, false, IVec3(0), tex2DMipmapFixed, evalTexture2DLod, BOTH), 4263 CASE_SPEC(sampler2d_float, FUNCTION_TEXTURELOD, Vec4(-0.2f, -0.4f, 0.0f, 0.0f), Vec4( 1.5f, 2.3f, 0.0f, 0.0f), false, -1.0f, 9.0f, false, IVec3(0), tex2DMipmapFloat, evalTexture2DLod, BOTH), 4264 CASE_SPEC(isampler2d, FUNCTION_TEXTURELOD, Vec4(-0.2f, -0.4f, 0.0f, 0.0f), Vec4( 1.5f, 2.3f, 0.0f, 0.0f), false, -1.0f, 9.0f, false, IVec3(0), tex2DMipmapInt, evalTexture2DLod, BOTH), 4265 CASE_SPEC(usampler2d, FUNCTION_TEXTURELOD, Vec4(-0.2f, -0.4f, 0.0f, 0.0f), Vec4( 1.5f, 2.3f, 0.0f, 0.0f), false, -1.0f, 9.0f, false, IVec3(0), tex2DMipmapUint, evalTexture2DLod, BOTH), 4267 CASE_SPEC(samplercube_fixed, FUNCTION_TEXTURELOD, Vec4(-1.0f, -1.0f, 1.01f, 0.0f), Vec4( 1.0f, 1.0f, 1.01f, 0.0f), false, -1.0f, 9.0f, false, IVec3(0), texCubeMipmapFixed, evalTextureCubeLod, BOTH), 4268 CASE_SPEC(samplercube_float, FUNCTION_TEXTURELOD, Vec4(-1.0f, -1.0f, -1.01f, 0.0f), Vec4( 1.0f, 1.0f, -1.01f, 0.0f), false, -1.0f, 9.0f, false, IVec3(0), texCubeMipmapFloat, evalTextureCubeLod, BOTH), 4269 CASE_SPEC(isamplercube, FUNCTION_TEXTURELOD, Vec4(-1.0f, -1.0f, 1.01f, 0.0f), Vec4( 1.0f, 1.0f, 1.01f, 0.0f), false, -1.0f, 9.0f, false, IVec3(0), texCubeMipmapInt, evalTextureCubeLod, BOTH), 4270 CASE_SPEC(usamplercube, FUNCTION_TEXTURELOD, Vec4(-1.0f, -1.0f, -1.01f, 0.0f), Vec4( 1.0f, 1.0f, -1.01f, 0.0f), false, -1.0f, 9.0f, false, IVec3(0), texCubeMipmapUint, evalTextureCubeLod, BOTH), 4272 CASE_SPEC(sampler2darray_fixed, FUNCTION_TEXTURELOD, Vec4(-1.2f, -0.4f, -0.5f, 0.0f), Vec4( 1.5f, 2.3f, 3.5f, 0.0f), false, -1.0f, 8.0f, false, IVec3(0), tex2DArrayMipmapFixed, evalTexture2DArrayLod, BOTH), [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/shaderrender/ |
H A D | vktShaderRenderTextureFunctionTests.cpp | 3135 BOTH = VERTEX|FRAGMENT 4107 CASE_SPEC(sampler2d_fixed, FUNCTION_TEXTURELOD, Vec4(-0.2f, -0.4f, 0.0f, 0.0f), Vec4( 1.5f, 2.3f, 0.0f, 0.0f), false, -1.0f, 9.0f, false, IVec3(0), tex2DMipmapFixed, evalTexture2DLod, BOTH), 4108 CASE_SPEC(sampler2d_float, FUNCTION_TEXTURELOD, Vec4(-0.2f, -0.4f, 0.0f, 0.0f), Vec4( 1.5f, 2.3f, 0.0f, 0.0f), false, -1.0f, 9.0f, false, IVec3(0), tex2DMipmapFloat, evalTexture2DLod, BOTH), 4109 CASE_SPEC(isampler2d, FUNCTION_TEXTURELOD, Vec4(-0.2f, -0.4f, 0.0f, 0.0f), Vec4( 1.5f, 2.3f, 0.0f, 0.0f), false, -1.0f, 9.0f, false, IVec3(0), tex2DMipmapInt, evalTexture2DLod, BOTH), 4110 CASE_SPEC(usampler2d, FUNCTION_TEXTURELOD, Vec4(-0.2f, -0.4f, 0.0f, 0.0f), Vec4( 1.5f, 2.3f, 0.0f, 0.0f), false, -1.0f, 9.0f, false, IVec3(0), tex2DMipmapUint, evalTexture2DLod, BOTH), 4112 CASE_SPEC(samplercube_fixed, FUNCTION_TEXTURELOD, Vec4(-1.0f, -1.0f, 1.01f, 0.0f), Vec4( 1.0f, 1.0f, 1.01f, 0.0f), false, -1.0f, 9.0f, false, IVec3(0), texCubeMipmapFixed, evalTextureCubeLod, BOTH), 4113 CASE_SPEC(samplercube_float, FUNCTION_TEXTURELOD, Vec4(-1.0f, -1.0f, -1.01f, 0.0f), Vec4( 1.0f, 1.0f, -1.01f, 0.0f), false, -1.0f, 9.0f, false, IVec3(0), texCubeMipmapFloat, evalTextureCubeLod, BOTH), 4114 CASE_SPEC(isamplercube, FUNCTION_TEXTURELOD, Vec4(-1.0f, -1.0f, 1.01f, 0.0f), Vec4( 1.0f, 1.0f, 1.01f, 0.0f), false, -1.0f, 9.0f, false, IVec3(0), texCubeMipmapInt, evalTextureCubeLod, BOTH), 4115 CASE_SPEC(usamplercube, FUNCTION_TEXTURELOD, Vec4(-1.0f, -1.0f, -1.01f, 0.0f), Vec4( 1.0f, 1.0f, -1.01f, 0.0f), false, -1.0f, 9.0f, false, IVec3(0), texCubeMipmapUint, evalTextureCubeLod, BOTH), 4117 CASE_SPEC(sampler2darray_fixed, FUNCTION_TEXTURELOD, Vec4(-1.2f, -0.4f, -0.5f, 0.0f), Vec4( 1.5f, 2.3f, 3.5f, 0.0f), false, -1.0f, 8.0f, false, IVec3(0), tex2DArrayMipmapFixed, evalTexture2DArrayLod, BOTH), [all...] |
/third_party/python/Lib/tkinter/ |
H A D | scrolledtext.py | 15 from tkinter.constants import RIGHT, LEFT, Y, BOTH namespace 28 self.pack(side=LEFT, fill=BOTH, expand=True) 50 stext.pack(fill=BOTH, side=LEFT, expand=True)
|
H A D | filedialog.py | 23 Toplevel, RIGHT, Y, END, Listbox, BOTH, Scrollbar, 80 self.midframe.pack(expand=YES, fill=BOTH) 86 self.files.pack(side=RIGHT, expand=YES, fill=BOTH) 97 self.dirs.pack(side=LEFT, expand=YES, fill=BOTH)
|
H A D | constants.py | 25 BOTH='both' variable
|
H A D | simpledialog.py | 47 self.message.pack(expand=1, fill=BOTH) 60 b.pack(side=LEFT, fill=BOTH, expand=1)
|
/third_party/icu/tools/cldr/cldr-to-icu/src/test/java/org/unicode/icu/tool/cldrtoicu/mapper/ |
H A D | TransformsMapperTest.java | 9 import static org.unicode.icu.tool.cldrtoicu.mapper.TransformsMapperTest.Direction.BOTH; 52 FORWARD, BACKWARD, BOTH; enum constant 204 checkArgument(dir != BOTH, "use both() for bidirectional transforms"); in oneWay() 228 appendAttribute(cldrPath, "direction", BOTH); in both()
|
/third_party/python/Lib/idlelib/ |
H A D | help_about.py | 10 from tkinter import SUNKEN, TOP, BOTTOM, LEFT, X, BOTH, W, EW, NSEW, E namespace 64 frame.pack(side=TOP, expand=True, fill=BOTH) 70 frame_background.pack(expand=True, fill=BOTH)
|
H A D | configdialog.py | 17 NONE, BOTH, X, Y, W, E, EW, NS, NSEW, NW, 131 note.pack(side=TOP, expand=TRUE, fill=BOTH) 383 font_sample_frame.pack(expand=TRUE, fill=BOTH) 701 frame_custom.pack(side=LEFT, padx=5, pady=5, expand=TRUE, fill=BOTH) 707 side=TOP, padx=5, pady=5, expand=TRUE, fill=BOTH) 1264 frame_custom.pack(side=BOTTOM, padx=5, pady=5, expand=TRUE, fill=BOTH) 1265 frame_key_sets.pack(side=BOTTOM, padx=5, pady=5, fill=BOTH) 1268 frame_target.pack(side=LEFT, padx=5, pady=5, expand=TRUE, fill=BOTH) 1284 frames[0].pack(side=TOP, fill=BOTH, expand=True) 1702 frame_window.pack(side=TOP, padx=5, pady=5, expand=TRUE, fill=BOTH) [all...] |
H A D | calltip_w.py | 173 from tkinter import Toplevel, Text, LEFT, BOTH namespace 180 text.pack(side=LEFT, fill=BOTH, expand=1)
|
H A D | sidebar.py | 522 text_frame.pack(side=tk.LEFT, fill=tk.BOTH, expand=True)
|
H A D | autocomplete_w.py | 203 listbox.pack(side=LEFT, fill=BOTH, expand=True)
|
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
H A D | UnicodeSetSpanner.java | 329 BOTH, enum constant 340 * end of the string, using TrimOption.BOTH and SpanCondition.SIMPLE. For example: 356 return trim(sequence, TrimOption.BOTH, SpanCondition.SIMPLE); in trim() 374 * LEADING, TRAILING, or BOTH 398 * LEADING, TRAILING, or BOTH
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/ |
H A D | UnicodeSetSpanner.java | 292 BOTH, enum constant 301 * end of the string, using TrimOption.BOTH and SpanCondition.SIMPLE. For example: 315 return trim(sequence, TrimOption.BOTH, SpanCondition.SIMPLE); in trim() 333 * LEADING, TRAILING, or BOTH 355 * LEADING, TRAILING, or BOTH
|
/third_party/python/Tools/demo/ |
H A D | redemo.py | 52 self.stringdisplay.pack(fill=BOTH, expand=1) 59 self.grouplist.pack(expand=1, fill=BOTH)
|
/third_party/python/Tools/unittestgui/ |
H A D | unittestgui.py | 265 self.top.pack(fill=tk.BOTH, expand=1) 301 leftFrame.pack(fill=tk.BOTH, side=tk.LEFT, anchor=tk.NW, expand=1) 347 listFrame.pack(fill=tk.BOTH, anchor=tk.NW, expand=1) 351 self.errorListbox.pack(side=tk.LEFT, fill=tk.BOTH, expand=1,
|
/third_party/protobuf/java/core/src/main/java/com/google/protobuf/ |
H A D | MapField.java | 64 * <li>BOTH: mapData and listData have the same data. 72 * <b>MAP</b> MAP BOTH MAP LIST 73 * <b>LIST</b> BOTH LIST MAP LIST 74 * <b>BOTH</b> BOTH BOTH MAP LIST 83 BOTH enum constant 184 mode = StorageMode.BOTH; in getMap() 238 mode = StorageMode.BOTH; in getList()
|
/third_party/icu/tools/unicodetools/com/ibm/rbm/gui/ |
H A D | RBGroupPanel.java | 178 gbc.fill = GridBagConstraints.BOTH; in initComponents() 334 gbc.fill = GridBagConstraints.BOTH; in initComponents()
|
/third_party/backends/japi/ |
H A D | Jscanimage.java | 271 c.fill = GridBagConstraints.BOTH; in initSaneOptions() 412 c.fill = GridBagConstraints.BOTH; in init() 490 c.fill = GridBagConstraints.BOTH; in initButtons()
|
/third_party/vk-gl-cts/external/openglcts/modules/glesext/texture_shadow_lod/ |
H A D | esextcTextureShadowLodFunctionsTest.cpp | 942 BOTH = VERTEX | FRAGMENT enumerator 1057 tex2DArrayMipmapShadow, evalTexture2DArrayShadowLod, BOTH), in init() 1060 texCubeMipmapShadow, evalTextureCubeShadowLod, BOTH), in init() 1072 tex2DArrayMipmapShadow, evalTexture2DArrayShadowLodOffset, BOTH), in init()
|
/third_party/python/Lib/turtledemo/ |
H A D | __main__.py | 236 text.pack(side=LEFT, fill=BOTH, expand=1)
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/mesh_shader/ |
H A D | vktMeshShaderPropertyTestsEXT.cpp | 62 BOTH, member in vkt::MeshShader::__anon28103::PayLoadShMemSizeType 2388 { PayLoadShMemSizeType::BOTH, "task_payload_and_shared_memory_size" }, in createMeshShaderPropertyTestsEXT() 2432 { PayLoadShMemSizeType::BOTH, "mesh_payload_and_shared_memory_size" }, in createMeshShaderPropertyTestsEXT()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/mesh_shader/ |
H A D | vktMeshShaderPropertyTestsEXT.cpp | 62 BOTH, member in vkt::MeshShader::__anon29334::PayLoadShMemSizeType 2387 { PayLoadShMemSizeType::BOTH, "task_payload_and_shared_memory_size" }, in createMeshShaderPropertyTestsEXT() 2431 { PayLoadShMemSizeType::BOTH, "mesh_payload_and_shared_memory_size" }, in createMeshShaderPropertyTestsEXT()
|
/third_party/python/Lib/idlelib/idle_test/ |
H A D | test_sidebar.py | 47 cls.text_frame.pack(side=tk.LEFT, fill=tk.BOTH, expand=True)
|