Home | History | Annotate | Download | only in functional

Lines Matching refs:deUint32

66 tcu::TextureFormat mapGLUnsizedInternalFormat (deUint32 internalFormat)
106 static const deUint32 s_cubeMapFaces[] =
163 void renderTex (tcu::Surface& dst, deUint32 program, int width, int height);
229 void TextureSpecCase::renderTex (tcu::Surface& dst, deUint32 program, int width, int height)
282 deUint32 shaderIDgles = gles3Context.createProgram(&shader);
283 deUint32 shaderIDRef = refContext.createProgram(&shader);
312 deUint32 shaderID = ndx ? shaderIDRef : shaderIDgles;
365 deUint32 shaderIDgles = gles3Context.createProgram(&shader);
366 deUint32 shaderIDRef = refContext.createProgram(&shader);
403 deUint32 shaderID = ndx ? shaderIDRef : shaderIDgles;
466 deUint32 shaderIDgles = gles3Context.createProgram(&shader);
467 deUint32 shaderIDRef = refContext.createProgram(&shader);
503 deUint32 shaderID = ndx ? shaderIDRef : shaderIDgles;
566 deUint32 shaderIDgles = gles3Context.createProgram(&shader);
567 deUint32 shaderIDRef = refContext.createProgram(&shader);
604 deUint32 shaderID = ndx ? shaderIDRef : shaderIDgles;
637 BasicTexImage2DCase (Context& context, const char* name, const char* desc, deUint32 format, deUint32 dataType, int width, int height)
646 BasicTexImage2DCase (Context& context, const char* name, const char* desc, deUint32 internalFormat, int width, int height)
660 deUint32 tex = 0;
682 deUint32 m_internalFormat;
683 deUint32 m_format;
684 deUint32 m_dataType;
692 BasicTexImageCubeCase (Context& context, const char* name, const char* desc, deUint32 format, deUint32 dataType, int size)
701 BasicTexImageCubeCase (Context& context, const char* name, const char* desc, deUint32 internalFormat, int size)
715 deUint32 tex = 0;
741 deUint32 m_internalFormat;
742 deUint32 m_format;
743 deUint32 m_dataType;
750 BasicTexImage2DArrayCase (Context& context, const char* name, const char* desc, deUint32 internalFormat, int width, int height, int numLayers)
759 deUint32 tex = 0;
782 deUint32 m_internalFormat;
789 BasicTexImage3DCase (Context& context, const char* name, const char* desc, deUint32 internalFormat, int width, int height, int depth)
798 deUint32 tex = 0;
822 deUint32 m_internalFormat;
829 RandomOrderTexImage2DCase (Context& context, const char* name, const char* desc, deUint32 format, deUint32 dataType, int width, int height)
837 RandomOrderTexImage2DCase (Context& context, const char* name, const char* desc, deUint32 internalFormat, int width, int height)
851 deUint32 tex = 0;
880 deUint32 m_internalFormat;
881 deUint32 m_format;
882 deUint32 m_dataType;
889 RandomOrderTexImageCubeCase (Context& context, const char* name, const char* desc, deUint32 format, deUint32 dataType, int size)
897 RandomOrderTexImageCubeCase (Context& context, const char* name, const char* desc, deUint32 internalFormat, int size)
911 deUint32 tex = 0;
943 deUint32 m_internalFormat;
944 deUint32 m_format;
945 deUint32 m_dataType;
952 TexImage2DAlignCase (Context& context, const char* name, const char* desc, deUint32 format, deUint32 dataType, int width, int height, int numLevels, int alignment)
961 TexImage2DAlignCase (Context& context, const char* name, const char* desc, deUint32 internalFormat, int width, int height, int numLevels, int alignment)
976 deUint32 tex = 0;
999 deUint32 m_internalFormat;
1000 deUint32 m_format;
1001 deUint32 m_dataType;
1009 TexImageCubeAlignCase (Context& context, const char* name, const char* desc, deUint32 format, deUint32 dataType, int size, int numLevels, int alignment)
1018 TexImageCubeAlignCase (Context& context, const char* name, const char* desc, deUint32 internalFormat, int size, int numLevels, int alignment)
1033 deUint32 tex = 0;
1056 deUint32 m_internalFormat;
1057 deUint32 m_format;
1058 deUint32 m_dataType;
1066 TexImage2DParamsCase (Context& context, const char* name, const char* desc, deUint32 internalFormat, int width, int height, int rowLength, int skipRows, int skipPixels, int alignment)
1084 deUint32 tex = 0;
1110 deUint32 m_internalFormat;
1124 deUint32 internalFormat,
1154 deUint32 tex = 0;
1182 deUint32 m_internalFormat;
1195 BasicTexSubImage2DCase (Context& context, const char* name, const char* desc, deUint32 format, deUint32 dataType, int width, int height)
1203 BasicTexSubImage2DCase (Context& context, const char* name, const char* desc, deUint32 internalFormat, int width, int height)
1217 deUint32 tex = 0;
1261 deUint32 m_internalFormat;
1262 deUint32 m_format;
1263 deUint32 m_dataType;
1270 BasicTexSubImageCubeCase (Context& context, const char* name, const char* desc, deUint32 format, deUint32 dataType, int size)
1278 BasicTexSubImageCubeCase (Context& context, const char* name, const char* desc, deUint32 internalFormat, int size)
1292 deUint32 tex = 0;
1341 deUint32 m_internalFormat;
1342 deUint32 m_format;
1343 deUint32 m_dataType;
1353 deUint32 internalFormat,
1382 deUint32 tex = 0;
1416 deUint32 m_internalFormat;
1431 BasicTexSubImage3DCase (Context& context, const char* name, const char* desc, deUint32 internalFormat, int width, int height, int depth)
1440 deUint32 tex = 0;
1489 deUint32 m_internalFormat;
1496 TexSubImage2DEmptyTexCase (Context& context, const char* name, const char* desc, deUint32 format, deUint32 dataType, int width, int height)
1504 TexSubImage2DEmptyTexCase (Context& context, const char* name, const char* desc, deUint32 internalFormat, int width, int height)
1518 deUint32 tex = 0;
1550 deUint32 m_internalFormat;
1551 deUint32 m_format;
1552 deUint32 m_dataType;
1559 TexSubImageCubeEmptyTexCase (Context& context, const char* name, const char* desc, deUint32 format, deUint32 dataType, int size)
1567 TexSubImageCubeEmptyTexCase (Context& context, const char* name, const char* desc, deUint32 internalFormat, int size)
1581 deUint32 tex = 0;
1617 deUint32 m_internalFormat;
1618 deUint32 m_format;
1619 deUint32 m_dataType;
1626 TexSubImage2DAlignCase (Context& context, const char* name, const char* desc, deUint32 format, deUint32 dataType, int width, int height, int subX, int subY, int subW, int subH, int alignment)
1639 TexSubImage2DAlignCase (Context& context, const char* name, const char* desc, deUint32 internalFormat, int width, int height, int subX, int subY, int subW, int subH, int alignment)
1658 deUint32 tex = 0;
1680 deUint32 m_internalFormat;
1681 deUint32 m_format;
1682 deUint32 m_dataType;
1694 TexSubImageCubeAlignCase (Context& context, const char* name, const char* desc, deUint32 format, deUint32 dataType, int size, int subX, int subY, int subW, int subH, int alignment)
1707 TexSubImageCubeAlignCase (Context& context, const char* name, const char* desc, deUint32 internalFormat, int size, int subX, int subY, int subW, int subH, int alignment)
1726 deUint32 tex = 0;
1750 deUint32 m_internalFormat;
1751 deUint32 m_format;
1752 deUint32 m_dataType;
1767 deUint32 internalFormat,
1805 deUint32 tex = 0;
1848 deUint32 m_internalFormat;
1867 BasicCopyTexImage2DCase (Context& context, const char* name, const char* desc, deUint32 internalFormat, int width, int height)
1882 deUint32 tex = 0;
1885 deUint32 shaderID = getCurrentContext()->createProgram(&shader);
1908 deUint32 m_internalFormat;
1915 BasicCopyTexImageCubeCase (Context& context, const char* name, const char* desc, deUint32 internalFormat, int size)
1930 deUint32 tex = 0;
1933 deUint32 shaderID = getCurrentContext()->createProgram(&shader);
1959 deUint32 m_internalFormat;
1966 BasicCopyTexSubImage2DCase (Context& context, const char* name, const char* desc, deUint32 format, deUint32 dataType, int width, int height)
1982 deUint32 tex = 0;
1986 deUint32 shaderID = getCurrentContext()->createProgram(&shader);
2033 deUint32 m_format;
2034 deUint32 m_dataType;
2041 BasicCopyTexSubImageCubeCase (Context& context, const char* name, const char* desc, deUint32 format, deUint32 dataType, int size)
2057 deUint32 tex = 0;
2061 deUint32 shaderID = getCurrentContext()->createProgram(&shader);
2111 deUint32 m_format;
2112 deUint32 m_dataType;
2119 BasicTexStorage2DCase (Context& context, const char* name, const char* desc, deUint32 internalFormat, int width, int height, int numLevels)
2130 deUint32 tex = 0;
2154 deUint32 m_internalFormat;
2161 BasicTexStorageCubeCase (Context& context, const char* name, const char* desc, deUint32 internalFormat, int size, int numLevels)
2172 deUint32 tex = 0;
2200 deUint32 m_internalFormat;
2207 BasicTexStorage2DArrayCase (Context& context, const char* name, const char* desc, deUint32 internalFormat, int width, int height, int numLayers, int numLevels)
2216 deUint32 tex = 0;
2241 deUint32 m_internalFormat;
2248 BasicTexStorage3DCase (Context& context, const char* name, const char* desc, deUint32 internalFormat, int width, int height, int depth, int numLevels)
2257 deUint32 tex = 0;
2283 deUint32 m_internalFormat;
2295 deUint32 internalFormat,
2321 deUint32 buf = 0;
2322 deUint32 tex = 0;
2353 deUint32 m_internalFormat;
2368 deUint32 internalFormat,
2389 deUint32 tex = 0;
2405 deUint32 buf = 0;
2429 deUint32 m_internalFormat;
2444 deUint32 internalFormat,
2476 deUint32 tex = 0;
2477 deUint32 buf = 0;
2509 deUint32 m_internalFormat;
2526 deUint32 internalFormat,
2558 deUint32 tex = 0;
2559 deUint32 buf = 0;
2591 deUint32 m_internalFormat;
2608 deUint32 internalFormat,
2639 deUint32 tex = 0;
2640 deUint32 buf = 0;
2678 deUint32 m_internalFormat;
2697 deUint32 internalFormat,
2728 deUint32 tex = 0;
2729 deUint32 buf = 0;
2779 deUint32 m_internalFormat;
2798 deUint32 internalFormat,
2838 deUint32 tex = 0;
2839 deUint32 buf = 0;
2886 deUint32 m_internalFormat;
2909 deUint32 internalFormat,
2949 deUint32 tex = 0;
2950 deUint32 buf = 0;
2997 deUint32 m_internalFormat;
3020 deUint32 internalFormat,
3034 deUint32 tex = 0;
3056 const deUint32 m_internalFormat;
3066 deUint32 internalFormat,
3081 deUint32 tex = 0;
3103 const deUint32 m_internalFormat;
3113 deUint32 internalFormat,
3128 deUint32 tex = 0;
3172 const deUint32 m_internalFormat;
3182 deUint32 internalFormat,
3198 deUint32 tex = 0;
3244 const deUint32 m_internalFormat;
3254 deUint32 internalFormat,
3273 deUint32 buf = 0;
3274 deUint32 tex = 0;
3304 const deUint32 m_internalFormat;
3314 deUint32 internalFormat,
3335 deUint32 tex = 0;
3336 deUint32 buf = 0;
3367 const deUint32 m_internalFormat;
3384 deUint32 format;
3385 deUint32 dataType;
3401 deUint32 internalFormat;
3458 deUint32 internalFormat;
3476 deUint32 format = colorFormats[formatNdx].internalFormat;
3563 deUint32 format;
3607 deUint32 format;
3627 const deUint32 format = colorFormats[formatNdx].internalFormat;
3693 deUint32 format = colorFormats[formatNdx].internalFormat;
3710 deUint32 format = unsizedFormats[formatNdx].format;
3711 deUint32 dataType = unsizedFormats[formatNdx].dataType;
3777 deUint32 format;
3828 deUint32 format;
3965 deUint32 format = colorFormats[formatNdx].internalFormat;
3986 deUint32 format;
4037 deUint32 format;
4062 const deUint32 format = colorFormats[formatNdx].internalFormat;
4137 deUint32 format = colorFormats[formatNdx].internalFormat;
4154 deUint32 format;
4216 deUint32 format;
4352 deUint32 internalFormat = colorFormats[formatNdx].internalFormat;
4367 deUint32 internalFormat = depthStencilFormats[formatNdx].internalFormat;
4416 const deUint32 format = GL_RGBA8;
4427 const deUint32 format = GL_RGBA8;
4449 deUint32 internalFormat = colorFormats[formatNdx].internalFormat;
4467 deUint32 internalFormat = depthStencilFormats[formatNdx].internalFormat;
4518 const deUint32 format = GL_RGBA8;
4530 const deUint32 format = GL_RGBA8;