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

  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/intel/
intel_tex_copy.c 57 const GLenum internalFormat = intelImage->base.Base.InternalFormat;
66 __FUNCTION__, intelImage->mt, irb, internalFormat);
intel_tex_image.c 239 GLenum internalFormat,
250 0, internalFormat, format);
279 int level = 0, internalFormat = 0;
301 internalFormat = GL_RGB;
305 internalFormat = GL_RGBA;
309 internalFormat = GL_RGB;
316 internalFormat, texFormat, 0);
  /external/chromium_org/third_party/mesa/src/src/mesa/state_tracker/
st_cb_eglimage.c 90 strb->Base.InternalFormat = strb->Base._BaseFormat;
107 GLenum internalFormat;
112 internalFormat = GL_RGBA;
114 internalFormat = GL_RGB;
128 ps->width, ps->height, 1, 0, internalFormat,
st_manager.c 482 GLenum internalFormat;
532 internalFormat = GL_RGBA;
534 internalFormat = GL_RGB;
536 texFormat = st_ChooseTextureFormat(ctx, target, internalFormat,
541 internalFormat, texFormat);
  /external/mesa3d/src/mesa/drivers/dri/intel/
intel_tex_copy.c 57 const GLenum internalFormat = intelImage->base.Base.InternalFormat;
66 __FUNCTION__, intelImage->mt, irb, internalFormat);
intel_tex_image.c 239 GLenum internalFormat,
250 0, internalFormat, format);
279 int level = 0, internalFormat = 0;
301 internalFormat = GL_RGB;
305 internalFormat = GL_RGBA;
309 internalFormat = GL_RGB;
316 internalFormat, texFormat, 0);
  /external/mesa3d/src/mesa/state_tracker/
st_cb_eglimage.c 90 strb->Base.InternalFormat = strb->Base._BaseFormat;
107 GLenum internalFormat;
112 internalFormat = GL_RGBA;
114 internalFormat = GL_RGB;
128 ps->width, ps->height, 1, 0, internalFormat,
st_manager.c 482 GLenum internalFormat;
532 internalFormat = GL_RGBA;
534 internalFormat = GL_RGB;
536 texFormat = st_ChooseTextureFormat(ctx, target, internalFormat,
541 internalFormat, texFormat);
  /external/chromium_org/third_party/WebKit/Source/core/html/canvas/
WebGLTexture.h 55 void setLevelInfo(GC3Denum target, GC3Dint level, GC3Denum internalFormat, GC3Dsizei width, GC3Dsizei height, GC3Denum type);
88 , internalFormat(0)
98 internalFormat = internalFmt;
105 GC3Denum internalFormat;
  /external/jmonkeyengine/engine/src/android/com/jme3/renderer/android/
TextureUtil.java 145 int internalFormat = -1;
173 internalFormat = GLES20.GL_RGB565;
190 internalFormat = GLES20.GL_RGB5_A1;
203 internalFormat = GLES20.GL_RGBA4;
219 internalFormat = GLES20.GL_DEPTH_COMPONENT16;
230 if (internalFormat == -1)
232 internalFormat = format;
284 internalFormat,
  /external/jmonkeyengine/engine/src/lwjgl/com/jme3/renderer/lwjgl/
TextureUtil.java 189 int internalFormat = -1;
195 internalFormat = GL_ALPHA16;
200 internalFormat = GL_ALPHA8;
206 internalFormat = GL_COMPRESSED_RGB_S3TC_DXT1_EXT;
212 internalFormat = GL_COMPRESSED_RGBA_S3TC_DXT1_EXT;
218 internalFormat = GL_COMPRESSED_RGBA_S3TC_DXT3_EXT;
224 internalFormat = GL_COMPRESSED_RGBA_S3TC_DXT5_EXT;
231 internalFormat = GL_COMPRESSED_LUMINANCE_ALPHA_3DC_ATI;
233 internalFormat = GL_COMPRESSED_LUMINANCE_ALPHA_LATC2_EXT;
240 internalFormat = GL_COMPRESSED_LUMINANCE_LATC1_EXT
    [all...]
  /sdk/emulator/opengl/host/libs/Translator/include/GLcommon/
TranslatorIfaces.h 44 internalFormat(GL_RGBA),
56 unsigned int internalFormat;
73 unsigned int internalFormat;
  /external/chromium_org/third_party/mesa/src/src/mesa/main/
texparam.c 1031 * internalformat is instead replaced by the corresponding base
1037 _mesa_gl_compressed_format_base_format(img->InternalFormat);
1039 *params = (f != 0) ? f : img->InternalFormat;
    [all...]
  /external/mesa3d/src/mesa/main/
texparam.c 1031 * internalformat is instead replaced by the corresponding base
1037 _mesa_gl_compressed_format_base_format(img->InternalFormat);
1039 *params = (f != 0) ? f : img->InternalFormat;
    [all...]
  /cts/tests/src/android/opengl/cts/
CompressedTextureLoader.java 50 public Texture(int width, int height, int internalformat, ByteBuffer data,
54 mInternalFormat = internalformat;
241 int internalFormat = 0;
243 internalFormat = GL_COMPRESSED_RGBA_PVRTC_2BPPV1_IMG;
245 internalFormat = GL_COMPRESSED_RGB_PVRTC_2BPPV1_IMG;
247 internalFormat = GL_COMPRESSED_RGBA_PVRTC_4BPPV1_IMG;
249 internalFormat = GL_COMPRESSED_RGB_PVRTC_4BPPV1_IMG;
256 internalFormat, dataBuffer,
412 int internalFormat = 0;
416 internalFormat = COMPRESSED_RGB_S3TC_DXT1_EXT
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/swrast/
swrast.c 73 uint32_t internalFormat;
78 internalFormat = (texture_format == __DRI_TEXTURE_FORMAT_RGB ? 3 : 4);
95 w, h, 1, 0, internalFormat, texFormat);
285 GLenum internalFormat, GLuint width, GLuint height)
292 (void) internalFormat;
304 GLenum internalFormat, GLuint width, GLuint height)
312 swrast_alloc_front_storage(ctx, rb, internalFormat, width, height);
350 rb->InternalFormat = GL_RGBA;
356 rb->InternalFormat = GL_RGB;
362 rb->InternalFormat = GL_RGB
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/swrast/
swrast.c 73 uint32_t internalFormat;
78 internalFormat = (texture_format == __DRI_TEXTURE_FORMAT_RGB ? 3 : 4);
95 w, h, 1, 0, internalFormat, texFormat);
285 GLenum internalFormat, GLuint width, GLuint height)
292 (void) internalFormat;
304 GLenum internalFormat, GLuint width, GLuint height)
312 swrast_alloc_front_storage(ctx, rb, internalFormat, width, height);
350 rb->InternalFormat = GL_RGBA;
356 rb->InternalFormat = GL_RGB;
362 rb->InternalFormat = GL_RGB
    [all...]
  /external/chromium_org/third_party/icu/source/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/icu4c/test/intltest/
tmsgfmt.cpp 641 internalFormat(
646 void TestMessageFormat::internalFormat(MessageFormat* msgFmt ,
703 internalFormat( msgFmt1 , testArgs[i], 2, exp[i].unescape() ,(char*)"From TestMessageFormat::testSelectFormat format t1");
725 internalFormat( msgFmt2 , testArgs[i], 2, exp[i].unescape() ,(char*)"From TestMessageFormat::testSelectFormat format t2");
747 internalFormat( msgFmt3 , testArgs[i], 1, exp[i] ,(char*)"From TestMessageFormat::testSelectFormat format t3");
769 internalFormat( msgFmt4 , testArgs[i], 3, exp[i].unescape() ,(char*)"From TestMessageFormat::testSelectFormat format t4");
794 internalFormat( msgFmt5 , testArgs[i], 3, exp[i].unescape() ,(char*)"From TestMessageFormat::testSelectFormat format t5");
    [all...]
  /external/chromium_org/third_party/skia/src/gpu/gl/
GrGpuGL.cpp 610 GrGLenum internalFormat;
615 if (!this->configToGLFormats(dataConfig, useTexStorage, &internalFormat,
620 if (!isNewTexture && GR_GL_PALETTE8_RGBA8 == internalFormat) {
687 internalFormat,
690 if (GR_GL_PALETTE8_RGBA8 == internalFormat) {
696 internalFormat,
705 internalFormat,
    [all...]
  /external/skia/src/gpu/gl/
GrGpuGL.cpp 610 GrGLenum internalFormat;
615 if (!this->configToGLFormats(dataConfig, useTexStorage, &internalFormat,
620 if (!isNewTexture && GR_GL_PALETTE8_RGBA8 == internalFormat) {
687 internalFormat,
690 if (GR_GL_PALETTE8_RGBA8 == internalFormat) {
696 internalFormat,
705 internalFormat,
    [all...]
  /external/chromium_org/gpu/command_buffer/service/
gles2_cmd_decoder_autogen.h 434 GLenum internalformat = static_cast<GLenum>(c.internalformat); local
444 if (!validators_->texture_internal_format.IsValid(internalformat)) {
445 LOCAL_SET_GL_ERROR_INVALID_ENUM("glCopyTexImage2D", internalformat,
446 "internalformat");
462 DoCopyTexImage2D(target, level, internalformat, x, y, width, height, border);
1567 GLenum internalformat = static_cast<GLenum>(c.internalformat); local
2729 GLenum internalformat = static_cast<GLenum>(c.internalformat); local
3089 GLint internalformat = static_cast<GLint>(c.internalformat); local
    [all...]
  /hardware/samsung_slsi/exynos5/libcamera2/
ExynosCameraHWInterface2.h 430 int internalFormat;
  /external/chromium_org/gpu/command_buffer/common/
gles2_cmd_format_autogen.h 1114 uint32 internalformat; member in struct:CompressedTexImage2D
1189 uint32 internalformat; member in struct:CompressedTexImage2DImmediate
1254 uint32 internalformat; member in struct:CompressedTexImage2DBucket
1541 uint32 internalformat; member in struct:CopyTexImage2D
5021 uint32 internalformat; member in struct:RenderbufferStorage
5614 int32 internalformat; member in struct:TexImage2D
5694 int32 internalformat; member in struct:TexImage2DImmediate
8454 uint32 internalformat; member in struct:RenderbufferStorageMultisampleEXT
9986 int32 internalformat; member in struct:CopyTextureCHROMIUM
10772 int32 internalformat; member in struct:AsyncTexImage2DCHROMIUM
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.ui.ide_3.6.2.M20101117-0800.jar 

Completed in 4262 milliseconds