HomeSort by relevance Sort by last modified time
    Searched defs:mOutputType (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/third_party/angle/src/compiler/
TranslatorHLSL.h 24 ShShaderOutput mOutputType;
OutputHLSL.h 74 const ShShaderOutput mOutputType;
  /frameworks/compile/slang/
llvm-rs-cc.cpp 127 slang::Slang::OutputType mOutputType;
167 mOutputType = slang::Slang::OT_Bitcode;
227 Opts.mOutputType = slang::Slang::OT_Dependency;
232 Opts.mOutputType = slang::Slang::OT_Bitcode;
244 Opts.mOutputType = slang::Slang::OT_Assembly;
248 Opts.mOutputType = slang::Slang::OT_LLVMAssembly;
252 Opts.mOutputType = slang::Slang::OT_Bitcode;
256 Opts.mOutputType = slang::Slang::OT_Nothing;
266 ((Opts.mOutputType != slang::Slang::OT_Bitcode) &&
267 (Opts.mOutputType != slang::Slang::OT_Dependency))
    [all...]
  /frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/samples/simplecamera/
Camera2Source.java 54 private FrameType mOutputType;
106 mOutputType = FrameType.image2D(FrameType.ELEMENT_RGBA8888, FrameType.WRITE_GPU);
118 .addOutputPort("video", Signature.PORT_REQUIRED, mOutputType)
221 FrameImage2D outputFrame = Frame.create(mOutputType, dims).asFrameImage2D();

Completed in 70 milliseconds