/development/tools/emulator/opengl/host/libs/Translator/GLcommon/ |
GLESvalidate.cpp | 26 case GL_UNSIGNED_SHORT_4_4_4_4: 36 case GL_UNSIGNED_SHORT_4_4_4_4:
|
/development/tools/glesv2debugger/src/com/android/glesv2debugger/ |
MessageProcessor.java | 112 case GL_UNSIGNED_SHORT_4_4_4_4: 152 case GL_UNSIGNED_SHORT_4_4_4_4:
|
GLEnum.java | 249 GL_UNSIGNED_SHORT_4_4_4_4(0x8033),
|
/sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gldebugger/ |
MessageProcessor.java | 112 case GL_UNSIGNED_SHORT_4_4_4_4: 152 case GL_UNSIGNED_SHORT_4_4_4_4:
|
GLEnum.java | 249 GL_UNSIGNED_SHORT_4_4_4_4(0x8033),
|
/development/samples/BrowserPlugin/jni/ |
RenderingThread.cpp | 130 return GL_UNSIGNED_SHORT_4_4_4_4;
|
/frameworks/base/opengl/tests/textures/ |
textures.cpp | 110 glTexImage2D(GL_TEXTURE_2D, 0, GL_RGBA, 4, 4, 0, GL_RGBA, GL_UNSIGNED_SHORT_4_4_4_4, t16);
|
/external/webkit/Source/ThirdParty/ANGLE/src/libGLESv2/ |
utilities.cpp | 250 case GL_UNSIGNED_SHORT_4_4_4_4: 327 case GL_UNSIGNED_SHORT_4_4_4_4:
|
/development/tools/emulator/opengl/shared/OpenglCodecCommon/ |
glUtils.cpp | 380 case GL_UNSIGNED_SHORT_4_4_4_4:
|
/frameworks/base/opengl/tests/filter/ |
filter.cpp | 123 4, 4, 0, GL_RGBA, GL_UNSIGNED_SHORT_4_4_4_4, t16);
|
/frameworks/base/opengl/libagl/ |
texture.cpp | 213 case GL_UNSIGNED_SHORT_4_4_4_4: ti = 2; break; 229 if (type != GL_UNSIGNED_BYTE && type != GL_UNSIGNED_SHORT_4_4_4_4 && 236 if ((type == GL_UNSIGNED_SHORT_4_4_4_4 || [all...] |
/frameworks/base/libs/hwui/ |
LayerRenderer.cpp | 360 type = GL_UNSIGNED_SHORT_4_4_4_4;
|
/frameworks/base/opengl/libs/GLES2_dbg/src/ |
dbgcontext.cpp | 97 case GL_UNSIGNED_SHORT_4_4_4_4:
|
/frameworks/base/core/jni/android/opengl/ |
util.cpp | 572 case GL_UNSIGNED_SHORT_4_4_4_4: 611 return GL_UNSIGNED_SHORT_4_4_4_4;
|
/development/tools/emulator/opengl/system/gralloc/ |
gralloc.cpp | 180 glType = GL_UNSIGNED_SHORT_4_4_4_4;
|
/external/webkit/Source/WebCore/platform/graphics/android/ |
GLUtils.cpp | 214 return GL_UNSIGNED_SHORT_4_4_4_4;
|
/frameworks/base/cmds/bootanimation/ |
BootAnimation.cpp | 126 GL_UNSIGNED_SHORT_4_4_4_4, p);
|
/frameworks/base/libs/rs/driver/ |
rsdAllocation.cpp | 49 case RS_TYPE_UNSIGNED_4_4_4_4: return GL_UNSIGNED_SHORT_4_4_4_4;
|
/frameworks/base/opengl/java/android/opengl/ |
GLES10.java | 254 public static final int GL_UNSIGNED_SHORT_4_4_4_4 = 0x8033; [all...] |
/frameworks/base/opengl/java/javax/microedition/khronos/opengles/ |
GL10.java | 252 int GL_UNSIGNED_SHORT_4_4_4_4 = 0x8033;
|
/development/ndk/platforms/android-4/include/GLES/ |
gl.h | 373 #define GL_UNSIGNED_SHORT_4_4_4_4 0x8033 [all...] |
/development/ndk/platforms/android-5/include/GLES2/ |
gl2.h | 253 #define GL_UNSIGNED_SHORT_4_4_4_4 0x8033
|
/development/tools/emulator/opengl/host/libs/Translator/include/GLES/ |
gl.h | 374 #define GL_UNSIGNED_SHORT_4_4_4_4 0x8033 [all...] |
/development/tools/emulator/opengl/host/libs/Translator/include/GLES2/ |
gl2.h | 254 #define GL_UNSIGNED_SHORT_4_4_4_4 0x8033
|
/external/mesa3d/include/GLES2/ |
gl2.h | 254 #define GL_UNSIGNED_SHORT_4_4_4_4 0x8033
|