Home
last modified time | relevance | path

Searched refs:modifyType (Results 1 – 3 of 3) sorted by relevance

/third_party/vk-gl-cts/modules/gles31/functional/
Des31fTextureBufferTests.cpp701 const ModifyBits modifyType = modifyTypes[modifyNdx]; in createTextureBufferTests() local
702 …odifyTypeGroup = new TestCaseGroup(context, toTestName(modifyType).c_str(), toTestName(modifyType)… in createTextureBufferTests()
711 …(), context.getRenderContext(), GL_RGBA8, size, 0, 0, RENDERBITS_NONE, modifyType, RENDERBITS_AS_F… in createTextureBufferTests()
720 …xt.getRenderContext(), GL_RGBA8, bufferSize, 0, size, RENDERBITS_NONE, modifyType, RENDERBITS_AS_F… in createTextureBufferTests()
730 …tRenderContext(), GL_RGBA8, bufferSize, offset, size, RENDERBITS_NONE, modifyType, RENDERBITS_AS_F… in createTextureBufferTests()
742 const ModifyBits modifyType = modifyTypes[modifyNdx]; in createTextureBufferTests() local
743 …odifyTypeGroup = new TestCaseGroup(context, toTestName(modifyType).c_str(), toTestName(modifyType)… in createTextureBufferTests()
753 …(), context.getRenderContext(), GL_RGBA8, size, 0, 0, RENDERBITS_NONE, modifyType, renderType, nam… in createTextureBufferTests()
772 const ModifyBits modifyType = modifyTypes[modifyNdx]; in createTextureBufferTests() local
774 const string name (toTestName(modifyType)); in createTextureBufferTests()
[all …]
/third_party/vk-gl-cts/modules/glshared/
DglsTextureBufferCase.cpp864 ModifyBits modifyType, in runTests() argument
918 if (modifyType != 0) in runTests()
919 modify(log, resultCollector, renderContext, modifyType, rng, texture); in runTests()
/third_party/vk-gl-cts/modules/egl/
DteglImageFormatTests.cpp2066 bool isCompatibleFormats (GLenum createFormat, GLenum modifyFormat, GLenum modifyType) in isCompatibleFormats() argument
2071 switch (modifyType) in isCompatibleFormats()
2109 switch (modifyType) in isCompatibleFormats()
2164 const GLenum modifyType = glesTexSubImageModify->getType(); in isCompatibleCreateAndModifyActions() local
2166 return isCompatibleFormats(createFormat, modifyFormat, modifyType); in isCompatibleCreateAndModifyActions()