Home
last modified time | relevance | path

Searched defs:dataType (Results 1 – 25 of 65) sorted by relevance

123

/external/deqp/framework/opengl/
DgluShaderUtil.cpp169 const char* getDataTypeName (DataType dataType) in getDataTypeName()
248 int getDataTypeScalarSize (DataType dataType) in getDataTypeScalarSize()
327 DataType getDataTypeScalarType (DataType dataType) in getDataTypeScalarType()
406 DataType getDataTypeFloatScalars (DataType dataType) in getDataTypeFloatScalars()
526 int getDataTypeMatrixNumRows (DataType dataType) in getDataTypeMatrixNumRows()
545 int getDataTypeMatrixNumColumns (DataType dataType) in getDataTypeMatrixNumColumns()
564 int getDataTypeNumLocations (DataType dataType) in getDataTypeNumLocations()
575 int getDataTypeNumComponents (DataType dataType) in getDataTypeNumComponents()
DgluShaderUtil.hpp194 inline bool isDataTypeFloatOrVec (DataType dataType) { return (dataType >= TYPE_FLOAT) && (d… in isDataTypeFloatOrVec()
195 inline bool isDataTypeMatrix (DataType dataType) { return (dataType >= TYPE_FLOAT_MAT2) && (data… in isDataTypeMatrix()
196 inline bool isDataTypeIntOrIVec (DataType dataType) { return (dataType >= TYPE_INT) && (d… in isDataTypeIntOrIVec()
197 inline bool isDataTypeUintOrUVec (DataType dataType) { return (dataType >= TYPE_UINT) && (d… in isDataTypeUintOrUVec()
198 inline bool isDataTypeBoolOrBVec (DataType dataType) { return (dataType >= TYPE_BOOL) && (d… in isDataTypeBoolOrBVec()
199 inline bool isDataTypeScalar (DataType dataType) { return (dataType == TYPE_FLOAT) || (dataType … in isDataTypeScalar()
200 inline bool isDataTypeVector (DataType dataType) { return deInRange32(dataType, TYPE_FLOAT_VEC2,… in isDataTypeVector()
201 inline bool isDataTypeScalarOrVector (DataType dataType) { return deInRange32(dataType, TYPE_FLOAT… in isDataTypeScalarOrVector()
202 inline bool isDataTypeSampler (DataType dataType) { return (dataType >= TYPE_SAMPLER_1D) && (dat… in isDataTypeSampler()
203 inline bool isDataTypeImage (DataType dataType) { return (dataType >= TYPE_IMAGE_2D) && (dataTy… in isDataTypeImage()
[all …]
DgluTextureUtil.hpp44 deUint32 dataType; //!< Data type. member
DgluTexture.cpp52 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()
DgluTextureUtil.cpp395 static tcu::TextureFormat::ChannelType mapGLChannelType (deUint32 dataType, bool normalized) in mapGLChannelType()
434 tcu::TextureFormat mapGLTransferFormat (deUint32 format, deUint32 dataType) in mapGLTransferFormat()
/external/deqp/modules/gles2/performance/
Des2pTextureFormatTests.cpp54 deUint32 dataType; in init() member
70 deUint32 dataType = texFormats[formatNdx].dataType; in init() local
Des2pTextureCountTests.cpp56 deUint32 dataType; in init() member
71 deUint32 dataType = texFormats[formatNdx].dataType; in init() local
Des2pTextureFilteringTests.cpp54 deUint32 dataType; in init() member
85 deUint32 dataType = texFormats[formatNdx].dataType; in init() local
/external/deqp/modules/gles2/functional/
Des2fTextureSpecificationTests.cpp616 …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 …]
Des2fDefaultVertexAttributeTests.cpp198 …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
Des2fTextureSizeTests.cpp76 …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
Des2fTextureFormatTests.cpp91 …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
Des2fTextureWrapTests.cpp89 …txInfo, const char* name, const char* description, deUint32 format, deUint32 dataType, deUint32 wr… in TextureWrapCase()
272 deUint32 dataType; in init() member
Des2fShaderIndexingTests.cpp113 static ShaderEvalFunc getArrayCoordsEvalFunc (DataType dataType) in getArrayCoordsEvalFunc()
129 static ShaderEvalFunc getArrayUniformEvalFunc (DataType dataType) in getArrayUniformEvalFunc()
638 static ShaderEvalFunc getVectorSubscriptEvalFunc (DataType dataType) in getVectorSubscriptEvalFunc()
824 static ShaderEvalFunc getMatrixSubscriptEvalFunc (DataType dataType) in getMatrixSubscriptEvalFunc()
/external/deqp/modules/gles3/functional/
Des3fTextureSwizzleTests.cpp102 … 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
Des3fTextureSizeTests.cpp76 …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
Des3fDefaultVertexAttributeTests.cpp274 …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
Des3fShaderDerivateTests.cpp375 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
Des3fShaderIndexingTests.cpp106 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()
Des3fTextureFormatTests.cpp91 …derCtx, const char* name, const char* description, deUint32 format, deUint32 dataType, int width, … in Texture2DFormatCase()
252 …derCtx, const char* name, const char* description, deUint32 format, deUint32 dataType, int width, … in TextureCubeFormatCase()
447 …derCtx, const char* name, const char* description, deUint32 format, deUint32 dataType, int width, … in Texture2DArrayFormatCase()
599 …derCtx, const char* name, const char* description, deUint32 format, deUint32 dataType, int width, … in Texture3DFormatCase()
1287 deUint32 dataType; in init() member
1303 deUint32 dataType = texFormats[formatNdx].dataType; in init() local
Des3fFboColorbufferTests.cpp278 const deUint32 dataType = GL_UNSIGNED_BYTE; in render() local
423 const deUint32 dataType = GL_UNSIGNED_BYTE; in render() local
549 const deUint32 dataType = GL_UNSIGNED_BYTE; in render() local
673 const deUint32 dataType = GL_UNSIGNED_BYTE; in render() local
775 const deUint32 dataType = GL_UNSIGNED_BYTE; in render() local
/external/jmonkeyengine/engine/src/lwjgl/com/jme3/renderer/lwjgl/
DTextureUtil.java191 int dataType = -1; in uploadTexture() local
/external/deqp/modules/gles31/functional/
Des31fTextureFormatTests.cpp102 …txInfo, const char* name, const char* description, deUint32 format, deUint32 dataType, int size, i… in TextureCubeArrayFormatCase()
399 deUint32 dataType; in init() member
415 deUint32 dataType = texFormats[formatNdx].dataType; in init() local
/external/deqp/framework/opengl/simplereference/
DsglrContext.cpp45 deUint32 dataType = GL_NONE; in texImage2D() local
/external/jmonkeyengine/engine/src/android/com/jme3/renderer/android/
DTextureUtil.java147 int dataType = -1; in uploadTexture() local

123