Home
last modified time | relevance | path

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

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