Home
last modified time | relevance | path

Searched defs:outputType (Results 1 – 19 of 19) sorted by relevance

/external/deqp/modules/gles3/functional/
Des3fFboTestUtil.cpp77 FlatColorShader::FlatColorShader (glu::DataType outputType) in FlatColorShader()
151 GradientShader::GradientShader (glu::DataType outputType) in GradientShader()
234 …c string genTexFragmentShader (const vector<glu::DataType>& samplerTypes, glu::DataType outputType) in genTexFragmentShader()
273 …ProgramDeclaration genTexture2DShaderDecl (const DataTypes& samplerTypes, glu::DataType outputType) in genTexture2DShaderDecl()
307 Texture2DShader::Texture2DShader (const DataTypes& samplerTypes, glu::DataType outputType, const Ve… in Texture2DShader()
422 TextureCubeShader::TextureCubeShader (glu::DataType samplerType, glu::DataType outputType) in TextureCubeShader()
560 Texture2DArrayShader::Texture2DArrayShader (glu::DataType samplerType, glu::DataType outputType) in Texture2DArrayShader()
668 Texture3DShader::Texture3DShader (glu::DataType samplerType, glu::DataType outputType) in Texture3DShader()
776 DepthGradientShader::DepthGradientShader (glu::DataType outputType) in DepthGradientShader()
/external/deqp/framework/referencerenderer/
DrrShaders.cpp30 …ze_t numVaryingOutputs, GeometryShaderInputType inputType, GeometryShaderOutputType outputType, si… in GeometryShader()
/external/deqp/modules/gles31/functional/
Des31fFboTestUtil.cpp77 …c string genTexFragmentShader (const vector<glu::DataType>& samplerTypes, glu::DataType outputType) in genTexFragmentShader()
116 …ProgramDeclaration genTexture2DShaderDecl (const DataTypes& samplerTypes, glu::DataType outputType) in genTexture2DShaderDecl()
150 Texture2DShader::Texture2DShader (const DataTypes& samplerTypes, glu::DataType outputType, const Ve… in Texture2DShader()
265 TextureCubeArrayShader::TextureCubeArrayShader (glu::DataType samplerType, glu::DataType outputType) in TextureCubeArrayShader()
Des31fGeometryShaderTests.cpp132 std::string outputTypeToGLString (rr::GeometryShaderOutputType outputType) in outputTypeToGLString()
199 …rtexExpanderShader (rr::GeometryShaderInputType inputType, rr::GeometryShaderOutputType outputType) in VertexExpanderShader()
302 … emitCountA, int endCountA, int emitCountB, int endCountB, rr::GeometryShaderOutputType outputType) in VertexEmitterShader()
2171 … const char* desc, int emitCountA, int endCountA, int emitCountB, int endCountB, GLenum outputType) in EmitTest()
5899 deUint32 outputType; in init() member
5904 deUint32 outputType; in init() member
Des31fOpaqueTypeIndexingTests.cpp437 const DataType outputType = getSamplerOutputType(m_samplerType); in iterate() local
/external/icu/icu4c/source/tools/toolutil/
Ducm.h99 int8_t conversionType, outputType; member
Dpkgitems.cpp451 uint8_t outputType; in ucnv_enumDependencies() local
/external/deqp/framework/opengl/simplereference/
DsglrShaderProgram.hpp139 rr::GeometryShaderOutputType outputType; member
/external/deqp/modules/glshared/
DglsDrawTest.hpp193 OutputType outputType; member
DglsVertexArrayTests.hpp421 Array::OutputType outputType; member in deqp::gls::MultiVertexArrayTest::Spec::ArraySpec
DglsShaderExecUtil.cpp676 static tcu::TextureFormat getRenderbufferFormatForOutput (const glu::VarType& outputType, bool useI… in getRenderbufferFormatForOutput()
DglsDrawTest.cpp2124 …stSpec::AttributeSpec::createAttributeArray (InputType inputType, OutputType outputType, Storage s… in createAttributeArray()
2143 …Spec::AttributeSpec::createDefaultAttribute (InputType inputType, OutputType outputType, int compo… in createDefaultAttribute()
/external/icu/icu4c/source/common/
Ducnv_bld.cpp1394 uint8_t outputType; in ucnv_swap() local
Ducnvmbcs.h385 uint8_t outputType, unicodeMask; member
Ducnvmbcs.cpp1896 uint8_t outputType; in ucnv_MBCSOpen() local
4071 uint8_t outputType; in ucnv_MBCSFromUnicodeWithOffsets() local
Ducnv2022.cpp1138 int outputType) in MBCS_FROM_UCHAR32_ISO2022()
/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/tool/
DGrammar.java2592 String outputType = (String)getOption("output"); in buildAST() local
2600 Object outputType = getOption("rewrite"); in rewriteMode() local
2612 String outputType = (String)getOption("output"); in buildTemplate() local
/external/icu/icu4j/main/classes/charset/src/com/ibm/icu/charset/
DCharsetMBCS.java90 short outputType, unicodeMask; field in CharsetMBCS.UConverterMBCSTable
865 short outputType; in initializeConverter() local
2861 int pArrayIndex, outputType, c; in encodeLoop() local
/external/protobuf/java/src/main/java/com/google/protobuf/
DDescriptors.java1678 private Descriptor outputType; field in Descriptors.MethodDescriptor