/external/deqp/framework/opengl/ |
D | gluShaderUtil.cpp | 177 const char* getDataTypeName (DataType dataType) in getDataTypeName() 265 int getDataTypeScalarSize (DataType dataType) in getDataTypeScalarSize() 353 DataType getDataTypeScalarType (DataType dataType) in getDataTypeScalarType() 441 DataType getDataTypeFloatScalars (DataType dataType) in getDataTypeFloatScalars() 570 int getDataTypeMatrixNumRows (DataType dataType) in getDataTypeMatrixNumRows() 589 int getDataTypeMatrixNumColumns (DataType dataType) in getDataTypeMatrixNumColumns() 608 int getDataTypeNumLocations (DataType dataType) in getDataTypeNumLocations() 619 int getDataTypeNumComponents (DataType dataType) in getDataTypeNumComponents()
|
D | gluShaderUtil.hpp | 208 inline bool isDataTypeFloatOrVec (DataType dataType) { return (dataType >= TYPE_FLOAT) && (d… in isDataTypeFloatOrVec() 209 inline bool isDataTypeMatrix (DataType dataType) { return (dataType >= TYPE_FLOAT_MAT2) && (data… in isDataTypeMatrix() 210 inline bool isDataTypeIntOrIVec (DataType dataType) { return (dataType >= TYPE_INT) && (d… in isDataTypeIntOrIVec() 211 inline bool isDataTypeUintOrUVec (DataType dataType) { return (dataType >= TYPE_UINT) && (d… in isDataTypeUintOrUVec() 212 inline bool isDataTypeBoolOrBVec (DataType dataType) { return (dataType >= TYPE_BOOL) && (d… in isDataTypeBoolOrBVec() 213 inline bool isDataTypeScalar (DataType dataType) { return (dataType == TYPE_FLOAT) || (dataType … in isDataTypeScalar() 214 inline bool isDataTypeVector (DataType dataType) { return deInRange32(dataType, TYPE_FLOAT_VEC2,… in isDataTypeVector() 215 inline bool isDataTypeScalarOrVector (DataType dataType) { return deInRange32(dataType, TYPE_FLOAT… in isDataTypeScalarOrVector() 216 inline bool isDataTypeSampler (DataType dataType) { return (dataType >= TYPE_SAMPLER_1D) && (dat… in isDataTypeSampler() 217 inline bool isDataTypeImage (DataType dataType) { return (dataType >= TYPE_IMAGE_2D) && (dataTy… in isDataTypeImage() [all …]
|
D | gluTextureUtil.hpp | 45 deUint32 dataType; //!< Data type. member
|
D | gluTexture.cpp | 52 Texture1D::Texture1D (const RenderContext& context, deUint32 format, deUint32 dataType, int width) in Texture1D() 105 Texture2D::Texture2D (const RenderContext& context, deUint32 format, deUint32 dataType, int width, … in Texture2D() 316 TextureCube::TextureCube (const RenderContext& context, deUint32 format, deUint32 dataType, int siz… in TextureCube() 441 Texture1DArray::Texture1DArray (const RenderContext& context, deUint32 format, deUint32 dataType, i… in Texture1DArray() 495 Texture2DArray::Texture2DArray (const RenderContext& context, deUint32 format, deUint32 dataType, i… in Texture2DArray() 611 Texture3D::Texture3D (const RenderContext& context, deUint32 format, deUint32 dataType, int width, … in Texture3D() 736 …y::TextureCubeArray (const RenderContext& context, deUint32 format, deUint32 dataType, int size, i… in TextureCubeArray()
|
D | gluTextureUtil.cpp | 396 static tcu::TextureFormat::ChannelType mapGLChannelType (deUint32 dataType, bool normalized) in mapGLChannelType() 435 tcu::TextureFormat mapGLTransferFormat (deUint32 format, deUint32 dataType) in mapGLTransferFormat()
|
/external/deqp/modules/gles2/performance/ |
D | es2pTextureFormatTests.cpp | 54 deUint32 dataType; in init() member 70 deUint32 dataType = texFormats[formatNdx].dataType; in init() local
|
D | es2pTextureCountTests.cpp | 56 deUint32 dataType; in init() member 71 deUint32 dataType = texFormats[formatNdx].dataType; in init() local
|
D | es2pTextureFilteringTests.cpp | 54 deUint32 dataType; in init() member 85 deUint32 dataType = texFormats[formatNdx].dataType; in init() local
|
/external/chromium-trace/catapult/third_party/pipeline/pipeline/ui/ |
D | root_list.js | 27 dataType: 'text', property 97 dataType: 'text', property
|
D | status.js | 786 dataType: 'text', property 811 dataType: 'text', property 865 dataType: 'text', property
|
/external/deqp/modules/gles2/functional/ |
D | es2fTextureSpecificationTests.cpp | 616 …text& context, const char* name, const char* desc, deUint32 format, deUint32 dataType, deUint32 fl… in BasicTexImage2DCase() 658 …text& context, const char* name, const char* desc, deUint32 format, deUint32 dataType, deUint32 fl… in BasicTexImageCubeCase() 707 …text& context, const char* name, const char* desc, deUint32 format, deUint32 dataType, deUint32 fl… in RandomOrderTexImage2DCase() 756 …text& context, const char* name, const char* desc, deUint32 format, deUint32 dataType, deUint32 fl… in RandomOrderTexImageCubeCase() 817 …text& context, const char* name, const char* desc, deUint32 format, deUint32 dataType, deUint32 fl… in TexImage2DAlignCase() 862 …text& context, const char* name, const char* desc, deUint32 format, deUint32 dataType, deUint32 fl… in TexImageCubeAlignCase() 910 …text& context, const char* name, const char* desc, deUint32 format, deUint32 dataType, deUint32 fl… in BasicTexSubImage2DCase() 974 …text& context, const char* name, const char* desc, deUint32 format, deUint32 dataType, deUint32 fl… in BasicTexSubImageCubeCase() 1047 …text& context, const char* name, const char* desc, deUint32 format, deUint32 dataType, deUint32 fl… in TexSubImage2DEmptyTexCase() 1099 …text& context, const char* name, const char* desc, deUint32 format, deUint32 dataType, deUint32 fl… in TexSubImageCubeEmptyTexCase() [all …]
|
D | es2fDefaultVertexAttributeTests.cpp | 198 …const char* desc, const char* funcName, bool normalizing, bool useNegative, glu::DataType dataType) in AttributeCase() 213 AttributeCase* AttributeCase::create (Context& ctx, glu::DataType dataType) in create() 490 glu::DataType dataType; in init() member
|
D | es2fTextureSizeTests.cpp | 76 …derCtx, const char* name, const char* description, deUint32 format, deUint32 dataType, int width, … in Texture2DSizeCase() 196 …derCtx, const char* name, const char* description, deUint32 format, deUint32 dataType, int width, … in TextureCubeSizeCase() 364 deUint32 dataType; in init() member
|
D | es2fTextureFormatTests.cpp | 91 …derCtx, const char* name, const char* description, deUint32 format, deUint32 dataType, int width, … in Texture2DFormatCase() 235 …derCtx, const char* name, const char* description, deUint32 format, deUint32 dataType, int width, … in TextureCubeFormatCase() 632 deUint32 dataType; in init() member 648 deUint32 dataType = texFormats[formatNdx].dataType; in init() local
|
D | es2fTextureWrapTests.cpp | 89 …txInfo, const char* name, const char* description, deUint32 format, deUint32 dataType, deUint32 wr… in TextureWrapCase() 272 deUint32 dataType; in init() member
|
/external/chromium-trace/catapult/third_party/mapreduce/mapreduce/static/ |
D | status.js | 115 dataType: 'text', property 139 dataType: 'text', property 213 dataType: 'text', property 429 dataType: 'text', property
|
/external/deqp/modules/gles3/functional/ |
D | es3fTextureSwizzleTests.cpp | 102 … const char* description, deUint32 internalFormat, deUint32 format, deUint32 dataType, deUint32 sw… in Texture2DSwizzleCase() 240 deUint32 dataType; in init() member 335 deUint32 dataType = formats[fmtNdx].dataType; in init() local
|
D | es3fTextureSizeTests.cpp | 76 …derCtx, const char* name, const char* description, deUint32 format, deUint32 dataType, int width, … in Texture2DSizeCase() 196 …derCtx, const char* name, const char* description, deUint32 format, deUint32 dataType, int width, … in TextureCubeSizeCase() 364 deUint32 dataType; in init() member
|
D | es3fDefaultVertexAttributeTests.cpp | 274 …const char* desc, const char* funcName, bool normalizing, bool useNegative, glu::DataType dataType) in AttributeCase() 289 AttributeCase* AttributeCase::create (Context& ctx, glu::DataType dataType) in create() 567 glu::DataType dataType; in init() member
|
D | es3fShaderDerivateTests.cpp | 375 glu::DataType dataType, in verifyConstantDerivate() 439 glu::DataType dataType, in reverifyConstantDerivateWithFlushRelaxations() 1435 glu::DataType dataType; member 1674 … const glu::DataType dataType = vecSize > 1 ? glu::getDataTypeFloatVec(vecSize) : glu::TYPE_FLOAT; in init() local 1690 …const glu::DataType dataType = vecSize > 1 ? glu::getDataTypeFloatVec(vecSize) : glu::TYPE_FLOAT; in init() local 1720 …const glu::DataType dataType = vecSize > 1 ? glu::getDataTypeFloatVec(vecSize) : glu::TYPE_FLOAT; in init() local 1754 …const glu::DataType dataType = vecSize > 1 ? glu::getDataTypeFloatVec(vecSize) : glu::TYPE_FLOAT; in init() local 1786 …const glu::DataType dataType = vecSize > 1 ? glu::getDataTypeFloatVec(vecSize) : glu::TYPE_FLOAT; in init() local
|
D | es3fShaderIndexingTests.cpp | 106 static ShaderEvalFunc getArrayCoordsEvalFunc (DataType dataType) in getArrayCoordsEvalFunc() 122 static ShaderEvalFunc getArrayUniformEvalFunc (DataType dataType) in getArrayUniformEvalFunc() 592 static ShaderEvalFunc getVectorSubscriptEvalFunc (DataType dataType) in getVectorSubscriptEvalFunc() 782 static ShaderEvalFunc getMatrixSubscriptEvalFunc (DataType dataType) in getMatrixSubscriptEvalFunc()
|
/external/jmonkeyengine/engine/src/lwjgl/com/jme3/renderer/lwjgl/ |
D | TextureUtil.java | 191 int dataType = -1; in uploadTexture() local
|
/external/deqp/framework/opengl/simplereference/ |
D | sglrContext.cpp | 45 deUint32 dataType = GL_NONE; in texImage2D() local
|
/external/deqp/modules/gles31/functional/ |
D | es31fTextureFormatTests.cpp | 102 …txInfo, const char* name, const char* description, deUint32 format, deUint32 dataType, int size, i… in TextureCubeArrayFormatCase() 410 deUint32 dataType; in init() member 426 deUint32 dataType = texFormats[formatNdx].dataType; in init() local
|
/external/jmonkeyengine/engine/src/android/com/jme3/renderer/android/ |
D | TextureUtil.java | 147 int dataType = -1; in uploadTexture() local
|