Home
last modified time | relevance | path

Searched defs:outputIndex (Results 1 – 15 of 15) sorted by relevance

/third_party/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/layout/
DOpenTypeTableWriter.java27 OpenTypeTableDumper(short[] data, int outputIndex) in OpenTypeTableDumper()
72 protected int outputIndex; field in OpenTypeTableWriter
/third_party/skia/third_party/externals/oboe/samples/RhythmGame/src/main/cpp/audio/
DNDKExtractor.cpp149 ssize_t outputIndex = AMediaCodec_dequeueOutputBuffer(codec, &info, 0); in decode() local
/third_party/flutter/skia/third_party/externals/sdl/src/video/winrt/
DSDL_winrtvideo.cpp212 WINRT_AddDisplaysForOutput (_THIS, IDXGIAdapter1 * dxgiAdapter1, int outputIndex) in WINRT_AddDisplaysForOutput()
335 for (int outputIndex = 0; ; ++outputIndex) { in WINRT_AddDisplaysForAdapter() local
/third_party/skia/third_party/externals/angle2/src/libANGLE/
DProgramExecutable.cpp401 for (size_t outputIndex = 0; outputIndex < outputCount; ++outputIndex) in load() local
412 for (size_t outputIndex = 0; outputIndex < outputVarCount; ++outputIndex) in load() local
425 for (size_t outputIndex = 0; outputIndex < outputTypeCount; ++outputIndex) in load() local
439 for (size_t outputIndex = 0; outputIndex < secondaryOutputVarCount; ++outputIndex) in load() local
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/
DDynamicHLSL.h83 size_t outputIndex = 0; member
DDynamicHLSL.cpp300 size_t outputIndex = 0; in generatePixelShaderForOutputSignature() local
DProgramD3D.cpp1173 for (size_t outputIndex = 0; outputIndex < outputCount; outputIndex++) in loadBinaryShaderExecutables() local
1429 for (size_t outputIndex = 0; outputIndex < outputs.size(); outputIndex++) in save() local
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/
DDynamicHLSL.h82 size_t outputIndex = 0; member
DDynamicHLSL.cpp300 size_t outputIndex = 0; in generatePixelShaderForOutputSignature() local
DProgramD3D.cpp1216 for (size_t outputIndex = 0; outputIndex < outputCount; outputIndex++) in loadBinaryShaderExecutables() local
1481 for (size_t outputIndex = 0; outputIndex < outputs.size(); outputIndex++) in save() local
/third_party/flutter/skia/third_party/externals/sdl/src/video/windows/
DSDL_windowsvideo.c352 SDL_DXGIGetOutputInfo(int displayIndex, int *adapterIndex, int *outputIndex) in SDL_DXGIGetOutputInfo()
/third_party/flutter/skia/third_party/externals/sdl/src/test/
DSDL_test_common.c715 int outputIndex = 0; in SDLTest_CommonInit() local
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/
DProgram.cpp4898 for (unsigned int outputIndex = 0; outputIndex < outputCount; ++outputIndex) in deserialize() local
4909 for (unsigned int outputIndex = 0; outputIndex < outputVarCount; ++outputIndex) in deserialize() local
4920 for (unsigned int outputIndex = 0; outputIndex < secondaryOutputVarCount; ++outputIndex) in deserialize() local
4930 for (unsigned int outputIndex = 0; outputIndex < outputTypeCount; ++outputIndex) in deserialize() local
/third_party/mesa3d/src/gallium/drivers/svga/
Dsvga_tgsi_vgpu10.c4417 unsigned outputIndex = emit->num_outputs; in emit_tcs_output_declarations() local
/third_party/node/tools/
Dlint-md.mjs3092 outputIndex: state.output.length, property