Home
last modified time | relevance | path

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

/aosp_15_r20/external/deqp/external/openglcts/modules/common/
H A DglcInternalformatTests.cpp103 struct CopyTexImageFormat struct
105 GLint internalFormat;
106 const char *requiredExtension;
107 const char *secondReqiredExtension;
108 GLint minFilter;
109 GLint magFilter;
111 CopyTexImageFormat(GLenum aInternalFormat, const char *aRequiredExtension = DE_NULL, in CopyTexImageFormat() argument