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

1 2

  /external/skia/src/gpu/glsl/
GrGLSLShaderBuilder.h 31 /** Appends a 2D texture sample with projection if necessary. coordType must either be Vec2f or
39 GrSLType coordType = kHalf2_GrSLType) const;
44 GrSLType coordType = kHalf2_GrSLType,
55 GrSLType coordType = kHalf2_GrSLType,
  /external/skqp/src/gpu/glsl/
GrGLSLShaderBuilder.h 31 /** Appends a 2D texture sample with projection if necessary. coordType must either be Vec2f or
39 GrSLType coordType = kHalf2_GrSLType) const;
44 GrSLType coordType = kHalf2_GrSLType,
55 GrSLType coordType = kHalf2_GrSLType,
  /external/deqp/modules/gles2/accuracy/
es2aTextureMipmapTests.cpp 62 enum CoordType
83 CoordType coordType,
104 CoordType m_coordType;
122 CoordType coordType,
133 , m_coordType (coordType)
384 CoordType coordType,
404 CoordType m_coordType
    [all...]
  /external/deqp/modules/gles3/accuracy/
es3aTextureMipmapTests.cpp 58 enum CoordType
79 CoordType coordType,
100 CoordType m_coordType;
118 CoordType coordType,
129 , m_coordType (coordType)
376 CoordType coordType,
396 CoordType m_coordType
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/texture/
vktTextureMipmapTests.cpp 112 enum CoordType
125 CoordType coordType;
130 : coordType (COORDTYPE_BASIC)
172 TCU_CHECK_INTERNAL(!(m_testParameters.coordType == COORDTYPE_PROJECTED && m_testParameters.sampleCount != VK_SAMPLE_COUNT_1_BIT));
269 const bool isProjected = m_testParameters.coordType == COORDTYPE_PROJECTED;
270 const bool useLodBias = m_testParameters.coordType == COORDTYPE_BASIC_BIAS;
310 switch (m_testParameters.coordType)
359 switch (m_testParameters.coordType)
433 TCU_CHECK_INTERNAL(!(m_testParameters.coordType == COORDTYPE_PROJECTED && m_testParameters.sampleCount != VK_SAMPLE_COUNT_1_BIT))
    [all...]
  /external/deqp/modules/gles2/functional/
es2fTextureMipmapTests.cpp 62 enum CoordType
83 CoordType coordType,
104 CoordType m_coordType;
122 CoordType coordType,
133 , m_coordType (coordType)
437 CoordType coordType,
457 CoordType m_coordType
    [all...]
es2fShaderTextureFunctionTests.cpp 424 glu::DataType coordType = glu::getDataTypeFloatVec(texCoordComps+extraCoordComps);
426 const char* coordTypeName = glu::getDataTypeName(coordType);
  /external/deqp/external/openglcts/modules/gl/
gl4cSparseTexture2Tests.cpp     [all...]
gl4cSparseTexture2Tests.hpp 235 std::string coordType;
gl4cSparseTextureClampTests.cpp 358 replaceToken("<COORD_TYPE>", s.coordType.c_str(), vertex);
368 replaceToken("<COORD_TYPE>", s.coordType.c_str(), fragment);
859 replaceToken("<COORD_TYPE>", s.coordType.c_str(), vertex);
870 replaceToken("<COORD_TYPE>", s.coordType.c_str(), fragment);
871 replaceToken("<ICOORD_TYPE>", s.coordType.c_str(), fragment);
    [all...]
  /external/deqp/external/openglcts/modules/glesext/texture_border_clamp/
esextcTextureBorderClampSamplingTexture.cpp 767 std::string coordType;
799 coordType = "vec2";
804 coordType = "vec3";
809 coordType = "vec3";
853 << coordType << " texture_coords_out;\n"
874 std::string coordType;
881 coordType = "vec2";
887 coordType = "vec3";
902 << coordType << " texture_coords_out;\n"
    [all...]
  /external/deqp/modules/gles3/functional/
es3fTextureMipmapTests.cpp 111 enum CoordType
132 CoordType coordType,
153 CoordType m_coordType;
171 CoordType coordType,
182 , m_coordType (coordType)
481 CoordType coordType,
501 CoordType m_coordType
    [all...]
es3fShaderDerivateTests.cpp 610 static std::string genVertexSource (glu::DataType coordType, glu::Precision precision)
612 DE_ASSERT(glu::isDataTypeFloatOrVec(coordType));
628 vertexParams["DATATYPE"] = glu::getDataTypeName(coordType);
    [all...]
es3fShaderTextureFunctionTests.cpp     [all...]
  /external/deqp/modules/gles31/functional/
es31fOpaqueTypeIndexingTests.cpp 401 const DataType coordType = getSamplerCoordType(m_samplerType);
407 spec->inputs.push_back(Symbol(coordsName, VarType(coordType, PRECISION_HIGHP)));
490 const DataType coordType = getSamplerCoordType(m_samplerType);
508 coords.resize(numInvocations * getDataTypeScalarSize(coordType));
514 const int numCoordComps = getDataTypeScalarSize(coordType);
591 const int numCoordComps = getDataTypeScalarSize(coordType);
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/shaderrender/
vktShaderRenderDerivateTests.cpp 764 static std::string genVertexSource (glu::DataType coordType, glu::Precision precision)
766 DE_ASSERT(coordType == glu::TYPE_LAST || glu::isDataTypeFloatOrVec(coordType));
771 + string(coordType != glu::TYPE_LAST ? "layout(location = 1) in ${PRECISION} ${DATATYPE} a_coord;\n"
779 + string(coordType != glu::TYPE_LAST ? " v_coord = a_coord;\n" : "") +
784 if (coordType != glu::TYPE_LAST)
787 vertexParams["DATATYPE"] = glu::getDataTypeName(coordType);
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/
vktOpaqueTypeIndexingTests.cpp 746 const glu::DataType coordType = getSamplerCoordType(m_samplerType);
777 coords.resize(numInvocations * getDataTypeScalarSize(coordType));
803 const int numCoordComps = getDataTypeScalarSize(coordType);
966 const int numCoordComps = getDataTypeScalarSize(coordType);
    [all...]
  /external/mesa3d/include/GLES2/
gl2ext.h     [all...]
  /external/swiftshader/include/GLES2/
gl2ext.h     [all...]
  /frameworks/native/opengl/include/GLES2/
gl2ext.h     [all...]
  /external/skia/include/gpu/gl/
GrGLFunctions.h 195 typedef GrGLvoid (* GrGLPathCommandsProc)(GrGLuint path, GrGLsizei numCommands, const GrGLubyte *commands, GrGLsizei numCoords, GrGLenum coordType, const GrGLvoid *coords);
  /external/skia/src/gpu/gl/
GrGLTestInterface.h 187 virtual GrGLvoid pathCommands(GrGLuint path, GrGLsizei numCommands, const GrGLubyte *commands, GrGLsizei numCoords, GrGLenum coordType, const GrGLvoid *coords) {}
    [all...]
  /external/skqp/include/gpu/gl/
GrGLFunctions.h 198 typedef GrGLvoid (* GrGLPathCommandsProc)(GrGLuint path, GrGLsizei numCommands, const GrGLubyte *commands, GrGLsizei numCoords, GrGLenum coordType, const GrGLvoid *coords);
    [all...]
  /external/skqp/src/gpu/gl/
GrGLTestInterface.h 187 virtual GrGLvoid pathCommands(GrGLuint path, GrGLsizei numCommands, const GrGLubyte *commands, GrGLsizei numCoords, GrGLenum coordType, const GrGLvoid *coords) {}
    [all...]
  /external/swiftshader/include/GL/
glcorearb.h     [all...]

Completed in 1233 milliseconds

1 2