Home
last modified time | relevance | path

Searched defs:modifyType (Results 1 – 6 of 6) sorted by relevance

/external/jackson-databind/src/main/java/com/fasterxml/jackson/databind/type/
DTypeModifier.java34 public abstract JavaType modifyType(JavaType type, Type jdkType, TypeBindings context, in modifyType() method in TypeModifier
/external/jackson-databind/src/test/java/com/fasterxml/jackson/databind/module/
DTestTypeModifierNameResolution.java35 …public JavaType modifyType(JavaType type, Type jdkType, TypeBindings context, TypeFactory typeFact… in modifyType() method in TestTypeModifierNameResolution.CustomTypeModifier
DTestTypeModifiers.java195 …public JavaType modifyType(JavaType type, Type jdkType, TypeBindings bindings, TypeFactory typeFac… in modifyType() method in TestTypeModifiers.MyTypeModifier
/external/deqp/modules/gles31/functional/
Des31fTextureBufferTests.cpp727 const ModifyBits modifyType = modifyTypes[modifyNdx]; in createTextureBufferTests() local
776 const ModifyBits modifyType = modifyTypes[modifyNdx]; in createTextureBufferTests() local
811 const ModifyBits modifyType = modifyTypes[modifyNdx]; in createTextureBufferTests() local
/external/deqp/modules/egl/
DteglImageFormatTests.cpp2180 bool isCompatibleFormats(GLenum createFormat, GLenum modifyFormat, GLenum modifyType) in isCompatibleFormats()
2265 const GLenum modifyType = glesTexSubImageModify->getType(); in isCompatibleCreateAndModifyActions() local
/external/deqp/modules/glshared/
DglsTextureBufferCase.cpp834 ModifyBits modifyType, RenderBits postRender, glu::ShaderProgram *postRenderProgram) in runTests()