Searched defs:internalFormat (Results 1 - 3 of 3) sorted by relevance

/external/icu4c/test/intltest/
H A Dtmsgfmt.cpp621 void TestMessageFormat::internalFormat(MessageFormat* msgFmt , function in class:TestMessageFormat
678 internalFormat( msgFmt1 , testArgs[i], 2, exp[i].unescape() ,(char*)"From TestMessageFormat::testSelectFormat format t1");
700 internalFormat( msgFmt2 , testArgs[i], 2, exp[i].unescape() ,(char*)"From TestMessageFormat::testSelectFormat format t2");
722 internalFormat( msgFmt3 , testArgs[i], 1, exp[i] ,(char*)"From TestMessageFormat::testSelectFormat format t3");
744 internalFormat( msgFmt4 , testArgs[i], 3, exp[i].unescape() ,(char*)"From TestMessageFormat::testSelectFormat format t4");
769 internalFormat( msgFmt5 , testArgs[i], 3, exp[i].unescape() ,(char*)"From TestMessageFormat::testSelectFormat format t5");
817 internalFormat( msgFmt6 , testArgs[i], 4, exp[i] ,(char*)"From TestMessageFormat::testSelectFormat format t6");
/external/quake/quake/src/WinQuake/
H A Dgl_draw.cpp1800 GLint internalFormat = alpha ? GL_PALETTE8_RGBA8_OES : GL_PALETTE8_RGB8_OES; local
1801 glCompressedTexImage2D (GL_TEXTURE_2D, -miplevel, internalFormat,
/external/webkit/WebKit/chromium/src/
H A DGraphicsContext3D.cpp1916 GLint internalFormat = GL_RGBA8; local
1918 internalFormat = GL_RGB8;
1926 glTexImage2D(target, level, internalFormat,
1959 glTexImage2D(target, level, internalFormat,
1967 glTexImage2D(target, level, internalFormat,

Completed in 592 milliseconds