Home
last modified time | relevance | path

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

/aosp_15_r20/external/deqp/external/openglcts/modules/gles3/
H A Des3cCopyTexImageConversionsTests.cpp8296 DataSamplerType getDataSamplerTypeForInternalformat(GLenum internalformat);
8437 switch (getDataSamplerTypeForInternalformat(fbo_internalformat)) in iterate()
8441 switch (getDataSamplerTypeForInternalformat(dst_internalformat)) in iterate()
8483 switch (getDataSamplerTypeForInternalformat(dst_internalformat)) in iterate()
8526 switch (getDataSamplerTypeForInternalformat(dst_internalformat)) in iterate()
11563 DataSamplerType RequiredCase::getDataSamplerTypeForInternalformat(GLenum internalformat) in getDataSamplerTypeForInternalformat() function in es3cts::RequiredCase