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

  /external/deqp/modules/glshared/
glsSamplerObjectTest.hpp 50 GLfloat minLod;
108 GLfloat minLod;
glsTextureTestUtil.hpp 331 , minLod (-1000.0f)
342 , minLod (-1000.0f)
351 float minLod;
  /external/mesa3d/src/mesa/drivers/dri/radeon/
radeon_mipmap_tree.c 255 int minLod, maxLod;
266 minLod = maxLod = tObj->BaseLevel;
268 minLod = tObj->BaseLevel + (GLint)(samp->MinLod);
269 minLod = MAX2(minLod, tObj->BaseLevel);
270 minLod = MIN2(minLod, tObj->MaxLevel);
273 maxLod = MIN2(maxLod, tObj->Image[0][minLod]->MaxNumLevels - 1 + minLod);
    [all...]
radeon_common_context.h 196 unsigned minLod;
  /sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/state/
GLState.java 275 IGLProperty minLod = new GLFloatProperty(GLStateType.TEXTURE_MIN_LOD, Float.valueOf(-1000));
306 minLod, maxLod,
  /external/deqp/framework/common/
tcuTexLookupVerifier.cpp     [all...]

Completed in 90 milliseconds