Home
last modified time | relevance | path

Searched defs:textureHeight (Results 1 – 6 of 6) sorted by relevance

/external/libgdx/gdx/src/com/badlogic/gdx/graphics/glutils/
DMipMapGenerator.java42 public static void generateMipMap (Pixmap pixmap, int textureWidth, int textureHeight) { in generateMipMap()
48 …public static void generateMipMap (int target, Pixmap pixmap, int textureWidth, int textureHeight)… in generateMipMap()
68 …tatic void generateMipMapDesktop (int target, Pixmap pixmap, int textureWidth, int textureHeight) { in generateMipMapDesktop()
79 …te static void generateMipMapCPU (int target, Pixmap pixmap, int textureWidth, int textureHeight) { in generateMipMapCPU()
/external/skia/src/gpu/
DGrLayerAtlas.cpp84 int textureHeight = fBackingTextureSize.height(); in GrLayerAtlas() local
/external/deqp/modules/glshared/
DglsStateChangePerfTestCases.cpp336 const int textureHeight = 64; in requireTextures() local
/external/deqp/modules/gles3/functional/
Des3fASTCDecompressionCases.cpp332 const int textureHeight = texture.getRefTexture().getHeight(); in render() local
/external/webrtc/webrtc/modules/video_render/windows/
Dvideo_render_direct3d9.cc608 DWORD textureWidth, textureHeight; in UpdateRenderSurface() local
/external/deqp/modules/egl/
DteglGLES2SharedRenderingPerfTests.cpp95 int textureHeight; member