HomeSort by relevance Sort by last modified time
    Searched refs:dataType (Results 1 - 25 of 93) sorted by null

1 2 3 4

  /external/jmonkeyengine/engine/src/lwjgl/com/jme3/renderer/lwjgl/
TextureUtil.java 191 int dataType = -1;
197 dataType = GL_UNSIGNED_BYTE;
202 dataType = GL_UNSIGNED_BYTE;
208 dataType = GL_UNSIGNED_BYTE;
214 dataType = GL_UNSIGNED_BYTE;
220 dataType = GL_UNSIGNED_BYTE;
226 dataType = GL_UNSIGNED_BYTE;
236 dataType = GL_UNSIGNED_BYTE;
242 dataType = GL_UNSIGNED_BYTE;
247 dataType = GL_UNSIGNED_BYTE
    [all...]
  /external/jmonkeyengine/engine/src/android/com/jme3/renderer/android/
TextureUtil.java 147 int dataType = -1;
153 dataType = GLES20.GL_UNSIGNED_BYTE;
157 dataType = GLES20.GL_UNSIGNED_BYTE;
161 dataType = GLES20.GL_UNSIGNED_BYTE;
165 dataType = GLES20.GL_UNSIGNED_BYTE;
169 dataType = GLES20.GL_UNSIGNED_BYTE;
174 dataType = GLES20.GL_UNSIGNED_SHORT_5_6_5;
178 dataType = GLES20.GL_UNSIGNED_SHORT_4_4_4_4;
182 dataType = GLES20.GL_UNSIGNED_BYTE;
186 dataType = GLES20.GL_UNSIGNED_BYTE
    [all...]
  /external/webrtc/src/system_wrappers/interface/
sort.h 39 // dataType Enum corresponding to the type of the array.
42 WebRtc_Word32 Sort(void* data, WebRtc_UWord32 numOfElements, Type dataType);
  /external/webkit/Tools/DumpRenderTree/mac/
DumpRenderTreePasteboard.m 164 - (BOOL)setData:(NSData *)data forType:(NSString *)dataType
168 if (![typesSet containsObject:dataType])
170 [dataByType setObject:data forKey:dataType];
175 - (NSData *)dataForType:(NSString *)dataType
177 return [dataByType objectForKey:dataType];
180 - (BOOL)setPropertyList:(id)propertyList forType:(NSString *)dataType
185 BOOL result = [self setData:(NSData *)data forType:dataType];
191 - (BOOL)setString:(NSString *)string forType:(NSString *)dataType
200 BOOL result = [self setData:(NSData *)data forType:dataType];
  /external/webkit/Source/JavaScriptGlue/
JSObject.h 36 JSObjectRef JSObjectCreateInternal(void *data, JSObjectCallBacksPtr callBacks, JSObjectMarkProcPtr markProc, int dataType);
40 JSUserObject(JSObjectCallBacksPtr callBacks, JSObjectMarkProcPtr markProc, void *data, int dataType);
53 int DataType() const { return fDataType; }
JSObject.cpp 34 JSUserObject::JSUserObject(JSObjectCallBacksPtr callBacks, JSObjectMarkProcPtr markProc, void *data, int dataType)
35 : JSBase(kJSObjectTypeID), fCallBacks(*callBacks), fMarkProc(markProc), fData(data), fDataType(dataType)
  /frameworks/base/core/java/android/bluetooth/
BluetoothHealthAppConfiguration.java 40 * @param dataType Data Type of the remote Bluetooth Health device
43 BluetoothHealthAppConfiguration(String name, int dataType) {
45 mDataType = dataType;
54 * @param dataType Data Type of the remote Bluetooth Health device
59 BluetoothHealthAppConfiguration(String name, int dataType, int role, int
62 mDataType = dataType;
104 * @return dataType
BluetoothHealth.java 142 * @param dataType The dataType of the Source role of Health Profile to which
148 public boolean registerSinkAppConfiguration(String name, int dataType,
152 if (VDBG) log("registerSinkApplication(" + name + ":" + dataType + ")");
153 return registerAppConfiguration(name, dataType, SINK_ROLE,
165 * @param dataType The dataType of the Source role of Health Profile.
173 public boolean registerAppConfiguration(String name, int dataType, int role,
178 if (VDBG) log("registerApplication(" + name + ":" + dataType + ")");
181 new BluetoothHealthAppConfiguration(name, dataType, role, channelType)
    [all...]
  /external/webkit/Source/WebCore/fileapi/
FileReaderLoader.h 81 void setDataType(const String& dataType) { m_dataType = dataType; }
  /external/aac/libSYS/include/
wav_file.h 131 char dataType[4];
  /sdk/emulator/opengl/host/libs/Translator/GLES_V2/
GLESv2Context.h 47 void setupArr(const GLvoid* arr,GLenum arrayType,GLenum dataType,GLint size,GLsizei stride,GLboolean normalized, int pointsIndex = -1);
GLESv2Context.cpp 114 void GLESv2Context::setupArr(const GLvoid* arr,GLenum arrayType,GLenum dataType,GLint size,GLsizei stride,GLboolean normalized, int index){
116 s_glDispatch.glVertexAttribPointer(arrayType,size,dataType,normalized,stride,arr);
  /tools/motodev/src/plugins/db.core/src/com/motorolamobility/studio/android/db/core/model/
Field.java 51 * This enum represents the DataType of a table field
54 public enum DataType
60 private DataType(String dataType)
62 this.strValue = dataType;
81 private DataType type;
106 public Field(String name, DataType type, boolean primaryKey,
118 this("", DataType.TEXT, false, AutoIncrementType.NONE, null); //$NON-NLS-1$
172 public DataType getType()
180 public void setType(DataType type)
    [all...]
  /frameworks/base/core/jni/
android_util_AssetManager.cpp 89 env->SetIntField(outValue, gTypedValueOffsets.mType, value.dataType);
929 if (value.dataType == Res_value::TYPE_REFERENCE) {
941 if (value.dataType == value.TYPE_ATTRIBUTE) {
943 value.dataType = Res_value::TYPE_NULL;
946 if (value.dataType == value.TYPE_REFERENCE) {
991 value.dataType = Res_value::TYPE_NULL;
1008 value.dataType, value.data));
1017 if (value.dataType == Res_value::TYPE_NULL) {
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
OutlineDragListener.java 96 if (TextTransfer.getInstance().isSupportedType(e.dataType)) {
102 if (SimpleXmlTransfer.getInstance().isSupportedType(e.dataType)) {
  /sdk/emulator/opengl/host/libs/Translator/GLES_CM/
GLEScmContext.cpp 70 void GLEScmContext::setupArr(const GLvoid* arr,GLenum arrayType,GLenum dataType,GLint size,GLsizei stride,GLboolean normalized, int index){
74 s_glDispatch.glVertexPointer(size,dataType,stride,arr);
77 s_glDispatch.glNormalPointer(dataType,stride,arr);
80 s_glDispatch.glTexCoordPointer(size,dataType,stride,arr);
83 s_glDispatch.glColorPointer(size,dataType,stride,arr);
94 GLenum dataType = p->getType();
102 setupArr(p->getData(),array_id,dataType,size,p->getStride(), GL_FALSE);
GLEScmContext.h 58 void setupArr(const GLvoid* arr,GLenum arrayType,GLenum dataType,GLint size,GLsizei stride,GLboolean normalized, int pointsIndex = -1);
  /frameworks/native/opengl/libs/GLES_trace/tools/
genapi.py 41 # Constants corresponding to the protobuf DataType.Type
42 class DataType:
47 if self.name == "pointer": # pointers map to the INT DataType
66 DataType.VOID = DataType("void")
67 DataType.CHAR = DataType("char")
68 DataType.BYTE = DataType("byte")
69 DataType.ENUM = DataType("enum"
    [all...]
  /frameworks/rs/driver/
rsdShader.cpp 283 if (f->mHal.state.dataType == RS_TYPE_MATRIX_4X4) {
285 } else if (f->mHal.state.dataType == RS_TYPE_MATRIX_3X3) {
287 } else if (f->mHal.state.dataType == RS_TYPE_MATRIX_2X2) {
310 RsDataType dataType = field->mHal.state.dataType;
316 if (dataType == RS_TYPE_MATRIX_4X4) {
322 } else if (dataType == RS_TYPE_MATRIX_3X3) {
327 } else if (dataType == RS_TYPE_MATRIX_2X2) {
357 RsDataType dataType = field->mHal.state.dataType;
    [all...]
rsdMeshObj.cpp 55 RsDataType dt = elem->mHal.state.fields[fieldIdx]->mHal.state.dataType;
112 mAttribs[userNum].type = rsdTypeToGLType(f->mHal.state.dataType);
113 mAttribs[userNum].normalized = f->mHal.state.dataType != RS_TYPE_FLOAT_32;
  /frameworks/base/core/java/com/android/internal/app/
IBatteryStats.aidl 50 void notePhoneDataConnectionState(int dataType, boolean hasData);
  /frameworks/compile/libbcc/lib/Renderscript/runtime/
rs_structs.h 170 rs_data_type dataType;
  /frameworks/base/tools/aapt/
XMLNode.h 77 value.dataType = Res_value::TYPE_NULL;
82 || value.dataType == Res_value::TYPE_NULL
83 || value.dataType == Res_value::TYPE_STRING;
  /external/aac/libAACenc/src/
aacenc.h 217 EXT_PAYLOAD_TYPE dataType; /* extension payload data type */
  /development/samples/BluetoothHDP/src/com/example/bluetooth/health/
BluetoothHDPService.java 175 private void registerApp(int dataType) {
176 mBluetoothHealth.registerSinkAppConfiguration(TAG, dataType, mHealthCallback);

Completed in 730 milliseconds

1 2 3 4