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

1 2 3 4 5 6 7 8 9

  /external/deqp/framework/opengl/
gluShaderUtil.hpp 93 // DataType
95 enum DataType
182 const char* getDataTypeName (DataType dataType);
183 int getDataTypeScalarSize (DataType dataType);
184 DataType getDataTypeScalarType (DataType dataType);
185 DataType getDataTypeFloatScalars (DataType dataType)
    [all...]
gluShaderUtil.cpp 166 // DataType
168 const char* getDataTypeName (DataType dataType)
243 DE_ASSERT(deInBounds32((int)dataType, 0, DE_LENGTH_OF_ARRAY(s_names)));
244 return s_names[(int)dataType];
247 int getDataTypeScalarSize (DataType dataType)
322 DE_ASSERT(deInBounds32((int)dataType, 0, DE_LENGTH_OF_ARRAY(s_sizes)));
323 return s_sizes[(int)dataType];
326 DataType getDataTypeScalarType (DataType dataType
    [all...]
gluTextureUtil.hpp 44 deUint32 dataType; //!< Data type.
48 , dataType (0)
54 , dataType (dataType_)
59 tcu::TextureFormat mapGLTransferFormat (deUint32 format, deUint32 dataType);
77 DataType getSampler1DType (tcu::TextureFormat format);
78 DataType getSampler2DType (tcu::TextureFormat format);
79 DataType getSamplerCubeType (tcu::TextureFormat format);
80 DataType getSampler2DArrayType (tcu::TextureFormat format);
81 DataType getSampler3DType (tcu::TextureFormat format);
82 DataType getSamplerCubeArrayType (tcu::TextureFormat format)
    [all...]
gluPixelTransfer.cpp 61 gl.readPixels(x, y, width, height, format.format, format.dataType, dst.getDataPtr());
80 gl.texImage2D(target, level, internalFormat, width, height, 0, format.format, format.dataType, src.getDataPtr());
100 gl.texImage3D(target, level, internalFormat, width, height, depth, 0, format.format, format.dataType, src.getDataPtr());
119 gl.texSubImage2D(target, level, x, y, width, height, format.format, format.dataType, src.getDataPtr());
139 gl.texSubImage3D(target, level, x, y, z, width, height, depth, format.format, format.dataType, src.getDataPtr());
  /cts/tests/tests/renderscript/src/android/renderscript/cts/
RSBaseCompute.java 80 protected Element getElement(RenderScript rs, Element.DataType dataType, int size) {
83 if (dataType == Element.DataType.FLOAT_64) {
85 } else if (dataType == Element.DataType.FLOAT_32) {
87 } else if (dataType == Element.DataType.SIGNED_64) {
89 } else if (dataType == Element.DataType.UNSIGNED_64)
    [all...]
  /external/deqp/modules/gles2/performance/
es2pTextureCountTests.cpp 56 deUint32 dataType;
71 deUint32 dataType = texFormats[formatNdx].dataType;
78 string description = string(glu::getPixelFormatName(format)) + ", " + glu::getTypeName(dataType);
80 addChild(new Texture2DRenderCase(m_context, name.c_str(), description.c_str(), format, dataType, wrapS, wrapT, minFilter, magFilter, tcu::Mat3(), numTextures, false /* npot */));
es2pTextureFormatTests.cpp 54 deUint32 dataType;
70 deUint32 dataType = texFormats[formatNdx].dataType;
77 string descriptionBase = string(glu::getPixelFormatName(format)) + ", " + glu::getTypeName(dataType);
79 addChild(new Texture2DRenderCase(m_context, nameBase.c_str(), descriptionBase.c_str(), format, dataType, wrapS, wrapT, minFilter, magFilter, tcu::Mat3(), numTextures, false /* npot */));
es2pTextureFilteringTests.cpp 54 deUint32 dataType;
85 deUint32 dataType = texFormats[formatNdx].dataType;
94 addChild(new Texture2DRenderCase(m_context, name.c_str(), "", format, dataType, wrapS, wrapT, minFilter, magFilter, minify ? minTransform : magTransform, numTextures, true /* pot */));
es2pTextureCases.hpp 43 deUint32 format, deUint32 dataType,
  /external/deqp/modules/gles2/scripts/
gen-swizzles.py 85 for (inputType, dataType, precision) in combinations.iterate():
86 scalarSize = getDataTypeScalarSize(dataType)
87 print inputType, precision, dataType
145 def __init__(self, name, precision, dataType, swizzle, inputs, outputs):
148 self.dataType = dataType
229 for dataType in VECTOR_TYPES:
230 scalarSize = getDataTypeScalarSize(dataType)
235 #print "%s %s .%s" % (precision, dataType, swizzle)
236 caseName = "%s_%s_%s" % (precision, dataType, swizzle
    [all...]
  /external/deqp/modules/gles3/scripts/
gen-swizzles.py 85 for (inputType, dataType, precision) in combinations.iterate():
86 scalarSize = getDataTypeScalarSize(dataType)
87 print inputType, precision, dataType
149 def __init__(self, name, precision, dataType, swizzle, inputs, outputs):
152 self.dataType = dataType
233 for dataType in VECTOR_TYPES:
234 scalarSize = getDataTypeScalarSize(dataType)
239 #print "%s %s .%s" % (precision, dataType, swizzle)
240 caseName = "%s_%s_%s" % (precision, dataType, swizzle
    [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/deqp/framework/opengl/simplereference/
sglrContext.cpp 45 deUint32 dataType = GL_NONE;
55 dataType = GL_UNSIGNED_BYTE;
62 dataType = transferFmt.dataType;
67 texImage2D(target, level, internalFormat, width, height, 0, format, dataType, DE_NULL);
  /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
  /frameworks/base/libs/androidfw/tests/
Theme_test.cpp 48 ASSERT_EQ(Res_value::TYPE_INT_COLOR_RGB8, val.dataType);
51 ASSERT_EQ(Res_value::TYPE_INT_DEC, val.dataType);
61 ASSERT_EQ(Res_value::TYPE_INT_COLOR_RGB8, val.dataType);
64 ASSERT_EQ(Res_value::TYPE_INT_DEC, val.dataType);
ResTable_test.cpp 76 ASSERT_EQ(Res_value::TYPE_INT_DEC, val.dataType);
81 ASSERT_EQ(Res_value::TYPE_REFERENCE, val.dataType);
96 ASSERT_EQ(Res_value::TYPE_INT_DEC, val.dataType);
101 ASSERT_EQ(Res_value::TYPE_REFERENCE, val.dataType);
116 ASSERT_EQ(Res_value::TYPE_INT_DEC, val.dataType);
127 ASSERT_EQ(Res_value::TYPE_REFERENCE, val.dataType);
132 EXPECT_EQ(Res_value::TYPE_REFERENCE, val.dataType);
143 ASSERT_EQ(Res_value::TYPE_INT_DEC, val.dataType);
157 ASSERT_EQ(Res_value::TYPE_INT_DEC, val.dataType);
171 ASSERT_EQ(Res_value::TYPE_INT_DEC, val.dataType);
    [all...]
TestHelpers.cpp 32 if (val.dataType != Res_value::TYPE_STRING) {
  /external/chromium_org/third_party/angle/samples/angle/sample_util/
tga_utils.cpp 37 template <typename dataType>
38 void readBinary(std::ifstream &stream, dataType &item)
40 stream.read(reinterpret_cast<char *>(&item), sizeof(dataType));
43 template <typename dataType>
44 void readBinary(std::ifstream &stream, std::vector<dataType> &items)
46 stream.read(reinterpret_cast<char *>(items.data()), sizeof(dataType) * items.size());
  /frameworks/base/tools/aapt/
AaptXml.cpp 36 if (value.dataType != Res_value::TYPE_STRING) {
58 if (value.dataType < Res_value::TYPE_FIRST_INT
59 || value.dataType > Res_value::TYPE_LAST_INT) {
104 if (value.dataType == Res_value::TYPE_STRING) {
110 if (value.dataType != Res_value::TYPE_STRING) {
149 if (value.dataType == Res_value::TYPE_REFERENCE) {
152 if (value.dataType < Res_value::TYPE_FIRST_INT
153 || value.dataType > Res_value::TYPE_LAST_INT) {
173 if (outValue->dataType == Res_value::TYPE_REFERENCE) {
  /external/chromium_org/third_party/WebKit/Source/core/fileapi/
FileReaderLoader.h 99 void setDataType(const String& dataType) { m_dataType = dataType; }
  /frameworks/base/core/java/android/app/backup/
RestoreDescription.java 65 public RestoreDescription(String packageName, int dataType) {
67 mDataType = dataType;
  /frameworks/base/tests/SystemUIDemoModeController/src/com/example/android/demomodecontroller/
DemoModeController.java 280 private static final String getDataType(int dataType) {
281 if (dataType == 1) return "1x";
282 if (dataType == 2) return "3g";
283 if (dataType == 3) return "4g";
284 if (dataType == 4) return "e";
285 if (dataType == 5) return "g";
286 if (dataType == 6) return "h";
287 if (dataType == 7) return "lte";
288 if (dataType == 8) return "roam";
299 intent.putExtra("datatype", getDataType(mMobileDataType))
    [all...]
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/documentation/
JSArticle.js 29 * @param {?WebInspector.WikiParser.Block} dataType
33 WebInspector.JSArticle.Parameter = function(name, dataType, optional, description)
36 this.dataType = WebInspector.JSArticle.unfoldStringValue(dataType);
127 var dataType = parameters[i].values["Data type"];
130 article.parameters.push(new WebInspector.JSArticle.Parameter(name, dataType, optional, description));
  /sdk/emulator/opengl/host/libs/Translator/GLES_V2/
GLESv2Context.h 46 void setupArr(const GLvoid* arr,GLenum arrayType,GLenum dataType,GLint size,GLsizei stride,GLboolean normalized, int pointsIndex = -1);
  /external/deqp/modules/gles2/functional/
es2fTextureSpecificationTests.cpp 617 BasicTexImage2DCase (Context& context, const char* name, const char* desc, deUint32 format, deUint32 dataType, deUint32 flags, int width, int height)
618 : TextureSpecCase (context, name, desc, TEXTURETYPE_2D, glu::mapGLTransferFormat(format, dataType), flags, width, height)
620 , m_dataType (dataType)
659 BasicTexImageCubeCase (Context& context, const char* name, const char* desc, deUint32 format, deUint32 dataType, deUint32 flags, int width, int height)
660 : TextureSpecCase (context, name, desc, TEXTURETYPE_CUBE, glu::mapGLTransferFormat(format, dataType), flags, width, height)
662 , m_dataType (dataType)
708 RandomOrderTexImage2DCase (Context& context, const char* name, const char* desc, deUint32 format, deUint32 dataType, deUint32 flags, int width, int height)
709 : TextureSpecCase (context, name, desc, TEXTURETYPE_2D, glu::mapGLTransferFormat(format, dataType), flags, width, height)
711 , m_dataType (dataType)
757 RandomOrderTexImageCubeCase (Context& context, const char* name, const char* desc, deUint32 format, deUint32 dataType, deUint32 flags, int width, int height
    [all...]

Completed in 621 milliseconds

1 2 3 4 5 6 7 8 9