HomeSort by relevance Sort by last modified time
    Searched refs:ParameterType (Results 1 - 25 of 25) sorted by null

  /external/protobuf/java/core/src/main/java/com/google/protobuf/
RpcCallback.java 35 * {@code ParameterType} is normally the method's response message type.
45 public interface RpcCallback<ParameterType> {
46 void run(ParameterType parameter);
RpcUtil.java 105 public static <ParameterType>
106 RpcCallback<ParameterType> newOneTimeCallback(
107 final RpcCallback<ParameterType> originalCallback) {
108 return new RpcCallback<ParameterType>() {
112 public void run(final ParameterType parameter) {
  /external/parameter-framework/upstream/test/introspection-subsystem/
IntrospectionSubsystemObject.cpp 33 #include <ParameterType.h>
  /external/deqp/external/vulkancts/modules/vulkan/texture/
vktTextureCompressedFormatTests.cpp 70 typedef Compressed2DTestParameters ParameterType;
73 const ParameterType& testParameters);
80 const ParameterType& m_testParameters;
87 const ParameterType& testParameters)
vktTextureShadowTests.cpp 190 typedef Texture2DShadowTestCaseParameters ParameterType;
191 Texture2DShadowTestInstance (Context& context, const ParameterType& testParameters);
223 const ParameterType& m_testParameters;
232 Texture2DShadowTestInstance::Texture2DShadowTestInstance (Context& context, const ParameterType& testParameters)
395 typedef TextureCubeShadowTestCaseParameters ParameterType;
396 TextureCubeShadowTestInstance (Context& context, const ParameterType& testParameters);
427 const ParameterType& m_testParameters;
435 TextureCubeShadowTestInstance::TextureCubeShadowTestInstance (Context& context, const ParameterType& testParameters)
612 typedef Texture2DArrayShadowTestCaseParameters ParameterType;
613 Texture2DArrayShadowTestInstance (Context& context, const ParameterType& testParameters)
    [all...]
vktTextureSwizzleTests.cpp 62 typedef Swizzle2DTestParameters ParameterType;
65 const ParameterType& testParameters);
72 const ParameterType& m_testParameters;
80 const ParameterType& testParameters)
vktTextureMipmapTests.cpp 151 typedef Texture2DMipmapTestCaseParameters ParameterType;
153 Texture2DMipmapTestInstance (Context& context, const ParameterType& testParameters);
162 const ParameterType m_testParameters;
412 typedef TextureCubeMipmapTestCaseParameters ParameterType;
414 TextureCubeMipmapTestInstance (Context& context, const ParameterType& testParameters);
423 const ParameterType m_testParameters;
651 typedef Texture3DMipmapTestCaseParameters ParameterType;
653 Texture3DMipmapTestInstance (Context& context, const ParameterType& testParameters);
662 const ParameterType m_testParameters;
    [all...]
vktTextureFilteringTests.cpp 73 typedef Texture2DTestCaseParameters ParameterType;
75 Texture2DFilteringTestInstance (Context& context, const ParameterType& testParameters);
103 const ParameterType m_testParameters;
110 Texture2DFilteringTestInstance::Texture2DFilteringTestInstance (Context& context, const ParameterType& testParameters)
273 typedef TextureCubeFilteringTestCaseParameters ParameterType;
275 TextureCubeFilteringTestInstance (Context& context, const ParameterType& testParameters);
303 const ParameterType m_testParameters;
310 TextureCubeFilteringTestInstance::TextureCubeFilteringTestInstance (Context& context, const ParameterType& testParameters)
493 typedef Texture2DArrayTestCaseParameters ParameterType;
495 Texture2DArrayFilteringTestInstance (Context& context, const ParameterType& testParameters)
    [all...]
vktTextureTestUtil.hpp 281 TextureTestCase (tcu::TestContext& context, const std::string& name, const std::string& description, const typename INSTANCE_TYPE::ParameterType& testParameters)
297 const typename INSTANCE_TYPE::ParameterType m_testsParameters;
  /external/skia/src/sksl/
SkSLHCodeGenerator.h 34 static String ParameterType(const Context& context, const Type& type, const Layout& layout);
SkSLHCodeGenerator.cpp 30 String HCodeGenerator::ParameterType(const Context& context, const Type& type,
86 return ParameterType(context, type, layout);
183 this->writef("%s%s %s", separator, ParameterType(fContext, param->fType,
226 this->writef("%s%s %s", separator, ParameterType(fContext, param->fType,
  /external/skqp/src/sksl/
SkSLHCodeGenerator.h 34 static String ParameterType(const Context& context, const Type& type, const Layout& layout);
SkSLHCodeGenerator.cpp 30 String HCodeGenerator::ParameterType(const Context& context, const Type& type,
84 return ParameterType(context, type, layout);
180 this->writef("%s%s %s", separator, ParameterType(fContext, param->fType,
223 this->writef("%s%s %s", separator, ParameterType(fContext, param->fType,
  /external/swiftshader/src/Pipeline/
Shader.hpp 323 enum ParameterType
401 ParameterType type : 8;
443 ParameterType type : 8;
504 static std::string swizzleString(ParameterType type, unsigned char swizzle);
Shader.cpp 595 dst.type = (ParameterType)(((token[0] & 0x00001800) >> 8) | ((token[0] & 0x70000000) >> 28));
606 dst.rel.type = (ParameterType)(((token[1] & 0x00001800) >> 8) | ((token[1] & 0x70000000) >> 28));
663 src[i].type = (ParameterType)(((token[0] & 0x00001800) >> 8) | ((token[0] & 0x70000000) >> 28));
695 src[i].rel.type = (ParameterType)(((token[1] & 0x00001800) >> 8) | ((token[1] & 0x70000000) >> 28));
701 std::string Shader::Instruction::swizzleString(ParameterType type, unsigned char swizzle)
    [all...]
  /external/swiftshader/src/Shader/
Shader.hpp 324 enum ParameterType
402 ParameterType type : 8;
444 ParameterType type : 8;
505 static std::string swizzleString(ParameterType type, unsigned char swizzle);
Shader.cpp 595 dst.type = (ParameterType)(((token[0] & 0x00001800) >> 8) | ((token[0] & 0x70000000) >> 28));
606 dst.rel.type = (ParameterType)(((token[1] & 0x00001800) >> 8) | ((token[1] & 0x70000000) >> 28));
663 src[i].type = (ParameterType)(((token[0] & 0x00001800) >> 8) | ((token[0] & 0x70000000) >> 28));
695 src[i].rel.type = (ParameterType)(((token[1] & 0x00001800) >> 8) | ((token[1] & 0x70000000) >> 28));
701 std::string Shader::Instruction::swizzleString(ParameterType type, unsigned char swizzle)
    [all...]
  /external/eigen/Eigen/src/PardisoSupport/
PardisoSupport.h 118 typedef Array<StorageIndex,64,1,DontAlign> ParameterType;
155 ParameterType& pardisoParameterArray()
252 mutable ParameterType m_iparm;
  /external/u-boot/drivers/usb/gadget/
rndis.h 194 __le32 ParameterType;
  /external/protobuf/csharp/src/Google.Protobuf/Reflection/
ReflectionUtil.cs 90 Expression castArgument = Expression.Convert(argParameter, method.GetParameters()[0].ParameterType);
  /external/swiftshader/src/OpenGL/compiler/
OutputASM.h 285 sw::Shader::ParameterType registerType(TIntermTyped *operand);
OutputASM.cpp     [all...]
  /external/mesa3d/src/gallium/drivers/svga/svgadump/
svga_dump.c     [all...]
  /external/kotlinc/lib/
kotlin-annotation-processing.jar 
  /external/v8/src/inspector/build/closure-compiler/
closure-compiler.jar 

Completed in 725 milliseconds