Home
last modified time | relevance | path

Searched refs:targetType (Results 1 – 13 of 13) sorted by relevance

/external/vogar/src/vogar/
DVogar.java583 TargetType targetType; in run() local
585 targetType = TargetType.SSH; in run()
587 targetType = TargetType.LOCAL; in run()
589 targetType = TargetType.ADB; in run()
594 : new File(targetType.defaultDeviceDir(), "run"); in run()
598 switch (targetType) { in run()
613 throw new IllegalStateException("Unknown target type: " + targetType); in run()
/external/deqp/modules/gles31/functional/
Des31fFboSRGBWriteControlTests.cpp560 …TestFramebuffer (Context& context, const deUint32 targetType, const deUint32 colorAttachment, gl…
563 void setTargetType (const deUint32 targetType);
587 TestFramebuffer::TestFramebuffer (Context& context, const deUint32 targetType, const deUint32 color… in TestFramebuffer() argument
590 , m_targetType (targetType) in TestFramebuffer()
603 if (targetType == GL_DRAW_BUFFER) in TestFramebuffer()
610 if (targetType == GL_READ_BUFFER) in TestFramebuffer()
623 void TestFramebuffer::setTargetType (const deUint32 targetType) in setTargetType() argument
625 m_targetType = targetType; in setTargetType()
838 …bool isFramebufferAttachmentSRGB (const deUint32 targetType, const deUint32 attachment) c…
840 …void logState (const deUint32 targetType, const deUint32 attachment, const SamplingTy…
[all …]
Des31fSRGBDecodeTests.cpp403 const glu::TextureTestUtil::TextureType targetType,
444 const glu::TextureTestUtil::TextureType targetType, in SRGBTestTexture() argument
456 , m_targetType (targetType) in SRGBTestTexture()
868 void addTexture (const glu::TextureTestUtil::TextureType targetType,
1061 void SRGBTestCase::addTexture ( const glu::TextureTestUtil::TextureType targetType, in addTexture() argument
1071 …SRGBTestTexture* texture = new SRGBTestTexture(m_context, targetType, m_internalFormat, width, hei… in addTexture()
Des31fShaderImageLoadStoreTests.cpp3345 …const EarlyFragmentTestsCase::RenderTargetType targetType = (EarlyFragmentTestsCase::RenderTarget… in init() local
3353 …const string targetName = targetType == EarlyFragmentTestsCase::RENDERTARGET_FBO ? … in init()
3354 …: targetType == EarlyFragmentTestsCase::RENDERTARGET_FBO_WITHOUT_TEST_ATTACHMENT ? (std::string("_… in init()
3361 … + ((targetType == EarlyFragmentTestsCase::RENDERTARGET_FBO) ? (", render to fbo") in init()
3362 …: (targetType == EarlyFragmentTestsCase::RENDERTARGET_FBO_WITHOUT_TEST_ATTACHMENT) ? (", render to… in init()
3365 …mentTestsCase(m_context, caseName.c_str(), caseDesc.c_str(), testType, useEarlyTests, targetType)); in init()
Des31fProgramUniformTests.cpp739 …const glu::DataType targetType = size == 1 ? targetScalarType : glu::getDataTypeVector(targetScal… in getRandomBoolRepresentation() local
741 result.type = targetType; in getRandomBoolRepresentation()
/external/junit/src/main/java/org/junit/experimental/theories/
DParameterSignature.java81 private boolean isAssignableViaTypeConversion(Class<?> targetType, Class<?> candidate) { in isAssignableViaTypeConversion() argument
84 return targetType.isAssignableFrom(wrapperClass); in isAssignableViaTypeConversion()
/external/mockito/src/main/java/org/mockito/internal/creation/bytebuddy/
DInlineByteBuddyMockMaker.java314 static Throwable hideRecursiveCall(Throwable throwable, int current, Class<?> targetType) {
321 } while (!next.getClassName().equals(targetType.getName()));
/external/guice/extensions/throwingproviders/src/com/google/inject/throwingproviders/
DThrowingProviderBinder.java204 public ScopedBindingBuilder to(Class<? extends P> targetType) { in to() argument
205 return to(Key.get(targetType)); in to()
/external/dexmaker/dexmaker/src/main/java/com/android/dx/
DCode.java754 com.android.dx.rop.type.Type targetType) { in getCastRop() argument
756 switch (targetType.getBasicType()) { in getCastRop()
765 return Rops.opConv(targetType, sourceType); in getCastRop()
/external/deqp/modules/glshared/
DglsShaderLibraryCase.cpp615 BeforeDrawValidator (const glw::Functions& gl, glw::GLuint target, TargetType targetType);
631 …alidator::BeforeDrawValidator (const glw::Functions& gl, glw::GLuint target, TargetType targetType) in BeforeDrawValidator() argument
634 , m_targetType (targetType) in BeforeDrawValidator()
637 DE_ASSERT(targetType < TARGETTYPE_LAST); in BeforeDrawValidator()
/external/dexmaker/dexmaker-tests/src/androidTest/java/com/android/dx/
DDexMakerTest.java692 TypeId<?> targetType = TypeId.get(target); in numericCastingMethod() local
693 MethodId<?, ?> methodId = GENERATED.getMethod(targetType, "call", sourceType); in numericCastingMethod()
696 Local<?> localCasted = code.newLocal(targetType); in numericCastingMethod()
/external/deqp/modules/gles2/functional/
Des2fUniformApiTests.cpp689 …const glu::DataType targetType = size == 1 ? targetScalarType : glu::getDataTypeVector(targetScal… in getRandomBoolRepresentation() local
691 result.type = targetType; in getRandomBoolRepresentation()
/external/deqp/modules/gles3/functional/
Des3fUniformApiTests.cpp840 …const glu::DataType targetType = size == 1 ? targetScalarType : glu::getDataTypeVector(targetScal… in getRandomBoolRepresentation() local
842 result.type = targetType; in getRandomBoolRepresentation()