Home
last modified time | relevance | path

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

/external/webkit/Source/ThirdParty/ANGLE/src/libGLESv2/
DRenderbuffer.cpp94 mFormat = GL_RGBA4; in RenderbufferStorage()
146 return mFormat; in getFormat()
184 mFormat = dx2es::ConvertBackBufferFormat(description.Format); in Colorbuffer()
230 mFormat = format; in Colorbuffer()
316 mFormat = dx2es::ConvertDepthStencilFormat(description.Format); in DepthStencilbuffer()
352 mFormat = GL_DEPTH24_STENCIL8_OES; in DepthStencilbuffer()
411mFormat = GL_DEPTH_COMPONENT16; // If the renderbuffer parameters are queried, the calling function in Depthbuffer()
421mFormat = GL_DEPTH_COMPONENT16; // If the renderbuffer parameters are queried, the calling function in Depthbuffer()
445mFormat = GL_STENCIL_INDEX8; // If the renderbuffer parameters are queried, the calling function in Stencilbuffer()
451 mFormat = GL_RGBA4; //default format in Stencilbuffer()
[all …]
DRenderbuffer.h55 GLenum mFormat; variable
/external/srec/srec/cfront/
Dnisthdr.h174 char *mFormat;
/external/icu4c/test/intltest/
Dnumfmtst.cpp950 NumberFormat *mFormat = NumberFormat::createInstance(sv_SE, UNUM_DECIMAL, status); in TestLenientParse() local
952 if (mFormat == NULL || U_FAILURE(status)) { in TestLenientParse()
955 mFormat->setLenient(TRUE); in TestLenientParse()
959 mFormat->parse(testCase, n, status); in TestLenientParse()
967 delete mFormat; in TestLenientParse()
970 mFormat = NumberFormat::createInstance(en_US, UNUM_DECIMAL, status); in TestLenientParse()
972 if (mFormat == NULL || U_FAILURE(status)) { in TestLenientParse()
975 mFormat->setLenient(TRUE); in TestLenientParse()
979 mFormat->parse(testCase, n, status); in TestLenientParse()
987 delete mFormat; in TestLenientParse()