Searched refs:MIPMAP (Results 1 – 8 of 8) sorted by relevance
/third_party/mesa3d/src/mesa/main/ |
D | texobj.c | 593 enum base_mipmap { BASE, MIPMAP }; enumerator 672 incomplete(t, MIPMAP, "MAX_LEVEL (%d) < BASE_LEVEL (%d)", in _mesa_test_texobj_completeness() 783 incomplete(t, MIPMAP, "minLevel > maxLevel"); in _mesa_test_texobj_completeness() 814 incomplete(t, MIPMAP, "TexImage[%d] is missing", i); in _mesa_test_texobj_completeness() 818 incomplete(t, MIPMAP, "Format[i] != Format[baseLevel]"); in _mesa_test_texobj_completeness() 822 incomplete(t, MIPMAP, "Border[i] != Border[baseLevel]"); in _mesa_test_texobj_completeness() 826 incomplete(t, MIPMAP, "TexImage[%d] bad width %u", i, in _mesa_test_texobj_completeness() 831 incomplete(t, MIPMAP, "TexImage[%d] bad height %u", i, in _mesa_test_texobj_completeness() 836 incomplete(t, MIPMAP, "TexImage[%d] bad depth %u", i, in _mesa_test_texobj_completeness()
|
/third_party/mesa3d/src/gallium/frontends/nine/ |
D | nine_dump.c | 597 CAP_CASE(TextureCaps, D3DPTEXTURECAPS, MIPMAP); in nine_dump_D3DCAPS9()
|
/third_party/skia/third_party/externals/opengl-registry/extensions/ARB/ |
D | ARB_internalformat_query2.txt | 188 MIPMAP 0x8293 607 - MIPMAP: If the resource supports mipmaps, TRUE is returned in <params>.
|
D | ARB_framebuffer_object.txt | 1062 "If the value of texture parameter GENERATE MIPMAP is TRUE and a
|
/third_party/openGLES/extensions/ARB/ |
D | ARB_internalformat_query2.txt | 199 MIPMAP 0x8293 639 - MIPMAP: If the resource supports mipmaps, TRUE is returned in <params>.
|
D | ARB_framebuffer_object.txt | 1072 "If the value of texture parameter GENERATE MIPMAP is TRUE and a
|
/third_party/skia/third_party/externals/opengl-registry/extensions/EXT/ |
D | EXT_framebuffer_object.txt | 461 "If the value of texture parameter GENERATE MIPMAP is TRUE and a
|
/third_party/openGLES/extensions/EXT/ |
D | EXT_framebuffer_object.txt | 461 "If the value of texture parameter GENERATE MIPMAP is TRUE and a
|