Searched refs:FLOAT (Results 1 – 7 of 7) sorted by relevance
/sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/format/ |
D | GLDataTypeSpec.java | 46 return Type.FLOAT; in getDataType()
|
D | GLMessageFormatter.java | 102 case FLOAT: in formatDataValue() 132 case FLOAT: in formatPointer()
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/properties/ |
D | ValueCompleter.java | 29 import static com.android.ide.common.api.IAttributeInfo.Format.FLOAT; 87 || formats.contains(FLOAT))) { in getProposals()
|
/sdk/emulator/opengl/host/libs/Translator/include/GL/ |
D | wglext.h | 480 …dc, int iPixelFormat, int iLayerPlane, UINT nAttributes, const int *piAttributes, FLOAT *pfValues); 481 extern BOOL WINAPI wglChoosePixelFormatARB (HDC hdc, const int *piAttribIList, const FLOAT *pfAttri… 484 …dc, int iPixelFormat, int iLayerPlane, UINT nAttributes, const int *piAttributes, FLOAT *pfValues); 485 …PFNWGLCHOOSEPIXELFORMATARBPROC) (HDC hdc, const int *piAttribIList, const FLOAT *pfAttribFList, UI… 602 …(HDC hdc, int iPixelFormat, int iLayerPlane, UINT nAttributes, int *piAttributes, FLOAT *pfValues); 603 extern BOOL WINAPI wglChoosePixelFormatEXT (HDC hdc, const int *piAttribIList, const FLOAT *pfAttri… 606 …(HDC hdc, int iPixelFormat, int iLayerPlane, UINT nAttributes, int *piAttributes, FLOAT *pfValues); 607 …PFNWGLCHOOSEPIXELFORMATEXTPROC) (HDC hdc, const int *piAttribIList, const FLOAT *pfAttribFList, UI…
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/resources/platform/ |
D | AttributeInfo.java | 31 import static com.android.ide.common.api.IAttributeInfo.Format.FLOAT; 312 if (mFormats.contains(FLOAT)) { in isValid()
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/animator/ |
D | AnimationContentAssist.java | 131 || formats.contains(Format.FLOAT)) { in computeAttributeValues()
|
/sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/ |
D | GLProtoBuf.java | 1059 FLOAT(4, 5), enumConstant 1074 case 5: return FLOAT; in valueOf()
|