HomeSort by relevance Sort by last modified time
    Searched full:mipmaplevel (Results 1 - 11 of 11) sorted by null

  /external/chromium_org/third_party/angle/src/libEGL/
Surface.h 96 // EGLint mipmapLevel; // Mipmap level to render to
  /sdk/emulator/opengl/host/libs/Translator/EGL/
EglMacApi.cpp 205 int mipmapLevel = hasMipmap ? MAX_PBUFFER_MIPMAP_LEVEL:0;
206 nsPBufferMakeCurrent(ctx,draw->native(),mipmapLevel);
MacNative.m 124 [ctx setPixelBuffer:pbuff cubeMapFace:0 mipMapLevel:level currentVirtualScreen:0];
  /external/chromium_org/third_party/mesa/src/src/egl/main/
eglsurface.c 330 surf->MipmapLevel = 0;
383 *value = surface->MipmapLevel;
438 surface->MipmapLevel = value;
eglsurface.h 65 EGLint MipmapLevel;
  /external/mesa3d/src/egl/main/
eglsurface.c 330 surf->MipmapLevel = 0;
383 *value = surface->MipmapLevel;
438 surface->MipmapLevel = value;
eglsurface.h 65 EGLint MipmapLevel;
  /external/deqp/modules/gles3/functional/
es3fFboStateQueryTests.cpp 291 for (int mipmapLevel = 0; mipmapLevel < 7; ++mipmapLevel)
299 glFramebufferTexture2D(GL_FRAMEBUFFER, GL_COLOR_ATTACHMENT0, GL_TEXTURE_2D, textureID, mipmapLevel);
302 checkColorAttachmentParam(m_testCtx, *this, GL_FRAMEBUFFER, GL_FRAMEBUFFER_ATTACHMENT_TEXTURE_LEVEL, mipmapLevel);
    [all...]
  /external/llvm/test/Transforms/InstCombine/
shufflemask-undef.ll 30 %struct.Mipmaplevel = type { [4 x i32], [4 x i32], [4 x float], [4 x i32], i32, i32, float*, i8*, i16, i16, i16, i16, [2 x float] }
58 %struct.TextureRec = type { [4 x float], %struct.TextureState*, %struct.Mipmaplevel*, %struct.Mipmaplevel*, float, float, float, float, i8, i8, i8, i8, i16, i16, i16, i16, i32, float, [2 x %struct.PPStreamToken] }
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/egl/common/
egl_g3d_api.c 742 gsurf->base.MipmapLevel, internal_format,
770 gsurf->base.MipmapLevel, PIPE_FORMAT_NONE, NULL, FALSE);
  /external/mesa3d/src/gallium/state_trackers/egl/common/
egl_g3d_api.c 742 gsurf->base.MipmapLevel, internal_format,
770 gsurf->base.MipmapLevel, PIPE_FORMAT_NONE, NULL, FALSE);

Completed in 478 milliseconds