HomeSort by relevance Sort by last modified time
    Searched defs:internalFormat (Results 1 - 6 of 6) sorted by null

  /external/webkit/Source/WebKit/android/plugins/
ANPOpenGL_npapi.h 40 GLenum internalFormat;
  /external/webkit/Source/WebCore/html/canvas/
WebGLTexture.h 51 void setLevelInfo(GC3Denum target, GC3Dint level, GC3Denum internalFormat, GC3Dsizei width, GC3Dsizei height, GC3Denum type);
83 , internalFormat(0)
93 internalFormat = internalFmt;
100 GC3Denum internalFormat;
  /development/tools/emulator/opengl/host/libs/Translator/include/GLcommon/
TranslatorIfaces.h 44 internalFormat(GL_RGBA),
56 unsigned int internalFormat;
73 unsigned int internalFormat;
  /external/icu4c/test/intltest/
tmsgfmt.cpp 620 void TestMessageFormat::internalFormat(MessageFormat* msgFmt ,
677 internalFormat( msgFmt1 , testArgs[i], 2, exp[i].unescape() ,(char*)"From TestMessageFormat::testSelectFormat format t1");
699 internalFormat( msgFmt2 , testArgs[i], 2, exp[i].unescape() ,(char*)"From TestMessageFormat::testSelectFormat format t2");
721 internalFormat( msgFmt3 , testArgs[i], 1, exp[i] ,(char*)"From TestMessageFormat::testSelectFormat format t3");
743 internalFormat( msgFmt4 , testArgs[i], 3, exp[i].unescape() ,(char*)"From TestMessageFormat::testSelectFormat format t4");
768 internalFormat( msgFmt5 , testArgs[i], 3, exp[i].unescape() ,(char*)"From TestMessageFormat::testSelectFormat format t5");
    [all...]
  /external/quake/quake/src/WinQuake/
gl_draw.cpp 1391 GLint internalformat,
1399 // In full OpenGL The internalformat can be 1..4, to indicate how many components of the data are valid.
1400 // OpenGL ES requires the internalformat argument match the format for glTexImage2D.
    [all...]
  /external/skia/gpu/src/
GrGpuGL.cpp 724 GrGLenum internalFormat;
736 &internalFormat,
829 GR_GL(TexImage2D(GR_GL_TEXTURE_2D, 0, internalFormat,
887 GR_GL(TexImage2D(GR_GL_TEXTURE_2D, 0, internalFormat, glDesc.fAllocWidth,
    [all...]

Completed in 458 milliseconds