/external/jmonkeyengine/engine/src/lwjgl/com/jme3/renderer/lwjgl/ |
D | TextureUtil.java | 189 int internalFormat = -1; in uploadTexture() local 195 internalFormat = GL_ALPHA16; in uploadTexture() 200 internalFormat = GL_ALPHA8; in uploadTexture() 206 internalFormat = GL_COMPRESSED_RGB_S3TC_DXT1_EXT; in uploadTexture() 212 internalFormat = GL_COMPRESSED_RGBA_S3TC_DXT1_EXT; in uploadTexture() 218 internalFormat = GL_COMPRESSED_RGBA_S3TC_DXT3_EXT; in uploadTexture() 224 internalFormat = GL_COMPRESSED_RGBA_S3TC_DXT5_EXT; in uploadTexture() 231 internalFormat = GL_COMPRESSED_LUMINANCE_ALPHA_3DC_ATI; in uploadTexture() 233 internalFormat = GL_COMPRESSED_LUMINANCE_ALPHA_LATC2_EXT; in uploadTexture() 240 internalFormat = GL_COMPRESSED_LUMINANCE_LATC1_EXT; in uploadTexture() [all …]
|
/external/webkit/Source/WebCore/html/canvas/ |
D | WebGLTexture.cpp | 135 void WebGLTexture::setLevelInfo(GC3Denum target, GC3Dint level, GC3Denum internalFormat, GC3Dsizei … in setLevelInfo() argument 144 m_info[index][level].setInfo(internalFormat, width, height, type); in setLevelInfo() 164 info.setInfo(info0.internalFormat, width, height, info0.type); in generateMipmapLevelInfo() 177 return info->internalFormat; in getInternalFormat() 266 || info.internalFormat != first.internalFormat || info.type != first.type) in canGenerateMipmaps() 311 || info0.internalFormat != first.internalFormat || info0.type != first.type) { in update() 323 || info.internalFormat != info0.internalFormat || info.type != info0.type) { in update()
|
D | WebGLTexture.h | 51 …void setLevelInfo(GC3Denum target, GC3Dint level, GC3Denum internalFormat, GC3Dsizei width, GC3Dsi… 83 , internalFormat(0) in LevelInfo() 93 internalFormat = internalFmt; in setInfo() 100 GC3Denum internalFormat; variable
|
/external/jmonkeyengine/engine/src/android/com/jme3/renderer/android/ |
D | TextureUtil.java | 145 int internalFormat = -1; in uploadTexture() local 173 internalFormat = GLES20.GL_RGB565; in uploadTexture() 190 internalFormat = GLES20.GL_RGB5_A1; in uploadTexture() 203 internalFormat = GLES20.GL_RGBA4; in uploadTexture() 219 internalFormat = GLES20.GL_DEPTH_COMPONENT16; in uploadTexture() 230 if (internalFormat == -1) in uploadTexture() 232 internalFormat = format; in uploadTexture() 284 internalFormat, in uploadTexture()
|
/external/webkit/Source/ThirdParty/ANGLE/src/libGLESv2/ |
D | Texture.h | 124 …void copyNonRenderable(Image *image, GLenum internalFormat, GLint xoffset, GLint yoffset, GLint x,… 220 …void setImage(GLint level, GLenum internalFormat, GLsizei width, GLsizei height, GLenum format, GL… 221 …void setCompressedImage(GLint level, GLenum internalFormat, GLsizei width, GLsizei height, GLsizei… 224 …void copyImage(GLint level, GLenum internalFormat, GLint x, GLint y, GLsizei width, GLsizei height… 244 …bool redefineTexture(GLint level, GLenum internalFormat, GLsizei width, GLsizei height, GLenum typ… 264 …void setImagePosX(GLint level, GLenum internalFormat, GLsizei width, GLsizei height, GLenum format… 265 …void setImageNegX(GLint level, GLenum internalFormat, GLsizei width, GLsizei height, GLenum format… 266 …void setImagePosY(GLint level, GLenum internalFormat, GLsizei width, GLsizei height, GLenum format… 267 …void setImageNegY(GLint level, GLenum internalFormat, GLsizei width, GLsizei height, GLenum format… 268 …void setImagePosZ(GLint level, GLenum internalFormat, GLsizei width, GLsizei height, GLenum format… [all …]
|
D | Texture.cpp | 917 void Texture::copyNonRenderable(Image *image, GLenum internalFormat, GLint xoffset, GLint yoffset, … in copyNonRenderable() argument 955 createSurface(width, height, internalFormat, mType, image); in copyNonRenderable() 1215 bool Texture2D::redefineTexture(GLint level, GLenum internalFormat, GLsizei width, GLsizei height, … in redefineTexture() argument 1226 bool textureOkay = (sizeOkay && typeOkay && internalFormat == mImageArray[0].format); in redefineTexture() 1232 internalFormat, width, height); in redefineTexture() 1256 mImageArray[0].format = internalFormat; in redefineTexture() 1263 void Texture2D::setImage(GLint level, GLenum internalFormat, GLsizei width, GLsizei height, GLenum … in setImage() argument 1265 redefineTexture(level, internalFormat, width, height, type); in setImage() 1270 void Texture2D::setCompressedImage(GLint level, GLenum internalFormat, GLsizei width, GLsizei heigh… in setCompressedImage() argument 1272 redefineTexture(level, internalFormat, width, height, GL_UNSIGNED_BYTE); in setCompressedImage() [all …]
|
/external/skia/src/gpu/gl/ |
D | GrGpuGL.cpp | 643 GrGLenum internalFormat; in uploadTexData() local 648 if (!this->configToGLFormats(dataConfig, useTexStorage, &internalFormat, in uploadTexData() 653 if (!isNewTexture && GR_GL_PALETTE8_RGBA8 == internalFormat) { in uploadTexData() 720 internalFormat, in uploadTexData() 723 if (GR_GL_PALETTE8_RGBA8 == internalFormat) { in uploadTexData() 729 internalFormat, in uploadTexData() 738 internalFormat, in uploadTexData() 2189 GrGLenum* internalFormat, in configToGLFormats() argument 2193 if (NULL == internalFormat) { in configToGLFormats() 2194 internalFormat = &dontCare; in configToGLFormats() [all …]
|
D | GrGpuGL.h | 221 GrGLenum* internalFormat,
|
/external/mesa3d/docs/ |
D | MESA_ycbcr_texture.spec | 176 INVALID_ENUM is generated by TexImage2D if <internalFormat> is 180 <internalFormat> is not MESA_YCBCR. 183 <internalFormat> is MESA_YCBCR and <border> is not zero.
|
D | VERSIONS | 632 - glTexImage[123]D() didn't accept internalFormat == GL_COLOR_INDEX
|
/external/webkit/Source/WebKit/android/plugins/ |
D | ANPOpenGL_npapi.h | 40 GLenum internalFormat; member
|
/external/icu4c/test/intltest/ |
D | tmsgfmt.h | 73 void internalFormat(MessageFormat* msgFmt ,
|
D | tmsgfmt.cpp | 643 internalFormat( in testApostropheInPluralAndSelect() 648 void TestMessageFormat::internalFormat(MessageFormat* msgFmt , in internalFormat() function in TestMessageFormat 705 …internalFormat( msgFmt1 , testArgs[i], 2, exp[i].unescape() ,(char*)"From TestMessageFormat::testS… in testMsgFormatSelect() 727 …internalFormat( msgFmt2 , testArgs[i], 2, exp[i].unescape() ,(char*)"From TestMessageFormat::testS… in testMsgFormatSelect() 749 …internalFormat( msgFmt3 , testArgs[i], 1, exp[i] ,(char*)"From TestMessageFormat::testSelectFormat… in testMsgFormatSelect() 771 …internalFormat( msgFmt4 , testArgs[i], 3, exp[i].unescape() ,(char*)"From TestMessageFormat::testS… in testMsgFormatSelect() 796 …internalFormat( msgFmt5 , testArgs[i], 3, exp[i].unescape() ,(char*)"From TestMessageFormat::testS… in testMsgFormatSelect() 844 …internalFormat( msgFmt6 , testArgs[i], 4, exp[i] ,(char*)"From TestMessageFormat::testSelectFormat… in testMsgFormatSelect()
|
/external/qemu/distrib/sdl-1.2.15/src/video/ |
D | SDL_glfuncs.h | 59 SDL_PROC_UNUSED(void,glCopyTexImage1D,(GLenum target, GLint level, GLenum internalFormat, GLint x, … 60 SDL_PROC_UNUSED(void,glCopyTexImage2D,(GLenum target, GLint level, GLenum internalFormat, GLint x, …
|
/external/quake/quake/src/WinQuake/ |
D | gl_draw.cpp | 1802 GLint internalFormat = alpha ? GL_PALETTE8_RGBA8_OES : GL_PALETTE8_RGB8_OES; in GL_Upload8_EXT() local 1803 glCompressedTexImage2D (GL_TEXTURE_2D, -miplevel, internalFormat, in GL_Upload8_EXT()
|
/external/qemu/distrib/sdl-1.2.15/include/ |
D | SDL_opengl.h | 4753 typedef void (APIENTRYP PFNGLCOLORTABLEEXTPROC) (GLenum target, GLenum internalFormat, GLsizei widt…
|
/external/webkit/Source/WebKit/chromium/ |
D | ChangeLog-2011-02-16 | 11617 implement the TexImage2D internalFormat quirks. 11663 implement the TexImage2D internalFormat quirks.
|
/external/webkit/Source/WebCore/ |
D | ChangeLog-2010-12-06 | 79023 use the returned format also for internalFormat, since GLES2 insists 79946 TexImage2D()'s format and internalFormat to match, while desktop GL 79947 will not accept BGRA as an internalFormat), the stub implementation 80268 TexImage2D()'s format and internalFormat to match, while desktop GL 80269 will not accept BGRA as an internalFormat), the stub implementation 119797 Rename internalformat to internalFormat 119800 * html/canvas/WebGLFramebuffer.cpp: Rename internalformat to internalFormat.
|
D | ChangeLog-2011-02-16 | 35816 * html/canvas/WebGLFramebuffer.cpp: Track width/height/internalFormat of color buffer. 35831 … * html/canvas/WebGLTexture.cpp: Track width/height/internalFormat of a texture by target/level.
|