HomeSort by relevance Sort by last modified time
    Searched full:minlayer (Results 1 - 25 of 39) sorted by null

1 2

  /frameworks/base/core/java/android/view/
SurfaceControl.java 42 Rect sourceCrop, int width, int height, int minLayer, int maxLayer,
45 Rect sourceCrop, int width, int height, int minLayer, int maxLayer,
709 * @param minLayer The lowest (bottom-most Z order) surface layer to
718 int width, int height, int minLayer, int maxLayer,
720 screenshot(display, consumer, new Rect(), width, height, minLayer, maxLayer,
763 * @param minLayer The lowest (bottom-most Z order) surface layer to
780 int minLayer, int maxLayer, boolean useIdentityTransform,
786 minLayer, maxLayer, false, useIdentityTransform, rotation);
810 int width, int height, int minLayer, int maxLayer, boolean allLayers,
819 minLayer, maxLayer, allLayers, useIdentityTransform)
    [all...]
  /frameworks/base/core/jni/
android_view_SurfaceControl.cpp 128 jint minLayer, jint maxLayer, bool allLayers, bool useIdentityTransform,
144 minLayer = 0;
149 minLayer, maxLayer, useIdentityTransform, static_cast<uint32_t>(rotation));
199 jint minLayer, jint maxLayer, bool allLayers, bool useIdentityTransform) {
211 minLayer = 0;
216 width, height, uint32_t(minLayer), uint32_t(maxLayer),
  /frameworks/native/opengl/libs/GLES2/
gl2ext_api.in 175 void API_ENTRY(glTextureViewOES)(GLuint texture, GLenum target, GLuint origtexture, GLenum internalformat, GLuint minlevel, GLuint numlevels, GLuint minlayer, GLuint numlayers) {
176 CALL_GL_API(glTextureViewOES, texture, target, origtexture, internalformat, minlevel, numlevels, minlayer, numlayers);
    [all...]
  /external/deqp/framework/common/
tcuTexCompareVerifier.cpp     [all...]
  /external/deqp/modules/gles3/functional/
es3fTextureShadowTests.cpp 848 const float minLayer = -0.5f;
862 m_cases.push_back(FilterCase(tex, ref, tcu::Vec3(oX, oY, minLayer), tcu::Vec3(oX+sX, oY+sY, maxLayer)));
    [all...]
  /development/ndk/platforms/android-24/include/GLES2/
gl2ext.h     [all...]
  /frameworks/native/opengl/include/GLES2/
gl2ext.h     [all...]
  /development/ndk/platforms/android-21/include/GLES2/
gl2ext.h     [all...]
  /frameworks/native/opengl/libs/
entries.in     [all...]
  /prebuilts/ndk/current/platforms/android-21/arch-arm/usr/include/GLES2/
gl2ext.h     [all...]
  /prebuilts/ndk/current/platforms/android-21/arch-arm64/usr/include/GLES2/
gl2ext.h     [all...]
  /prebuilts/ndk/current/platforms/android-21/arch-mips/usr/include/GLES2/
gl2ext.h     [all...]
  /prebuilts/ndk/current/platforms/android-21/arch-mips64/usr/include/GLES2/
gl2ext.h     [all...]
  /prebuilts/ndk/current/platforms/android-21/arch-x86/usr/include/GLES2/
gl2ext.h     [all...]
  /prebuilts/ndk/current/platforms/android-21/arch-x86_64/usr/include/GLES2/
gl2ext.h     [all...]
  /prebuilts/ndk/current/platforms/android-23/arch-arm/usr/include/GLES2/
gl2ext.h     [all...]
  /prebuilts/ndk/current/platforms/android-23/arch-arm64/usr/include/GLES2/
gl2ext.h     [all...]
  /prebuilts/ndk/current/platforms/android-23/arch-mips/usr/include/GLES2/
gl2ext.h     [all...]
  /prebuilts/ndk/current/platforms/android-23/arch-mips64/usr/include/GLES2/
gl2ext.h     [all...]
  /prebuilts/ndk/current/platforms/android-23/arch-x86/usr/include/GLES2/
gl2ext.h     [all...]
  /prebuilts/ndk/current/platforms/android-23/arch-x86_64/usr/include/GLES2/
gl2ext.h     [all...]
  /prebuilts/ndk/current/platforms/android-24/arch-arm/usr/include/GLES2/
gl2ext.h     [all...]
  /prebuilts/ndk/current/platforms/android-24/arch-arm64/usr/include/GLES2/
gl2ext.h     [all...]
  /prebuilts/ndk/current/platforms/android-24/arch-mips/usr/include/GLES2/
gl2ext.h     [all...]
  /prebuilts/ndk/current/platforms/android-24/arch-mips64/usr/include/GLES2/
gl2ext.h     [all...]

Completed in 3015 milliseconds

1 2