Home
last modified time | relevance | path

Searched refs:internalFormat (Results 1 – 19 of 19) sorted by relevance

/external/jmonkeyengine/engine/src/lwjgl/com/jme3/renderer/lwjgl/
DTextureUtil.java189 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/
DWebGLTexture.cpp135 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()
DWebGLTexture.h51 …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/
DTextureUtil.java145 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/
DTexture.h124 …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 …]
DTexture.cpp917 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/
DGrGpuGL.cpp643 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 …]
DGrGpuGL.h221 GrGLenum* internalFormat,
/external/mesa3d/docs/
DMESA_ycbcr_texture.spec176 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.
DVERSIONS632 - glTexImage[123]D() didn't accept internalFormat == GL_COLOR_INDEX
/external/webkit/Source/WebKit/android/plugins/
DANPOpenGL_npapi.h40 GLenum internalFormat; member
/external/icu4c/test/intltest/
Dtmsgfmt.h73 void internalFormat(MessageFormat* msgFmt ,
Dtmsgfmt.cpp643 internalFormat( in testApostropheInPluralAndSelect()
648 void TestMessageFormat::internalFormat(MessageFormat* msgFmt , in internalFormat() function in TestMessageFormat
705internalFormat( msgFmt1 , testArgs[i], 2, exp[i].unescape() ,(char*)"From TestMessageFormat::testS… in testMsgFormatSelect()
727internalFormat( msgFmt2 , testArgs[i], 2, exp[i].unescape() ,(char*)"From TestMessageFormat::testS… in testMsgFormatSelect()
749internalFormat( msgFmt3 , testArgs[i], 1, exp[i] ,(char*)"From TestMessageFormat::testSelectFormat… in testMsgFormatSelect()
771internalFormat( msgFmt4 , testArgs[i], 3, exp[i].unescape() ,(char*)"From TestMessageFormat::testS… in testMsgFormatSelect()
796internalFormat( msgFmt5 , testArgs[i], 3, exp[i].unescape() ,(char*)"From TestMessageFormat::testS… in testMsgFormatSelect()
844internalFormat( msgFmt6 , testArgs[i], 4, exp[i] ,(char*)"From TestMessageFormat::testSelectFormat… in testMsgFormatSelect()
/external/qemu/distrib/sdl-1.2.15/src/video/
DSDL_glfuncs.h59 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/
Dgl_draw.cpp1802 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/
DSDL_opengl.h4753 typedef void (APIENTRYP PFNGLCOLORTABLEEXTPROC) (GLenum target, GLenum internalFormat, GLsizei widt…
/external/webkit/Source/WebKit/chromium/
DChangeLog-2011-02-1611617 implement the TexImage2D internalFormat quirks.
11663 implement the TexImage2D internalFormat quirks.
/external/webkit/Source/WebCore/
DChangeLog-2010-12-0679023 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.
DChangeLog-2011-02-1635816 * 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.